Method AddImageExport
AddImageExport(IGltfWritable, ImageExportBase, out int)
Adds an ImageExport to the glTF. No conversions or channel swizzling
Declaration
protected static bool AddImageExport(IGltfWritable gltf, ImageExportBase imageExport, out int textureId)
Parameters
Type | Name | Description |
---|---|---|
IGltfWritable | gltf | glTF to add the image to. |
ImageExportBase | imageExport | Texture generator to be added |
int | textureId | Resulting texture index. |
Returns
Type | Description |
---|---|
bool | True if the texture was added, false otherwise. |