Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set property 'alive' of undefined #39

Open
Astraport opened this issue Jan 4, 2017 · 0 comments
Open

Cannot set property 'alive' of undefined #39

Astraport opened this issue Jan 4, 2017 · 0 comments

Comments

@Astraport
Copy link

I use your Three.JS library to create particle effects in my project. Thanks.

<script src="js/Three.js/Three.js"></script>
<script src="js/Three.js/Detector.js"></script>  <script src="js/Three.js/OrbitControls.js"></script> 
<script src="js/Three.js/THREEx.FullScreen.js"></script>
<script src="js/Three.js/THREEx.WindowResize.js"></script>
<script src="js/Three.js/ParticleEngine.js"></script>
<script src="js/Three.js/ParticleEngineExamples.js"></script>

However, at the start of the application I keep getting errors such content.

Uncaught TypeError: Cannot set property 'alive' of undefined
    at ParticleEngine.update (ParticleEngine.js:413)
    at update (ct_main.js:819)
    at animate (ct_main.js:778)

How to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant