Search found 3 matches

by wetneb
Mon Mar 24, 2008 8:17 am
Forum: Beginners Help
Topic: [Solved] Adding a meshbuffer to a mesh
Replies: 2
Views: 197

Oops :oops:
The exception was thrown while rendering...
This code was included in a class which was child of CMeshSceneNode and I didn't called copyMaterials() after loading a mesh...
Thanks a lot, the problem is resolved !
by wetneb
Sun Mar 23, 2008 2:10 pm
Forum: Beginners Help
Topic: [Solved] Adding a meshbuffer to a mesh
Replies: 2
Views: 197

[Solved] Adding a meshbuffer to a mesh

Hi, I've a problem using meshes and mesh buffers. I want to add a mesh buffer to a mesh : scene::SMesh *testMesh = new scene::SMesh; scene::SMeshBufferLightMap *testBuffer = new scene::SMeshBufferLightMap; testMesh->addMeshBuffer(testBuffer); This codes returns this error (when executed) : ../../inc...
by wetneb
Mon Apr 16, 2007 12:06 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Another quick tutorial: creating terrain in Blender
Replies: 15
Views: 43405

The link is dead. Can we get another location ?
Thanks.