Skip to content

Commit

Permalink
Merge pull request #126 from BabylonJS/feature/particles
Browse files Browse the repository at this point in the history
Added Particle System Set Editor
  • Loading branch information
julien-moreau committed May 28, 2019
2 parents e169d7e + 71b1034 commit 6dbee55
Show file tree
Hide file tree
Showing 55 changed files with 2,136 additions and 1,154 deletions.
5 changes: 5 additions & 0 deletions assets/templates/code/tools.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ interface BehaviorCodeTools {
* @param name the name of the prefab to instantiate
*/
instantiatePrefab<T> (name: string): T;
/**
* Instantiates a particle system set identified by the given name
* @param name the name of the particle system set to instantiate
*/
instantiateParticleSystemSet (name: string): BABYLON.ParticleSystemSet;
/**
* Calls the given method with the given parameters on the given object which has scripts providing the given method
* @param object the object reference where to send the message by calling the given method name
Expand Down
Empty file.
79 changes: 0 additions & 79 deletions assets/templates/particles-creator/class.ts

This file was deleted.

107 changes: 107 additions & 0 deletions assets/templates/particles-creator/default-set.json

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions assets/templates/particles-creator/shader.fragment.fx

This file was deleted.

55 changes: 0 additions & 55 deletions assets/templates/particles-creator/shader.vertex.fx

This file was deleted.

0 comments on commit 6dbee55

Please sign in to comment.