-
Notifications
You must be signed in to change notification settings - Fork 216
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
Update codebase to use Three.js version r88 #202
Merged
Merged
Changes from 12 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
8e09982
fix dependencies. and bump patch
jihoonl 03bf58c
fix threejs
jihoonl fde6a14
Use three@0.88.0
e3cf789
Use object assign instead of apply. See mrdoob/three.js#8775
ff8698d
Rename CubeGeometry to BoxGeometry. Changed r65->r66
26f0cd8
Apply r66->r67
b261c28
r71->r72 Moved all shadowMap* properties in WebGLRenderer to shadowMa…
2c1270a
Apply mrdoob/three.js#8775, and use unproject from vector
7c78133
use project and unproject from vector object
7a35e01
deal with immutable objects r67->r68
58bb737
Update highlighting logic
d35a129
Update built modules
5adaece
Remove unused projector
5b6c1d6
update built module
49de6cf
Fix color material. But please check if #187 break
c4d1b86
update built module
b6341f2
Use copy in proper way
e5d99c2
Remove commented out old code
87df418
update built module
1439efb
bump bower version
44f5e34
Renameing variables in Highlighter
400c2e8
update built module
c727ac9
Add the forked verison of collada loader. See comments in the code wh…
6d4e87f
Assine material only if it is undefined
7e0c1a7
fix cdn to static
3d71d5d
set revision as develop
1d082a4
let Meshresource to use the forked collada loader
49b82d3
update built module
587c9ca
Add fixit comment
3a48e09
update built module
0ca58f6
Completely remove ColladaLoader2 from ROS3D. ColladaLoader2 no longer…
2f93d40
remove loader option
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
you could probably use set() here, as you did with the other quaternions further down