Hi,
I tried to build few examples ( Basic_View and Intermediate_MD5Animation ).
Both fails to run when build as html and 'Intermediate_MD5Animation' fails as flash also.
I have the latest OpenFL ( lib from git repo ) and Lime ( regular haxelib lib ).
Away3D was installed via haxelib install away3D ( away3D-examples also ).
I can successfully create project with lime commands and build the project.
After that I tried with git version of away3D ( pointed haxelib away3D to git repo )
HTML ( fails for both examples ):
Projects builds with no errors but when local server starts and page is loaded in the browser there are always error in the console:
Uncaught TypeError: Cannot set property '0' of undefined
I see the loading bar and after that screen is blank.
'Intermediate_MD5Animation'
tried html, flash, windows cpp.
HTML
fails with error mentioned above.
Flash
fails with this error:
TypeError: Error #1034: Type Coercion failed: cannot convert AS3.vec::Vector.flash.geom::Vector3D@8e883f9 to AS3.vec.Vector.
That's in Sprite3D.hx line 252:
var comps:Array = camera.sceneTransform.decompose();
Builds should be fixed now - although I couldn't recreate the flash error but have changed the type. Commits 615c69a60c5acf7e6ffadfaee9869bafbc5aa2ea and e5219860d1ea116d97e8daddfb0fa281eaadd2ae
Hi, I tried to build few examples ( Basic_View and Intermediate_MD5Animation ). Both fails to run when build as html and 'Intermediate_MD5Animation' fails as flash also.
I have the latest OpenFL ( lib from git repo ) and Lime ( regular haxelib lib ). Away3D was installed via haxelib install away3D ( away3D-examples also ). I can successfully create project with lime commands and build the project.
After that I tried with git version of away3D ( pointed haxelib away3D to git repo )
HTML ( fails for both examples ): Projects builds with no errors but when local server starts and page is loaded in the browser there are always error in the console:
Uncaught TypeError: Cannot set property '0' of undefined
I see the loading bar and after that screen is blank.
'Intermediate_MD5Animation' tried html, flash, windows cpp.
HTML fails with error mentioned above.
Flash fails with this error:
TypeError: Error #1034: Type Coercion failed: cannot convert AS3.vec::Vector.flash.geom::Vector3D@8e883f9 to AS3.vec.Vector.
That's in Sprite3D.hx line 252: var comps:Array = camera.sceneTransform.decompose();
Seems that wrong Vector type is returned.
I have flash debug player installed btw.
CPP build and runs fine