 |
ObjImporterReadSceneNodes(String, String, StandardMaterial) Method |
Note: This API is now obsolete.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax[ObsoleteAttribute("ReadSceneNodes was renamed to Import so the method name is more consistent with the method names in AssimpImporter and glTFImporter classes"")]
public GroupNode ReadSceneNodes(
string objFileName,
string? texturesDirectory,
StandardMaterial? defaultMaterial
)Parameters
- objFileName String
-
- texturesDirectory String
-
- defaultMaterial StandardMaterial
-
Return Value
GroupNode
See Also