Click or drag to resize
Reader3dsUseModelTransforms Property
Default is false. If true than the TranslateTransform3D, ScaleTransform3D and RotateTransform3D are applied to each GeometryModel3D as they were applied in 3D modeling application. 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.dll) Version: 9.0.5590.1040
Syntax
C#
public bool UseModelTransforms { get; set; }

Property Value

Type: Boolean
See Also