 |
ObjImporterImport(String) Method |
Imports the 3D models from objFileName file and returns the 3D model(s) as a GroupNode that contains MeshModelNodes and other GroupNodes.
The method will not return null but an empty GroupNode in case no model is read.
Textures directory is the same as obj file directory.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic GroupNode Import(
string objFileName
)
Parameters
- objFileName String
- obj file name
Return Value
GroupNodeGroupNode that contains MeshModelNodes and other GroupNodes
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.ObjImporter.Import(System.String)"]
See Also