Message 1 of 3
Using raw texture data in FBX SDK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, does anyone know if FBX SDK accepts raw texture data of type unsigned char? I have an array of unsigned char pointed to by an unsigned char* pointer. I know that FBX reads texture files using FbxFileTexture. If anyone has any suggestions on how I can achieve something similar in behavior but with raw texture data, instead of image data.