AlternativaPlatform / Alternativa3D

Alternativa3D Flash GPU accelerated 3D engine
http://alternativaplatform.com/en/technologies/alternativa3d/
377 stars 126 forks source link

VectorGeometry #59

Open gonchar opened 11 years ago

gonchar commented 11 years ago

need to test MeshSet! All engine examples work well. Uploading with ByteArray is faster, btw it changed quite a lot from player to player. there is a test between ByteArray and Vector http://jacksondunstan.com/articles/1617 But filling Vector with values is faster(good for dynamic geometry such as particle system and etc.)

makc commented 11 years ago

The most useful request yet the least likely to be accepted :)

Yaski commented 11 years ago

Yes, very useful

gonchar commented 11 years ago

need to add a method for setting values from group buffer data, I mean [x,y,z,u,v...] not only from [x,y,z], [u,v] buffers

makc commented 11 years ago

ha ha, still not merging your own request )