⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 etshader.program

📁 etm2.2是基于Ogre引擎开发的地形库
💻 PROGRAM
字号:
fragment_program ET/Programs/PSSplat cg
{
  source PSSplat.cg
  entry_point main
  profiles ps_1_1 arbfp1
}

fragment_program ET/Programs/PSSplat2 cg
{
  source PSSplat2.cg
  entry_point main
  profiles ps_2_0 arbfp1
}

fragment_program ET/Programs/PSLighting cg
{
  source PSLighting.cg
  entry_point main
  profiles ps_1_1 arbfp1
}

vertex_program ET/Programs/VSLodMorph cg
{
  source VSLodMorph.cg
  entry_point terrain_vp
  profiles vs_1_1 arbvp1
  
  default_params
  {
    param_named_auto morphFactor custom 77
    param_named_auto worldViewProj worldviewproj_matrix
  }
}

vertex_program ET/Programs/VSLodMorph2 cg
{
  source VSLodMorph.cg
  entry_point terrain_vp
  profiles vs_1_1 arbvp1
  
  default_params
  {
    param_named_auto morphFactor custom 77
    param_named_auto worldViewProj worldviewproj_matrix
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -