| [ < ] | [ Up ] | [ > ] | [Top] | [Contents] | [Index] | [ ? ] |
vertex_program myVertexProgram asm
{
source myVertexProgram.asm
syntax vs_1_1
}
|
vertex_program Ogre/CelShadingVP cg
{
source Example_CelShading.cg
entry_point main_vp
profiles vs_1_1 arbvp1
default_params
{
param_named_auto lightPosition light_position_object_space 0
param_named_auto eyePosition camera_position_object_space
param_named_auto worldViewProj worldviewproj_matrix
param_named shininess float 10
}
}
|
includes_skeletal_animation true |
includes_morph_animation true |
includes_pose_animation 4 |
uses_vertex_texture_fetch true |
| [ < ] | [ Up ] | [ > ] | [Top] | [Contents] | [Index] | [ ? ] |