#include <objtools.h>
|
| Material (QString _name, QVector3D _Ka, QVector3D _Kd, QVector3D _Ks, int _Ns, int _illum, QString KaImage, QString KdImage) |
|
QString | serialize () |
| Serialize the material object into a string return a QString that can be directly write into .mtl. More...
|
|
◆ Material()
Material::Material |
( |
QString |
_name, |
|
|
QVector3D |
_Ka, |
|
|
QVector3D |
_Kd, |
|
|
QVector3D |
_Ks, |
|
|
int |
_Ns, |
|
|
int |
_illum, |
|
|
QString |
KaImage, |
|
|
QString |
KdImage |
|
) |
| |
|
inline |
◆ serialize()
QString Material::serialize |
( |
| ) |
|
Serialize the material object into a string return a QString that can be directly write into .mtl.
◆ illum
◆ Ka
◆ Kd
◆ Ks
◆ Map_Ka
◆ Map_Kd
◆ name
◆ Ns
The documentation for this class was generated from the following files: