This website requires JavaScript.
Explore
Help
Sign In
mitchellhansen
/
voxel-raycaster
Watch
1
Star
0
Fork
0
You've already forked voxel-raycaster
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
ce862feb0b1b9be2a91c20a0798db689638dd1d7
voxel-raycaster
/
src
History
MitchellHansen
ce862feb0b
Couple of refactors and tricks in the kernel to speed things up. ~5FPS average improvement
2017-04-21 20:09:12 -07:00
..
imgui
added imgui to the app
2017-03-16 22:48:55 -07:00
map
Couple of refactors and tricks in the kernel to speed things up. ~5FPS average improvement
2017-04-21 20:09:12 -07:00
raycaster
Removed the class heirarchy for the raycaster. I was aiming for maximum compatability but realistically, this project will never run at any sort of acceptable speed on the cpu. Also in the previous commit fixed multiple longterm bugs as well as fixed bugs in the event system and made it much safer
2017-04-15 01:50:01 -07:00
Camera.cpp
Removed the class heirarchy for the raycaster. I was aiming for maximum compatability but realistically, this project will never run at any sort of acceptable speed on the cpu. Also in the previous commit fixed multiple longterm bugs as well as fixed bugs in the event system and made it much safer
2017-04-15 01:50:01 -07:00
GL_Testing.cpp
Added macOS compatability again
2017-03-07 10:20:39 -08:00
Input.cpp
Removed the class heirarchy for the raycaster. I was aiming for maximum compatability but realistically, this project will never run at any sort of acceptable speed on the cpu. Also in the previous commit fixed multiple longterm bugs as well as fixed bugs in the event system and made it much safer
2017-04-15 01:50:01 -07:00
LightController.cpp
Commit might have been messed up
2017-04-15 01:45:09 -07:00
LightHandle.cpp
Commit might have been messed up
2017-04-15 01:45:09 -07:00
main.cpp
Removed the class heirarchy for the raycaster. I was aiming for maximum compatability but realistically, this project will never run at any sort of acceptable speed on the cpu. Also in the previous commit fixed multiple longterm bugs as well as fixed bugs in the event system and made it much safer
2017-04-15 01:50:01 -07:00
NetworkInput.cpp
removed a few bugs relating to terminating sockets prior to program end.
2017-02-13 21:13:31 -08:00
Pub_Sub.cpp
Commit might have been messed up
2017-04-15 01:45:09 -07:00
Ray.cpp
Cut down a few of the compiler warnings, refactored the octree into its own file. Refactored all map items into their own subfolder
2017-03-22 23:52:33 -07:00