Search found 2 matches

by stoertebecker
Sun Jan 15, 2012 10:37 am
Forum: Code Snippets
Topic: PolyVox Surface extractor for Irrlicht mesh buffer.
Replies: 9
Views: 5960

Re: PolyVox Surface extractor for Irrlicht mesh buffer.

hey virror ok i found my problem, wasnt your code, my irrlicht 1.7.2 was broken dont know why, with a fresh new from sourceforge it works.
thanks for your extractor.
by stoertebecker
Sat Jan 14, 2012 3:53 pm
Forum: Code Snippets
Topic: PolyVox Surface extractor for Irrlicht mesh buffer.
Replies: 9
Views: 5960

Re: PolyVox Surface extractor for Irrlicht mesh buffer.

hey virror, if i use    PolyVox::IrrSurfaceExtractor<PolyVox::SimpleVolume, PolyVox::MaterialDensityPair44 > irrsurfaceExtractor(&volData,   volData.getEnclosingRegion(), newBuffer); instead of    IrrSurfaceExtractor<SimpleVolume, MaterialDensityPair44 > irrsurfaceExtractor(volData, volData->get...