Public Member Functions | |
| mixed | AddTree (...) |
| mixed | DeleteTrees (...) |
| lua : void treeloader3d:DeleteTrees(x,y,z,radius) | |
| mixed | AssignToPagedGeometry (...) |
| lua : void self:AssignToPagedGeometry(pagedgeometry) | |
| mixed | Destroy (...) |
| self:Destroy() | |
Static Public Member Functions | |
| static mixed | CreateTreeLoader3D (...) |
Definition at line 8501 of file lua_pseudo_code.cpp.
| mixed cTreeLoader3D_L::AddTree | ( | ... | ) | [inline] |
lua : void treeloader3d:AddTree(x,y,z,yaw,scale,gfx3d) (yaw is in degree, a mesh must be assigned to gfx3d)
Definition at line 8505 of file lua_pseudo_code.cpp.
| mixed cTreeLoader3D_L::DeleteTrees | ( | ... | ) | [inline] |
lua : void treeloader3d:DeleteTrees(x,y,z,radius)
Definition at line 8508 of file lua_pseudo_code.cpp.
| mixed cTreeLoader3D_L::AssignToPagedGeometry | ( | ... | ) | [inline] |
lua : void self:AssignToPagedGeometry(pagedgeometry)
Definition at line 8511 of file lua_pseudo_code.cpp.
| mixed cTreeLoader3D_L::Destroy | ( | ... | ) | [inline] |
| static mixed cTreeLoader3D_L::CreateTreeLoader3D | ( | ... | ) | [inline, static] |
lua : TreeLoader3D CreateTreeLoader3D(pagedgeometry, l,t,r,b) l,t,r,b : TRect bounds
Definition at line 8518 of file lua_pseudo_code.cpp.
1.5.6