mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-14 04:03:46 +00:00
Begun hook-in of skylight into array
Reworked the reflection reference offset/scale behavior to re-integrate into the editor interface via button(and work) Hid irrelevent fields from given probe types. Filter out editPosOffset and bake button fields from being saved to avoid weird loading behavior
This commit is contained in:
parent
2c91ca69fc
commit
8f94d09e6e
11 changed files with 199 additions and 48 deletions
|
|
@ -91,6 +91,8 @@ void SphereEnvironmentProbe::initPersistFields()
|
|||
{
|
||||
// SceneObject already handles exposing the transform
|
||||
Parent::initPersistFields();
|
||||
|
||||
removeField("scale");
|
||||
}
|
||||
|
||||
void SphereEnvironmentProbe::inspectPostApply()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue