Click or drag to resize
Ab4d.SharpEngine logo

ObjImporterReadSceneNodes(Stream, FuncString, Stream, Material) Method

Note: This API is now obsolete.


Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
[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