Replacements for Set/Get MeshData() ...

Advanced game related topics
marc_256
Addict
Addict
Posts: 859
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Replacements for Set/Get MeshData() ...

Post 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,
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
DarkDragon
Addict
Addict
Posts: 2348
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

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

Post 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
bye,
Daniel
User avatar
A.D.
User
User
Posts: 98
Joined: Tue Oct 06, 2009 9:11 pm

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

Post by A.D. »

whilst GetMeshData is missing now, how can i peek the meshdata from memory? I need the vertices and the normals most.
Repeat
PureBasic
ForEver
Post Reply