Click or drag to resize
Ab4d.SharpEngine logo

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.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public GroupNode Import(
	string objFileName
)

Parameters

objFileName  String
obj file name

Return Value

GroupNode
GroupNode that contains MeshModelNodes and other GroupNodes
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.ObjImporter.Import(System.String)"]

See Also