Topic: ceatemesh?

Is it possible to create an empty mesh to use with addvertex/triangle/surface

Re: ceatemesh?

greetings smile  i believe you can though i have never done it.  i think you will need to create an instance of SMeshBuffer.  use the append method to append in vertices, then create an SMesh and use the addMeshBuffer method.