Page 1 of 1

[Implemented] CreateMeshPrimitives

Posted: Sun Feb 21, 2010 8:25 pm
by Rings
could be very handy to generate some primitive Meshes
with just one Command.
so

CreateMeshPrimitives(#Mesh, Type,Size1,Size2,Size3)

where Type=

#PB_MESH_Plain
#PB_MESH_Box
#PB_MESH_Cube
#PB_MESH_Sphere
#PB_MESH_CONE
#PB_MESH_CYLINDER
#PB_MESH_TRIANGLE


Could be a something like CreateMesh&SetMeshdata in one Command
(Hint: Darkbasic has similar )