Page 1 of 1

Replacements for Set/Get MeshData() ...

Posted: Wed Apr 06, 2011 1:38 pm
by marc_256
Hi,

I tested all my OGRE 3D game developments with PB v4.60.
Not one was running OK.

Q/ What are the replacements for SetMeshData() and GetMeshData() ?
I did not found any answers in the help file.

Marc,

Re: Replacements for Set/Get MeshData() ...

Posted: Wed Apr 06, 2011 1:45 pm
by DarkDragon
freak wrote:[...]

Code: Select all

[...]
AddMeshVertex(x, y, z)
MeshVertexNormal(x, y, z)
MeshVertexColor(Color)
MeshVertexTextureCoordinate(u, v)
AddMeshFace(Vertex1, Vertex2, Vertex3)
[...]
[...]
http://www.purebasic.fr/english/viewtop ... 14&t=45911

Re: Replacements for Set/Get MeshData() ...

Posted: Wed Dec 28, 2011 3:08 pm
by A.D.
whilst GetMeshData is missing now, how can i peek the meshdata from memory? I need the vertices and the normals most.