Plane |
The PlaneModelNode type exposes the following members.
Name | Description | |
---|---|---|
AlignWithCamera | AlignWithCamera method aligns the PlaneModelNode to be oriented so that it faces the specified camera. | |
GetCenterPosition |
Returns center position of this Plane.
When applyTransformation is true (by default), then center position is also transformed by Transform.
(Overrides ModelNodeGetCenterPosition(Boolean, Boolean)) | |
OnInitializeSceneResources |
OnInitializeSceneResources
(Overrides ModelNodeOnInitializeSceneResources(Scene, VulkanDevice)) | |
UpdateLocalBoundingBox |
UpdateLocalBoundingBox
(Overrides ModelNodeUpdateLocalBoundingBox) | |
UpdateMesh |
UpdateMesh method recreates the mesh based on the current object properties.
The method should be overriden in the derived class that provides its own mesh generation.
(Overrides ModelNodeUpdateMesh) |