#include <Material.h>
Inherited by MaterialG3d.
|
| virtual void | setTexSrtMtx (s32 index, const sead::Vector2f &scale, const Angle &rotate, const sead::Vector2f &translate)=0 |
| virtual void | setTexSrt (s32 index, const sead::Vector2f &scale, const Angle &rotate, const sead::Vector2f &translate)=0 |
| virtual void | getTexSrt (s32 index, sead::Vector2f *scale=nullptr, Angle *rotate=nullptr, sead::Vector2f *translate=nullptr) const =0 |
| virtual void | setTevColor (s32 index, const sead::Color4f &color)=0 |
| virtual void | getTevColor (s32 index, sead::Color4f &color) const =0 |
| virtual void | setTevKColor (s32 index, const sead::Color4f &color)=0 |
| virtual void | getTevKColor (s32 index, sead::Color4f &color) const =0 |
◆ setTexSrtMtx()
◆ setTexSrt()
◆ getTexSrt()
◆ setTevColor()
| virtual void Material::setTevColor |
( |
s32 | index, |
|
|
const sead::Color4f & | color ) |
|
pure virtual |
◆ getTevColor()
| virtual void Material::getTevColor |
( |
s32 | index, |
|
|
sead::Color4f & | color ) const |
|
pure virtual |
◆ setTevKColor()
| virtual void Material::setTevKColor |
( |
s32 | index, |
|
|
const sead::Color4f & | color ) |
|
pure virtual |
◆ getTevKColor()
| virtual void Material::getTevKColor |
( |
s32 | index, |
|
|
sead::Color4f & | color ) const |
|
pure virtual |