![]() |
Public API Reference |
![]() |
A submesh of a genmesh factory. More...
#include <imesh/genmesh.h>
Public Member Functions | |
virtual void | AddSlidingWindow (int start_index, int end_index)=0 |
Add a sliding window for progressive LODs. | |
virtual void | ClearSlidingWindows ()=0 |
Clear progressive LOD sliding windows. | |
virtual void | GetSlidingWindow (unsigned int index, int &out_start_index, int &out_end_index) const =0 |
Return the start index and end index of the sliding window indicated by index. | |
virtual int | GetSlidingWindowSize () const =0 |
Get the number of LOD sliding windows for progressive LODs. |
virtual void iGeneralFactorySubMesh::AddSlidingWindow | ( | int | start_index, |
int | end_index | ||
) | [pure virtual] |
Add a sliding window for progressive LODs.
virtual void iGeneralFactorySubMesh::ClearSlidingWindows | ( | ) | [pure virtual] |
Clear progressive LOD sliding windows.
virtual void iGeneralFactorySubMesh::GetSlidingWindow | ( | unsigned int | index, |
int & | out_start_index, | ||
int & | out_end_index | ||
) | const [pure virtual] |
Return the start index and end index of the sliding window indicated by index.
virtual int iGeneralFactorySubMesh::GetSlidingWindowSize | ( | ) | const [pure virtual] |
Get the number of LOD sliding windows for progressive LODs.