getting vertecis of a mesh

BlitzMax Forums/MiniB3D Module/getting vertecis of a mesh

Nate the Great(Posted 2010) [#1]
well ive been reading around this forum but I cant seem to figure out how to make vertecis and meshes without the load or createbla (bla being the shape or the object, cube,cone etc) commands. All I really want is to procedurally make a small mesh with 4 vertecis that are an even distance from eachother making a 3d triangle thing but I need to figure out how to actually make the verticis first...


ima747(Posted 2010) [#2]
Hopefully this will get you started

http://www.blitzbasic.com/b3ddocs/command.php?name=AddVertex&ref=3d_cat


Nate the Great(Posted 2010) [#3]
wait minib3d has the same commands for vertecis as b3d? well I guess that makes things easier... thanks


ima747(Posted 2010) [#4]
Yea, look at the documentation in bmax under 3rd party modules for minib3d, it all just references out to the b3d docs. One of the main goals of minib3d is to mirror b3d point for point.