Hi guys,
I recently started working with 3d and I don’t now much about it. I’m able to play with the away3d framework, load 3ds files, playing with textures stuffs like that. But I don’t know much about geometries, and how to actually create 3d objects.
I would like to represent a 2d polygon in 3d.
My polygon coordinates are in an array [x,y,x,y,x,y….].
I have no idea how to create my vertexes, normals, uvs, indices, vectors… to build my geometry. Can you guys help me out ?
Thank you !
Jean