Public Member Functions | |
| mixed | Grow (...) |
| mixed | CreateGeometry (...) |
| mixed | CreateLeaves (...) |
| mixed | GetNumVerticesChildren (...) |
| lua : gfx3d cCaduneTreeStem_L:GetNumVerticesChildren() | |
| mixed | GetNumTrianglesChildren (...) |
| lua : gfx3d cCaduneTreeStem_L:GetNumTrianglesChildren() | |
| mixed | Destroy (...) |
| cCaduneTreeStem_L:Destroy() | |
Static Public Member Functions | |
| static mixed | CreateCaduneTreeStem (...) |
| lua : stem = CreateCaduneTreeStem(parameters,parent_stem=0) | |
Definition at line 8354 of file lua_pseudo_code.cpp.
| static mixed cCaduneTreeStem_L::CreateCaduneTreeStem | ( | ... | ) | [inline, static] |
lua : stem = CreateCaduneTreeStem(parameters,parent_stem=0)
Definition at line 8357 of file lua_pseudo_code.cpp.
| mixed cCaduneTreeStem_L::Grow | ( | ... | ) | [inline] |
Grows tree - generates tree structure lua : cCaduneTreeStem_L:Grow(qw,qx,qy,qz, originx, originy, originz, radius=1, length=1, offset=0, level=0)
Definition at line 8361 of file lua_pseudo_code.cpp.
| mixed cCaduneTreeStem_L::CreateGeometry | ( | ... | ) | [inline] |
creates a gfx3d with the stem geometry lua : gfx3d cCaduneTreeStem_L:CreateGeometry()
Definition at line 8365 of file lua_pseudo_code.cpp.
| mixed cCaduneTreeStem_L::CreateLeaves | ( | ... | ) | [inline] |
creates a gfx3d with the leaves billboards lua : gfx3d cCaduneTreeStem_L:CreateLeaves()
Definition at line 8369 of file lua_pseudo_code.cpp.
| mixed cCaduneTreeStem_L::GetNumVerticesChildren | ( | ... | ) | [inline] |
lua : gfx3d cCaduneTreeStem_L:GetNumVerticesChildren()
Definition at line 8372 of file lua_pseudo_code.cpp.
| mixed cCaduneTreeStem_L::GetNumTrianglesChildren | ( | ... | ) | [inline] |
lua : gfx3d cCaduneTreeStem_L:GetNumTrianglesChildren()
Definition at line 8375 of file lua_pseudo_code.cpp.
| mixed cCaduneTreeStem_L::Destroy | ( | ... | ) | [inline] |
1.5.6