mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Enable vertex buffer objects in RigGeometry
This commit is contained in:
parent
0dbf44b414
commit
58e0e8bd4e
@ -71,6 +71,7 @@ RigGeometry::RigGeometry()
|
|||||||
setCullCallback(new UpdateRigGeometry);
|
setCullCallback(new UpdateRigGeometry);
|
||||||
setUpdateCallback(new UpdateRigBounds);
|
setUpdateCallback(new UpdateRigBounds);
|
||||||
setSupportsDisplayList(false);
|
setSupportsDisplayList(false);
|
||||||
|
setUseVertexBufferObjects(true);
|
||||||
setComputeBoundingBoxCallback(new DummyComputeBoundCallback);
|
setComputeBoundingBoxCallback(new DummyComputeBoundCallback);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user