#include <ModelData.h>
Public Member Functions | |
System::String | convert (const char *ptr) |
MaterialInfo (kmyGfx::mtlInfo *base) | |
System::String | getName () |
System::String | getDiffuseTextureName () |
System::String | getAmbientTextureName () |
System::String | getEmissionTextureName () |
System::String | getNormalTextureName () |
System::String | getSpecularTextureName () |
Public Attributes | |
kmyGfx::mtlInfo * | obj = nullptr |
SharpKmyGfx::MaterialInfo::MaterialInfo | ( | kmyGfx::mtlInfo * | base | ) |
System::String SharpKmyGfx::MaterialInfo::convert | ( | const char * | ptr | ) |
System::String SharpKmyGfx::MaterialInfo::getAmbientTextureName | ( | ) |
System::String SharpKmyGfx::MaterialInfo::getDiffuseTextureName | ( | ) |
System::String SharpKmyGfx::MaterialInfo::getEmissionTextureName | ( | ) |
System::String SharpKmyGfx::MaterialInfo::getName | ( | ) |
System::String SharpKmyGfx::MaterialInfo::getNormalTextureName | ( | ) |
System::String SharpKmyGfx::MaterialInfo::getSpecularTextureName | ( | ) |
kmyGfx::mtlInfo* SharpKmyGfx::MaterialInfo::obj = nullptr |