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,
Replacements for Set/Get MeshData() ...
Replacements for Set/Get MeshData() ...
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
PS: sorry for my english I speak flemish ...
-
DarkDragon
- Addict

- Posts: 2348
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: Replacements for Set/Get MeshData() ...
http://www.purebasic.fr/english/viewtop ... 14&t=45911freak wrote:[...][...]Code: Select all
[...] AddMeshVertex(x, y, z) MeshVertexNormal(x, y, z) MeshVertexColor(Color) MeshVertexTextureCoordinate(u, v) AddMeshFace(Vertex1, Vertex2, Vertex3) [...]
bye,
Daniel
Daniel
Re: Replacements for Set/Get MeshData() ...
whilst GetMeshData is missing now, how can i peek the meshdata from memory? I need the vertices and the normals most.
Repeat
PureBasic
ForEver
PureBasic
ForEver
