seungbin Hi. I have problem about using mesh and FFD with AS3 runtime. skinnedmesh type is not rendered. Loading Image left image is played with as3 demo, right image is with starling demo. i lost hair part :p
Nate spine-as3 loads meshes, FFD and skinning data but unfortunately the spine.flash.* package in spine-as3 is unable to render meshes. This is because Flash Sprites are simple rectangles. I suggest using Starling and spine-starling.
gamebuilders spine-as3 loads meshes, FFD and skinning data but unfortunately the spine.flash.* package in spine-as3 is unable to render meshes. This is because Flash Sprites are simple rectangles. I suggest using Starling and spine-starling. Hi @[cancellato] There is a way to draw triangles with vertices to a sprite in flash. Here is a link resource talking about it http://www.flashandmath.com/advanced/p10triangles/method.html. I am currently trying to figure out how to convert the mesh data from the Spine data to draw the triangles using the Sprites' drawTriangle method but haven't had success yet.
gamebuilders @Nate What is the difference between the vertices of a SkinnedMesh and a regular Mesh? Do the vertices need to be ordered clockwise? Or are they already in order?