Skip to content

Commit

Permalink
Merge pull request mrdoob#7841 from mkkellogg/dev
Browse files Browse the repository at this point in the history
Added general purpose particle system example: campfire.
  • Loading branch information
mrdoob committed Dec 31, 2015
2 parents 5a81b6e + 9413be9 commit e900614
Show file tree
Hide file tree
Showing 20 changed files with 6,507 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ var files = {
"webgl_octree",
"webgl_octree_raycasting",
"webgl_panorama_equirectangular",
"webgl_particles_general",
"webgl_performance",
"webgl_performance_doublesided",
"webgl_performance_static",
Expand Down
53 changes: 53 additions & 0 deletions examples/js/GeneralParticleSystem.min.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions examples/models/campfire/brownrock.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Blender MTL File: 'None'
# Material Count: 1

newmtl brownrock
Ns 19.607843
Ka 0.000000 0.000000 0.000000
Kd 0.470588 0.470588 0.470588
Ks 0.000000 0.000000 0.000000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 1
Loading

0 comments on commit e900614

Please sign in to comment.