Castor3D
..
|
Threaded Subdivision Frame event. More...
Public Member Functions | |
C3D_API | SubdivisionFrameEvent (SubmeshSPtr p_pSubmesh) |
Constructor. More... | |
virtual C3D_API | ~SubdivisionFrameEvent () |
Destructor. More... | |
virtual C3D_API bool | Apply () |
Applies the event : computes normals, generates buffers, initialises the renderer. More... | |
Public Member Functions inherited from Castor3D::FrameEvent | |
C3D_API | FrameEvent (eEVENT_TYPE p_type) |
Constructor. More... | |
C3D_API | FrameEvent (FrameEvent const &p_object) |
Copy constructor. More... | |
C3D_API | FrameEvent (FrameEvent &&p_object) |
Move constructor. More... | |
C3D_API FrameEvent & | operator= (FrameEvent const &p_object) |
Copy assignment operator. More... | |
C3D_API FrameEvent & | operator= (FrameEvent &&p_object) |
Move assignment operator. More... | |
virtual C3D_API | ~FrameEvent () |
Destructor. More... | |
eEVENT_TYPE | GetType () |
Retrieves the event type. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Castor3D::FrameEvent | |
eEVENT_TYPE | m_type |
The event type. More... | |
Threaded Subdivision Frame event.
C3D_API Castor3D::SubdivisionFrameEvent::SubdivisionFrameEvent | ( | SubmeshSPtr | p_pSubmesh | ) |
Constructor.
[in] | p_pSubmesh | The subdivision target |
|
virtual |
Destructor.
|
virtual |
Applies the event : computes normals, generates buffers, initialises the renderer.
true
if the event was applied successfully Implements Castor3D::FrameEvent.