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

Update codebase to use Three.js version r88 #202

Merged
merged 32 commits into from
Dec 15, 2017
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8e09982
fix dependencies. and bump patch
jihoonl Dec 6, 2017
03bf58c
fix threejs
jihoonl Dec 6, 2017
fde6a14
Use three@0.88.0
Dec 8, 2017
e3cf789
Use object assign instead of apply. See mrdoob/three.js#8775
Dec 8, 2017
ff8698d
Rename CubeGeometry to BoxGeometry. Changed r65->r66
Dec 8, 2017
26f0cd8
Apply r66->r67
Dec 8, 2017
b261c28
r71->r72 Moved all shadowMap* properties in WebGLRenderer to shadowMa…
Dec 8, 2017
2c1270a
Apply mrdoob/three.js#8775, and use unproject from vector
Dec 8, 2017
7c78133
use project and unproject from vector object
Dec 8, 2017
7a35e01
deal with immutable objects r67->r68
Dec 8, 2017
58bb737
Update highlighting logic
Dec 8, 2017
d35a129
Update built modules
Dec 8, 2017
5adaece
Remove unused projector
Dec 8, 2017
5b6c1d6
update built module
Dec 8, 2017
49de6cf
Fix color material. But please check if #187 break
Dec 8, 2017
c4d1b86
update built module
Dec 11, 2017
b6341f2
Use copy in proper way
Dec 11, 2017
e5d99c2
Remove commented out old code
Dec 11, 2017
87df418
update built module
Dec 11, 2017
1439efb
bump bower version
Dec 12, 2017
44f5e34
Renameing variables in Highlighter
Dec 13, 2017
400c2e8
update built module
Dec 13, 2017
c727ac9
Add the forked verison of collada loader. See comments in the code wh…
Dec 14, 2017
6d4e87f
Assine material only if it is undefined
Dec 14, 2017
7e0c1a7
fix cdn to static
Dec 15, 2017
3d71d5d
set revision as develop
Dec 15, 2017
1d082a4
let Meshresource to use the forked collada loader
Dec 15, 2017
49b82d3
update built module
Dec 15, 2017
587c9ca
Add fixit comment
Dec 15, 2017
3a48e09
update built module
Dec 15, 2017
0ca58f6
Completely remove ColladaLoader2 from ROS3D. ColladaLoader2 no longer…
Dec 15, 2017
2f93d40
remove loader option
Dec 15, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ros3d",
"homepage": "https://www.robotwebtools.org",
"description": "(BOWER IS DEPRECATING! Please use npm version of ros3d). The standard ROS Javascript Visualization Library",
"version": "0.17.0-SNAPSHOT",
"version": "0.17.1",
"license": "BSD-3-Clause",
"main": "./src/Ros3D.js",
"repository": {
Expand All @@ -22,7 +22,7 @@
],
"dependencies": {
"eventemitter2": "asyncly/EventEmitter2#^0.4.14",
"threejs": "mrdoob/three.js#r64",
"threejs": "mrdoob/three.js#r88",
"roslibjs": "RobotWebTools/roslibjs#0.14.0"
}
}
Loading