Overload List
| Name | Description | |
|---|---|---|
| Read(String) | Obsolete.
Reads 3ds file and returns the 3d objects in Model3DGroup
Using default settings: do not add default light; default material is Silver colored solid brush
| |
| Read(String, Viewport3D) | Obsolete.
Reads the 3ds file and adds the 3d objects (as MeshGeometry3D, Lights, Materials) to Viewport3D
Also if the 3ds file contains camera information set the Viewport3D's camera to the first camera in 3ds file
| |
| Read(String, Viewport3D, Int32) | Obsolete.
Reads the 3ds file and adds the 3d objects (as MeshGeometry3D, Lights, Materials) to Viewport3D
If cameraIndex >= 0 than also sets the camera (if there is one in 3ds file) to Viewport3D
|