mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-14 04:03:46 +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
|
|
@ -66,6 +66,7 @@ struct GFXStateBlockDesc;
|
|||
class GFXVertexFormat;
|
||||
class MatrixSet;
|
||||
class ProcessedMaterial;
|
||||
class GuiTreeViewCtrl;
|
||||
|
||||
///
|
||||
class BaseMatInstance
|
||||
|
|
@ -225,6 +226,7 @@ public:
|
|||
virtual const GFXVertexFormat* getVertexFormat() const = 0;
|
||||
|
||||
virtual void dumpShaderInfo() const = 0;
|
||||
virtual void getShaderInfo(GuiTreeViewCtrl* tree, U32 item) const = 0;
|
||||
|
||||
/// Fast test for use of normal maps in this material.
|
||||
bool hasNormalMap() const { return mHasNormalMaps; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue