Definition at line 20 of file tessellate.
◆ bufpos
◆ tess_prim() [1/2]
tools::sg::tess_prim::tess_prim |
( |
| ) |
|
|
inline |
Definition at line 25 of file tessellate.
32 mem::increment(s_class().c_str());
◆ ~tess_prim()
virtual tools::sg::tess_prim::~tess_prim |
( |
| ) |
|
|
inlinevirtual |
Definition at line 35 of file tessellate.
37 mem::decrement(s_class().c_str());
◆ tess_prim() [2/2]
tools::sg::tess_prim::tess_prim |
( |
const tess_prim & |
a_from | ) |
|
|
inline |
Definition at line 41 of file tessellate.
50 mem::increment(s_class().c_str());
◆ operator=()
Definition at line 53 of file tessellate.
54 if(&a_from==
this)
return *
this;
◆ m_coords
std::vector<float> tools::sg::tess_prim::m_coords |
◆ m_mode
◆ m_norms
std::vector<float> tools::sg::tess_prim::m_norms |
◆ m_pos_coords
bufpos tools::sg::tess_prim::m_pos_coords |
◆ m_pos_norms
bufpos tools::sg::tess_prim::m_pos_norms |
◆ m_size
size_t tools::sg::tess_prim::m_size |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/tessellate