simple ubershader system, reflection debugging
[laserbrain_demo] / src /
2018-03-18 John Tsiombikassimple ubershader system, reflection debugging
2018-03-18 John Tsiombikasapparently I shouldn't std::move on return, let's pray...
2018-03-17 John Tsiombikasmirror planes detection needs work
2018-03-14 John Tsiombikastake into account the center of the aabb when calculati...
2018-03-14 John Tsiombikasusing aabb planes as mirror planes
2018-03-13 John Tsiombikasadding mirror plane options other than auto
2018-03-13 John Tsiombikasadded delayed init call after scenegraph/meshes are...
2018-03-13 John Tsiombikasmirror mtledit
2018-01-23 John TsiombikasalSourceStop was commented out for some reason in Audio...
2018-01-23 John Tsiombikashand-tracking and exhibits part one
2018-01-22 John TsiombikasMerge branch 'master' of goat:git/laserbrain_demo
2018-01-22 John Tsiombikaswin32 mingw fixes
2018-01-22 John Tsiombikasmissing include
2018-01-21 John TsiombikasMerge branch 'master' of /home/nuclear/code/laserbrain...
2018-01-21 John Tsiombikaswin32 fixes
2018-01-21 John Tsiombikasexhibit ui
2018-01-21 John Tsiombikasexhibit description text rendering
2018-01-20 John Tsiombikasfoo
2018-01-20 John Tsiombikasnasty bug in Texture::create
2018-01-20 John Tsiombikasnew render target class while working on the exhibit UI
2018-01-19 John Tsiombikassome code in the exhibit ui, and first stab at laying...
2018-01-18 John Tsiombikasexhibit drawing is now handled by the Renderer
2018-01-18 John Tsiombikasad-hoc exhibits created by the manager and described...
2018-01-17 John Tsiombikasdebug gui select/hide nodes
2018-01-17 John Tsiombikaspicking up exhibits works again with the slot mechanism
2018-01-17 John TsiombikasExhibitSlots and exhibit placement (initial)
2018-01-14 John Tsiombikasselect and move exhibits
2018-01-13 John Tsiombikaspick ray calculation (moved to gph-math and used here)
2018-01-12 John Tsiombikasfixed bounding volume issue
2018-01-12 John Tsiombikasfixed div/zero in blob exhibit
2018-01-11 John TsiombikasSceneNode bounds calculation
2018-01-11 John Tsiombikasbetter logging and OpenGL ARB_debug_output
2018-01-10 John Tsiombikasadding exhibit data, starting with descriptions
2018-01-10 John Tsiombikasmoving the first exhibit, no picking yet
2018-01-10 John Tsiombikasoptimized blob exhibit
2018-01-08 John Tsiombikasexhibits
2018-01-08 John Tsiombikasminor changes (bounds lazy eval state)
2017-12-06 John Tsiombikascleaned up and fleshed out geom.h/geom.cc and preparing...
2017-11-28 John Tsiombikasadded back the demo gui for looking up widgets
2017-11-28 John Tsiombikasrudimentary scenegraph treeview
2017-11-28 John Tsiombikasmore elaborate keyboard input handling, and debug gui...
2017-11-27 John Tsiombikas- added imgui
2017-11-11 John Tsiombikasadded loaded callbacks to DataSet
2017-11-09 John Tsiombikashandle failure to get an sRGB framebuffer correctly
2017-11-05 John Tsiombikas- only enable sRGB if we got an sRGB framebuffer.
2017-10-30 John Tsiombikasadded audio
2017-09-21 John Tsiombikasdon't draw hands if we don't have hand-tracking
2017-09-21 John Tsiombikasmoving functionality into the avatar class, and drawing...
2017-09-16 John Tsiombikasneed to untangle the vrhands mess
2017-09-16 John TsiombikasMerge branch 'master' of goat:git/laserbrain_demo
2017-09-15 John Tsiombikasvr input
2017-09-13 John Tsiombikasadded hand markers
2017-09-02 John Tsiombikassceneload.h was unused
2017-05-19 John Tsiombikasbuilds through mingw32 now. doesn't seem to run properl...
2017-05-19 John Tsiombikassemi-ported to msys2
2017-05-17 John Tsiombikasload exhibits fails because loading is async
2017-05-16 John Tsiombikasexhibit manager progress
2017-05-06 John Tsiombikasfixed visual studio project
2017-02-24 John Tsiombikasforgot to add the new files
2017-02-24 John Tsiombikasdoesn't work
2017-01-10 John Tsiombikascubemap renderer progress (untested)
2017-01-09 John Tsiombikasstarted the renderer abstraction and the cubemap renderer
2017-01-03 John Tsiombikasadded VR recenter
2017-01-03 John Tsiombikasusing SDL_WINDOWEVENT_SIZE_CHANGED for tracking window...
2017-01-02 John Tsiombikaswindows port
2016-12-26 John TsiombikasMerge branch 'master' of goat:git/laserbrain_demo
2016-12-26 John Tsiombikasscn->clear() can't be called from the load callback...
2016-12-25 John TsiombikasMerge branch 'master' of goat:git/laserbrain_demo
2016-12-25 John Tsiombikasadded shader class and unistate. not using shader class yet
2016-12-20 John Tsiombikaschanged the clear color to white, to show up through...
2016-12-17 John Tsiombikasadded strip_path in metascene
2016-12-11 John Tsiombikas- match mtledit blocks with material name not object...
2016-12-11 John Tsiombikasdon't crash when calling DataMap::lookup with an empty...
2016-12-10 John Tsiombikasblob texture was upside-down
2016-12-09 John Tsiombikasplaced the blobs on the empty stand
2016-12-08 John Tsiombikasadded the capability to crudely resize images by half...
2016-12-06 John Tsiombikasadded a non-interactive blobs exhibit
2016-12-05 John Tsiombikasimplemented metascene spawn point/rot
2016-12-04 John Tsiombikasfixed background loading of both textures and scenes
2016-12-03 John Tsiombikasdatamap object passed around while loading
2016-12-02 John Tsiombikasbackground scene file loading introduces race condition...
2016-12-02 John TsiombikasMetaScene class
2016-12-01 John Tsiombikasseparated scene loading into IO and GL parts in prepara...
2016-12-01 John Tsiombikasfixed regression in the texture resource management
2016-11-29 John Tsiombikasmaterial editing in scene metafile
2016-11-18 John Tsiombikasremoved leftover debug printf
2016-11-18 John Tsiombikas- fixed retarded mouse
2016-11-17 John Tsiombikasproper gamepad control
2016-11-16 John Tsiombikasrudimentary gamepad controls
2016-11-15 John Tsiombikasfixed walk polygon rendering
2016-11-15 John Tsiombikas- shaders for both lightmapped objects with or without...
2016-11-15 John Tsiombikasmouse speed
2016-11-15 John Tsiombikasdo gamma correction on post if we don't have an sRGB...
2016-11-14 John TsiombikasVR mode
2016-11-14 John Tsiombikasfullscreen, mouse grab, stuff
2016-11-14 John Tsiombikasui notifications
2016-11-14 John Tsiombikasmetadata, walk polygons, stuff...
2016-11-13 John Tsiombikasmetascene initial implementation
2016-11-08 John Tsiombikasfixed bugs in the resource manager and removed the...
2016-11-02 John Tsiombikasinitial vc project
next