Click or drag to resize
Ab4d.SharpEngine logo

PlaneModelNode Methods

The PlaneModelNode type exposes the following members.

Methods
 NameDescription
Public methodAlignWithCamera AlignWithCamera method aligns the PlaneModelNode to be oriented so that it faces the specified camera.
Public methodGetCenterPosition Returns center position of this Plane. When applyTransformation is true (by default), then center position is also transformed by Transform.
(Overrides ModelNodeGetCenterPosition(Boolean, Boolean))
Protected methodOnInitializeSceneResources OnInitializeSceneResources
(Overrides ModelNodeOnInitializeSceneResources(Scene, VulkanDevice))
Protected methodUpdateLocalBoundingBox UpdateLocalBoundingBox
(Overrides ModelNodeUpdateLocalBoundingBox)
Protected methodUpdateMesh 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)
Top
See Also