mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Expose new formats to the editor.
This commit is contained in:
parent
431d8a9b66
commit
ef11b565bf
2 changed files with 43 additions and 1 deletions
|
|
@ -74,6 +74,8 @@ protected:
|
|||
NextFreeMask = Parent::NextFreeMask << 6,
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
enum BaseTexFormat
|
||||
{
|
||||
NONE, DDS, PNG, JPG
|
||||
|
|
@ -94,6 +96,8 @@ protected:
|
|||
}
|
||||
};
|
||||
|
||||
protected:
|
||||
|
||||
Box3F mBounds;
|
||||
|
||||
///
|
||||
|
|
@ -235,7 +239,8 @@ protected:
|
|||
// Protected fields
|
||||
static bool _setTerrainFile( void *obj, const char *index, const char *data );
|
||||
static bool _setSquareSize( void *obj, const char *index, const char *data );
|
||||
static bool _setBaseTexSize( void *obj, const char *index, const char *data );
|
||||
static bool _setBaseTexSize(void *obj, const char *index, const char *data);
|
||||
static bool _setBaseTexFormat(void *obj, const char *index, const char *data);
|
||||
static bool _setLightMapSize( void *obj, const char *index, const char *data );
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue