mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Removed old fixed function code from GFX.
This commit is contained in:
parent
58d2e30af7
commit
5a933c00d3
53 changed files with 98 additions and 1646 deletions
|
|
@ -159,9 +159,6 @@ public:
|
|||
// Copies data passed in from light
|
||||
void set( const LightInfo *light );
|
||||
|
||||
// Sets a fixed function GFXLight with our properties
|
||||
void setGFXLight( GFXLightInfo *light );
|
||||
|
||||
// Accessors
|
||||
Type getType() const { return mType; }
|
||||
void setType( Type val ) { mType = val; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue