away3d icon indicating copy to clipboard operation
away3d copied to clipboard

Different rendering for Neko and HTML5

Open VirtualMaestro opened this issue 7 years ago • 2 comments

Hello Joshua, Thank you for the previous fix. Now Neko is working well with the correct animation (like in flash). But unfortunately in html5 mesh is still "floating" (It looks like rubber bear with water inside). Maybe the last video didn't show it well, so I recorded another one (left bear is running on Neko and looks good, the right one is on html5 and looks wrong). Two bears.zip If you don't have such effect can you tell me what version of Lime and Openfl are in use? Which version of a browser are you running this example on (I tried the latest version of Lime and OpenFL, Chrome and Firefox)? This will be very helpful. Thank you in advance.

VirtualMaestro avatar Jan 30 '18 17:01 VirtualMaestro

FYI: This issue only(?) seems to be present on Chrome. The example works fine on Firefox.

MCHammel avatar Feb 07 '18 16:02 MCHammel

The issue appears in Chrome when the third param in the constructor of 'SkeletonAnimator' class set to 'false', so when animator performs the calculations on a GPU. If set it to 'true', so if force calculations on a CPU everything works well. Seems like this is only Chrome issue.

VirtualMaestro avatar Mar 21 '18 09:03 VirtualMaestro