mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 13:25:36 +00:00
Deleting a probe in the editor now automatically does a cleanup of it's baked cubemap files
Also added it to do the prefilter/irrad processing on any StaticCubemap selected.
This commit is contained in:
parent
b2963442e6
commit
a4770c19b5
4 changed files with 28 additions and 8 deletions
|
|
@ -200,7 +200,7 @@ public:
|
|||
bool onAdd();
|
||||
void onRemove();
|
||||
|
||||
virtual void deleteObject();
|
||||
virtual void handleDeleteAction();
|
||||
|
||||
// Override this so that we can dirty the network flag when it is called
|
||||
void setTransform(const MatrixF &mat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue