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
16e40f0c91e5a498d50f35790b58b1c97554950b
voxel-raycaster
/
src
History
MitchellHansen
16e40f0c91
refactored the raycaster outside of the folder
2017-07-02 12:41:56 -07:00
..
imgui
added imgui to the app
2017-03-16 22:48:55 -07:00
map
Linux build working again, removed the GL_Testing stuff, I'm going to move to Vulkan eventually. Got voxel search working mostly with the new octree changes. Issue with mirroring of voxel data currently
2017-07-02 12:36:25 -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
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
refactored the raycaster outside of the folder
2017-07-02 12:41:56 -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