-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
sea3d revision 3 - optimized #7096
Conversation
|
||
// SEA3D | ||
|
||
this.file.typeRead[ SEA3D.Geometry.prototype.type ] = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you're missing the other side of the equality here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah wait. You are assigning the result from the next line 😮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this safe? See the other comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See point 2 of the answer to this so question
Not sure if it applies to this situation, and if it is still accurate info.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like I was wrong. This kind of assignment is valid (atleast in chrome)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JavaScript compilers should turn into Tokens line break, tabs and traditional space in the same class.
Line 262: isWhitespace https://github.com/google/closure-compiler/blob/0c09d82ab71f5518d6334692d279615e59c2b455/src/com/google/javascript/jscomp/parsing/parser/Scanner.java
Other compilers like AS3 of Adobe by Jeff Dyer and other parser of AS3 by Victor Dramba use the same hierarchy.
Nice! Thanks! |
You should remove the call to |
Hi. I made a version of SEA3D optimized for the Three.JS improving the performance all in THREE.BufferGeometry r72 and some new features.
http://community.poonya.com/160
Fixes #6914
Cheers.