metadata
Wenzel Jakob 2011-06-04 00:26:48 +02:00
parent 47b4deec9c
commit 2e8a3cd4d3
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public:
createObject(MTS_CLASS(VolumeDataSource), props));
content->configure();
m_maxFloatValue = contents->getMaximumFloatValue();
m_maxFloatValue = content->getMaximumFloatValue();
m_blocks[(m_res.y * block.z + block.y) * m_res.x + block.x] = content;
m_stepSize = std::min(m_stepSize, content->getStepSize());
m_supportsVectorLookups = m_supportsVectorLookups && content->supportsVectorLookups();