Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ).' );

About

gwt wrapper for my projects

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages