mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Merge remote-tracking branch 'GG-Github/development' into fix_opengl_new_terrain_blend
This commit is contained in:
commit
ff83e8c209
1455 changed files with 98353 additions and 15020 deletions
|
|
@ -862,6 +862,14 @@ function ObjectBuilderGui::buildParticleEmitterNode(%this)
|
|||
%this.process();
|
||||
}
|
||||
|
||||
function ObjectBuilderGui::buildRibbonNode(%this)
|
||||
{
|
||||
%this.objectClassName = "RibbonNode";
|
||||
%this.addField("dataBlock", "TypeDataBlock", "datablock", "RibbonNodeData");
|
||||
%this.addField("ribbon", "TypeDataBlock", "Ribbon data", "RibbonData");
|
||||
%this.process();
|
||||
}
|
||||
|
||||
function ObjectBuilderGui::buildParticleSimulation(%this)
|
||||
{
|
||||
%this.objectClassName = "ParticleSimulation";
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ function EWCreatorWindow::init( %this )
|
|||
%this.registerMissionObject( "SFXEmitter", "Sound Emitter" );
|
||||
%this.registerMissionObject( "Precipitation" );
|
||||
%this.registerMissionObject( "ParticleEmitterNode", "Particle Emitter" );
|
||||
%this.registerMissionObject( "RibbonNode", "Ribbon" );
|
||||
|
||||
// Legacy features. Users should use Ground Cover and the Forest Editor.
|
||||
//%this.registerMissionObject( "fxShapeReplicator", "Shape Replicator" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue