| Name | Description |
---|
| ReadModel3D(String) |
Reads the 3D models from objFileName file and returns the 3d models as Model3DGroup or GeomentryModel3D.
Textures directory is the same as obj file directory.
|
| ReadModel3D(Stream, FuncString, Stream) |
Reads the 3D models from stream and returns the 3d models as Model3DGroup or GeomentryModel3D.
When the obj file have any additional resources (materials and textures), the resolveResourceFunc must be set a method that converts the resource name into Stream.
|
| ReadModel3D(Stream, FuncString, Stream, Material) |
Reads the 3D models from stream and returns the 3d models as Model3DGroup or GeomentryModel3D.
When the obj file have any additional resources (materials and textures), the resolveResourceFunc must be set a method that converts the resource name into Stream.
|
| ReadModel3D(String, String, Material) |
Reads the 3D models from objFileName file and returns the 3d models as Model3DGroup or GeomentryModel3D.
|