This website requires JavaScript.
Explore
Help
Sign In
AnotherFoxGuy
/
polyvox
Watch
1
Star
0
Fork
0
You've already forked polyvox
Code
Issues
Pull Requests
Activity
polyvox
/
examples
History
David Williams
7146b5ecdb
The idea of a 'setTargetMemoryLimitInBytes' function was not really working out. It was too comp-lex and not really clear what the ideal size would be. I think user code needs to call setMaxNumberOfBlocksInMemory() and setMaxNumberOfUncompressedBlocks() directly, if they see from profiling toat too much camressing or paging is taking place.
2013-07-23 13:15:01 +02:00
..
Basic
Reverted changes made for testing.
2013-06-27 16:43:49 +02:00
common
Moved GLEW into Examples/Common folder in Visual Studio.
2012-12-09 19:06:02 +01:00
OpenGL
Replaced std::functions with Pager class for paging.
2013-06-16 19:48:14 +02:00
Paging
The idea of a 'setTargetMemoryLimitInBytes' function was not really working out. It was too comp-lex and not really clear what the ideal size would be. I think user code needs to call setMaxNumberOfBlocksInMemory() and setMaxNumberOfUncompressedBlocks() directly, if they see from profiling toat too much camressing or paging is taking place.
2013-07-23 13:15:01 +02:00
Python
Update Python bindings, tests and example to use Python 3
2013-04-17 20:48:15 +01:00
SmoothLOD
Removing more calls to getVoxelAt()...
2013-06-12 15:41:45 +02:00