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

stars.js - THREE.Vertex has been deprecated, use THREE.Vector3 instead #5

Open
FullstackJack opened this issue Dec 19, 2012 · 2 comments

Comments

@FullstackJack
Copy link

stars.js throws error to the console "THREE.Vertex has been DEPRECATED. Use THREE.Vector3 instead."

Still haven't gotten it to show the stars...

Probably want to just change:

starsGeometry.vertices.push( new THREE.Vertex( vector ) ) ;

to:

starsGeometry.vertices.push( vector );

since vector is already a Vector3 object.

@steelx
Copy link

steelx commented Jan 18, 2013

im also facing same issue.

@anothercoder2
Copy link

Same problem using Sparks.js example wth Three.js version 60
Any body have a fix?

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

3 participants