It seems the PolyVox Array class is really slow compared to raw C arrays. I've added a test ready for some experimentation.
This commit is contained in:
@ -31,6 +31,8 @@ class TestArray: public QObject
|
||||
Q_OBJECT
|
||||
|
||||
private slots:
|
||||
void testCArraySpeed();
|
||||
void testPolyVoxArraySpeed();
|
||||
void testReadWrite();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user