Skip to content

Commit caa452b

Browse files
committed
Added missing exports in Particles
1 parent d58e4cb commit caa452b

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

bkcore.coffee/threejs/Particles.coffee

+10
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,13 @@ class Particle
187187
@basecolor.setRGB(0,0,0)
188188
@life = 0.0
189189
@available = true
190+
191+
###
192+
Exports
193+
@package bkcore.threejs
194+
###
195+
exports = exports ? @
196+
exports.bkcore ||= {}
197+
exports.bkcore.threejs ||= {}
198+
exports.bkcore.threejs.Particle = Particle
199+
exports.bkcore.threejs.Particles = Particles

bkcore.coffee/threejs/Particles.js

+17-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)