Logo
Public Member Functions | Public Attributes | List of all members
SharpKmyGfx::MaterialInfo Class Reference

#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
 

Constructor & Destructor Documentation

◆ MaterialInfo()

SharpKmyGfx::MaterialInfo::MaterialInfo ( kmyGfx::mtlInfo *  base)

Member Function Documentation

◆ convert()

System::String SharpKmyGfx::MaterialInfo::convert ( const char *  ptr)

◆ getAmbientTextureName()

System::String SharpKmyGfx::MaterialInfo::getAmbientTextureName ( )

◆ getDiffuseTextureName()

System::String SharpKmyGfx::MaterialInfo::getDiffuseTextureName ( )

◆ getEmissionTextureName()

System::String SharpKmyGfx::MaterialInfo::getEmissionTextureName ( )

◆ getName()

System::String SharpKmyGfx::MaterialInfo::getName ( )

◆ getNormalTextureName()

System::String SharpKmyGfx::MaterialInfo::getNormalTextureName ( )

◆ getSpecularTextureName()

System::String SharpKmyGfx::MaterialInfo::getSpecularTextureName ( )

Member Data Documentation

◆ obj

kmyGfx::mtlInfo* SharpKmyGfx::MaterialInfo::obj = nullptr