Search found 1 match

by psilobe
Wed Jan 04, 2012 9:22 pm
Forum: Beginners Help
Topic: Black model
Replies: 3
Views: 389

Black model

Hi, I'm basicly trying out the first few tutorials with a couple of differences. I'm not using a fix model but creating one out of a bunch of volume data.

First I use this function to create a meshbuffer.

CDynamicMeshBuffer *newBuffer = new CDynamicMeshBuffer(EVT_STANDARD, EIT_32BIT);

Then I ...