|
ModelUtilsPositionSceneNode Method |
PositionSceneNode method translates the sceneNode so that it is positioned according to position and positionType parameters.
This method may call
Update method in case the BoundingBox is Empty.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public static void PositionSceneNode(
SceneNode sceneNode,
Vector3 position,
PositionTypes positionType,
bool preserveCurrentTransformation = true
)
Parameters
- sceneNode SceneNode
- SceneNode to position
- position Vector3
- Vector3 that specifies position of the sceneNode
- positionType PositionTypes
- type of position
- preserveCurrentTransformation Boolean (Optional)
- if true, then the translate and scale transform are added to the existing transform.
See Also