MitchellHansen
|
3ff6fb0b14
|
Adding a method of rendering GUI's that avoid the whole throwing raw
data around everywhere thing I had going on before
|
7 years ago |
MitchellHansen
|
ebce781eb3
|
Got the octree data to the GPU and it's traversing it, but it having some corruption issues. Endianness???
|
7 years ago |
MitchellHansen
|
a40b5545e8
|
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
|
8 years ago |
MitchellHansen
|
334a375535
|
Commit might have been messed up
|
8 years ago |
MitchellHansen
|
394c9821fc
|
added imgui to the app
|
8 years ago |
MitchellHansen
|
129e475b15
|
Fixed the way lights were linked to opencl, did some tweaking of the phong lighting.
|
8 years ago |
MitchellHansen
|
7d7ed5367c
|
Fixed the held keys, now occasionally a key will stick though
|
8 years ago |
MitchellHansen
|
10e3ba43fa
|
Events are now passing correctly, small bug with held keys that needs fixing
|
8 years ago |
MitchellHansen
|
0e1e9af37c
|
More work on the event system, sf::Events are completely wrapped now.
|
8 years ago |
MitchellHansen
|
2e0227419c
|
Did a lot of boilerplate on the Event wrapper pt.2
|
8 years ago |
MitchellHansen
|
3c91614f45
|
Working on a messaging system for sf events
|
8 years ago |