 |
ObjImporterReadSceneNodes(Stream, FuncString, Stream, Material) 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(
Stream objStream,
Func<string, Stream?> resolveResourceFunc,
Material? defaultMaterial
)Parameters
- objStream Stream
-
- resolveResourceFunc FuncString, Stream
-
- defaultMaterial Material
-
Return Value
GroupNode
See Also