Public Member Functions | |
| mixed | RayPick (...) |
| mixed | GetSubMeshCount (...) |
| for lua : int GetSubMeshCount () | |
| mixed | GetSubMeshMatName (...) |
| for lua : string GetSubMeshMatName (iSubMeshIndex) | |
| mixed | SetSubMeshMatName (...) |
| mixed | TransformSubMeshTexCoords (...) |
Static Public Member Functions | |
| static mixed | GetMeshBuffer (...) |
| static mixed | LoadMeshBufferFromFile (...) |
| cBufferedMesh* LoadMeshBufferFromFile (sMeshName); for lua | |
Definition at line 7672 of file lua_pseudo_code.cpp.
| static mixed cBufferedMesh_L::GetMeshBuffer | ( | ... | ) | [inline, static] |
static methods exported to lua cBufferedMesh* GetMeshBuffer (sMeshName); for lua
Definition at line 7676 of file lua_pseudo_code.cpp.
| static mixed cBufferedMesh_L::LoadMeshBufferFromFile | ( | ... | ) | [inline, static] |
cBufferedMesh* LoadMeshBufferFromFile (sMeshName); for lua
Definition at line 7679 of file lua_pseudo_code.cpp.
| mixed cBufferedMesh_L::RayPick | ( | ... | ) | [inline] |
object methods exported to lua bhit,bhitdist = meshbuffer:RayPick(rx,ry,rz, rvx,rvy,rvz, x,y,z, qw,qx,qy,qz, sx,sy,sz) -- mainly for mousepicking
Definition at line 7683 of file lua_pseudo_code.cpp.
| mixed cBufferedMesh_L::GetSubMeshCount | ( | ... | ) | [inline] |
| mixed cBufferedMesh_L::GetSubMeshMatName | ( | ... | ) | [inline] |
for lua : string GetSubMeshMatName (iSubMeshIndex)
Definition at line 7689 of file lua_pseudo_code.cpp.
| mixed cBufferedMesh_L::SetSubMeshMatName | ( | ... | ) | [inline] |
for textureatlas mainly for lua : void SetSubMeshMatName (iSubMeshIndex,sNewMatName)
Definition at line 7693 of file lua_pseudo_code.cpp.
| mixed cBufferedMesh_L::TransformSubMeshTexCoords | ( | ... | ) | [inline] |
for textureatlas mainly for lua : void TransformSubMeshTexCoords (iSubMeshIndex,u0,v0,u1,v1)
Definition at line 7697 of file lua_pseudo_code.cpp.
1.5.6