mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-27 08:09:31 +00:00
Merge branch 'ModernEditorLayoutWIP' of https://github.com/Areloch/Torque3D into development
This commit is contained in:
commit
3697737498
148 changed files with 3463 additions and 547 deletions
|
|
@ -77,6 +77,14 @@ public:
|
|||
}
|
||||
Point4F getFloat4() { return mFloat4; }
|
||||
|
||||
void setTexture2D(StringTableEntry shaderConstName, GFXTexHandle f)
|
||||
{
|
||||
targetedUniformName = shaderConstName;
|
||||
texture = f;
|
||||
type = Texture2D;
|
||||
}
|
||||
GFXTexHandle getTexture2D() { return texture; }
|
||||
|
||||
StringTableEntry getHandleName() {
|
||||
return targetedUniformName;
|
||||
}
|
||||
|
|
@ -86,4 +94,4 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue