forked from akjava/gwt-three.js-test
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
19 lines (14 loc) · 741 Bytes
/
README
File metadata and controls
19 lines (14 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
My GWT wrapper for three.js r47
still only wrapped what i needed.
most of demo under upgrading.
Release
r4 - akjavathreegwt_120214.jar
Bug
Sometime error happend on Developement Mode,compile and test on browser.
if method need Array or Object parameters ,and in inside it is using instanceof to parameter,it make a problem.
i heard some frame problem is there.(maybe linker option fix this problem)
for example in JSONLoader.js ,if url is object never called console.warn.
>THREE.JSONLoader.prototype.load = function ( url, callback, texturePath ) {
>var worker, scope = this;
>if ( url instanceof Object ) {
>console.warn( 'DEPRECATED: JSONLoader( parameters ) is now JSONLoader( url, callback, texturePath ).' );