Torque3D/Engine/source/T3D/fx
JeffR b44158cb89 Cleans up ShapeAsset of some unnecessary/redundant elements like extra material and animations tracking
Removed the old SHAPE_ASSET macros
Implements AssetRef struct that acts as a universal wrapper for an templated AssetPtr and AssetId pair
Adds Type handling for AssetRef for ShapeAsset to unify handling in classes that utilize a shapeAsset, so assigning an assetPtr or an assetId will keep a record of the assignment in the event the assetPtr is invalid.
Update all classes that utilized the old SHAPE_ASSET macros to utilize the AssetRef struct and updated the class code to utilize it to provide much more clean and concise code that isn't blocked behind macro definitions
Added a new example class: shapeDatablockExample which allows render of a simple shape object utilizing a simple example datablock.
2026-05-31 01:19:26 -05:00
..
cameraFXMgr.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
cameraFXMgr.h virtuals removed 2024-03-18 18:13:00 +00:00
explosion.cpp Cleans up ShapeAsset of some unnecessary/redundant elements like extra material and animations tracking 2026-05-31 01:19:26 -05:00
explosion.h Cleans up ShapeAsset of some unnecessary/redundant elements like extra material and animations tracking 2026-05-31 01:19:26 -05:00
fxFoliageReplicator.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
fxFoliageReplicator.h virtuals removed 2024-03-18 18:13:00 +00:00
fxShapeReplicator.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
fxShapeReplicator.h virtuals removed 2024-03-18 18:13:00 +00:00
groundCover.cpp Cleans up ShapeAsset of some unnecessary/redundant elements like extra material and animations tracking 2026-05-31 01:19:26 -05:00
groundCover.h Cleans up ShapeAsset of some unnecessary/redundant elements like extra material and animations tracking 2026-05-31 01:19:26 -05:00
lightning.cpp add reload status to onNewDataBlock callback 2025-04-27 19:49:13 -05:00
lightning.h virtuals removed 2024-03-18 18:13:00 +00:00
particle.cpp Cleans up ShapeAsset of some unnecessary/redundant elements like extra material and animations tracking 2026-05-31 01:19:26 -05:00
particle.h Update of Particle Editor to standardize it up and utilize inspectors rather than adhoc guis 2025-12-21 16:39:19 -06:00
particleEmitter.cpp Update of Particle Editor to standardize it up and utilize inspectors rather than adhoc guis 2025-12-21 16:39:19 -06:00
particleEmitter.h Update of Particle Editor to standardize it up and utilize inspectors rather than adhoc guis 2025-12-21 16:39:19 -06:00
particleEmitterNode.cpp add reload status to onNewDataBlock callback 2025-04-27 19:49:13 -05:00
particleEmitterNode.h virtuals removed 2024-03-18 18:13:00 +00:00
particleInspectors.h Implements misc fixes for the particle editor and particlesList inspector field 2026-04-19 02:18:05 -05:00
precipitation.cpp Merge remote-tracking branch 'upstream/development' into imageAsset_refactor_rev3 2025-05-12 14:45:41 +01:00
precipitation.h Adds handling for datablocks to be reloaded if the assets they utilize have their files directly edited. 2025-04-24 00:58:20 -05:00
ribbon.cpp remove forceably shrinking the first and last pair of links. it doesn't fix the last quad emission issue, and it actively fights designer values 2026-04-26 15:57:42 -05:00
ribbon.h adress https://github.com/TorqueGameEngines/Torque3D/issues/97 2026-04-26 15:32:19 -05:00
ribbonNode.cpp add reload status to onNewDataBlock callback 2025-04-27 19:49:13 -05:00
ribbonNode.h virtuals removed 2024-03-18 18:13:00 +00:00
splash.cpp fix particle glow 2025-11-13 14:29:25 -06:00
splash.h Adds handling for datablocks to be reloaded if the assets they utilize have their files directly edited. 2025-04-24 00:58:20 -05:00
windEmitter.cpp tAlgorythm fed namespace T3D for better library interoperability. resulted in the need to specify usage in... a few places. 2017-12-27 22:57:47 -06:00
windEmitter.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00