Click or drag to resize
AB4D logo

ReaderObjReadModel3D Method

Overload List
 NameDescription
Public methodReadModel3D(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.
Public methodReadModel3D(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.
Public methodReadModel3D(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.
Public methodReadModel3D(String, String, Material) Reads the 3D models from objFileName file and returns the 3d models as Model3DGroup or GeomentryModel3D.
Top
See Also