Default is false. If true than the TranslateTransform3D, ScaleTransform3D and RotateTransform3D are applied to each GeometryModel3D. If false than the positions are already fully transformed. Setting it to true can be used to get different transformations for each frames.

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public bool UseModelTransforms { get; set; }
Visual Basic (Declaration)
Public Property UseModelTransforms As Boolean
Visual C++
public:
property bool UseModelTransforms {
	bool get ();
	void set (bool value);
}

See Also