 |
ObjFileToSceneNodesConverterCreateTexture Method |
CreateGpuTexture method creates a GpuTexture from texture file name and sets that to the specified standardMaterial.
Namespace: Ab4d.SharpEngine.ObjFileAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxprotected virtual void CreateTexture(
string textureFileName,
string? texturesFilePath,
Func<string, Stream?>? resolveResourceFunc,
StandardMaterial standardMaterial
)
Parameters
- textureFileName String
- textureFileName as written in model file
- texturesFilePath String
- textures path as specified to the AssimpConverter (can be null)
- resolveResourceFunc FuncString, Stream
- callback function to resolve textureFileName to stream (can be null)
- standardMaterial StandardMaterial
- StandardMaterial that will get the read texture
See Also