~hitmuri/drile/trunk

« back to all changes in this revision

Viewing changes to src/env/Reconstruct3D.cpp

  • Committer: Florent Berthaut
  • Date: 2013-11-27 11:30:18 UTC
  • Revision ID: florent@hitmuri.net-20131127113018-9e8ewx1e8dr0sr6m
Reverted to tunnel behaviour. Fixed layered sample being used for grains in leaflayeredgrain. Fixed kinect reconstruct point size

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
        m_reconstructMaterial->setLit(false);
215
215
        m_reconstructMaterial->setColorMaterial(GL_DIFFUSE);
216
216
        OSG::PointChunkRefPtr pointChunk = OSG::PointChunk::create();
217
 
        pointChunk->setSize(2);
 
217
        pointChunk->setSize(10);
218
218
        m_reconstructMaterial->addChunk(pointChunk);
219
219
 
220
220
        m_reconstructGeom->setMaterial(m_reconstructMaterial);