Click or drag to resize
Ab4d.SharpEngine logo

SphereModelNode Methods

The SphereModelNode type exposes the following members.

Methods
 NameDescription
Public methodGetCenterPosition Returns center position of this sphere. When applyTransformation is true (by default), then center position is also transformed by Transform.
(Overrides ModelNode.GetCenterPosition(Boolean, Boolean))
Protected methodOnInitializeSceneResources Initializes resources with the specified Scene and GpuDevice. This method can be overriden and is called from InitializeSceneResources(Scene) method.
(Overrides ModelNode.OnInitializeSceneResources(Scene, VulkanDevice))
Protected methodUpdateLocalBoundingBox UpdateLocalBoundingBox
(Overrides ModelNode.UpdateLocalBoundingBox())
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 ModelNode.UpdateMesh())
Top
See Also