Open 3D Engine WhiteBox Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits WhiteBox::RenderMeshInterface.
Public Member Functions | |
AZ_RTTI (WhiteBoxNullRenderMesh, "{99230D4D-5592-4A41-8BAB-60C1B7C1785D}", RenderMeshInterface) | |
WhiteBoxNullRenderMesh (AZ::EntityId entityId) | |
void | BuildMesh (const WhiteBoxRenderData &renderData, const AZ::Transform &worldFromLocal) override |
Take White Box render data and populate the render mesh from it. | |
void | UpdateTransform (const AZ::Transform &worldFromLocal) override |
Update the transform of the render mesh. | |
void | UpdateMaterial (const WhiteBoxMaterial &material) override |
Update the material of the render mesh. | |
void | SetVisiblity (bool visibility) override |
Set the White Box mesh visible (true) or invisible (false). | |
bool | IsVisible () const override |
Public Member Functions inherited from WhiteBox::RenderMeshInterface | |
AZ_RTTI (RenderMeshInterface, "{F3ADF2DC-6A40-4943-95BE-6C7E24605BE9}") | |