mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Removed insertion test code.
This commit is contained in:
parent
a90dbe314b
commit
45c31cece3
1 changed files with 0 additions and 9 deletions
|
@ -34,15 +34,6 @@ void MetavoxelSystem::init() {
|
|||
|
||||
AttributeRegistry::getInstance()->configureScriptEngine(&_scriptEngine);
|
||||
|
||||
MetavoxelPath p1;
|
||||
p1 += 7;
|
||||
p1 += 7;
|
||||
p1 += 7;
|
||||
|
||||
AttributePointer color = AttributeRegistry::getInstance()->getAttribute("color");
|
||||
|
||||
_data.setAttributeValue(p1, AttributeValue(color, encodeInline(qRgba(0xFF, 0xFF, 0xFF, 0xFF))));
|
||||
|
||||
QFile scriptFile("resources/scripts/sphere.js");
|
||||
scriptFile.open(QIODevice::ReadOnly);
|
||||
QScriptValue guideFunction = _scriptEngine.evaluate(QTextStream(&scriptFile).readAll());
|
||||
|
|
Loading…
Reference in a new issue