laserbrain_demo
2018-03-19 John TsiombikasMore silly mistakes
2018-03-19 John Tsiombikas- fixed bug in mirror matching
2018-03-19 John Tsiombikasrendering all objects belonging to each mirror
2018-03-19 John Tsiombikasreflection geometry finally correct
2018-03-18 John Tsiombikasforgot to add the new shader
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-24 John Tsiombikasadded command in instalien rule to also install shaders
2018-01-23 John Tsiombikasadded readme file
2018-01-23 John TsiombikasalSourceStop was commented out for some reason in Audio...
2018-01-23 John Tsiombikasenv file for cross-compiling and accompanying makefile...
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 Tsiombikasfixed tools/prepare_data to also perform the conversion...
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-12-02 John Tsiombikasadded script to fetch dependencies
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 Tsiombikasprepare_data now only processes files based on modifica...
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-09-01 John Tsiombikasfixed cross-build
2017-09-01 John TsiombikasMerge branch 'master' of goat:git/laserbrain_demo
2017-09-01 John Tsiombikasmakefile rules for cross-compiling with mingw-w64
2017-05-19 John Tsiombikasbuilds through mingw32 now. doesn't seem to run properl...
2017-05-19 John Tsiombikasmingw/msys2 port almost done. glew is still a sticking...
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-05-03 John Tsiombikastried to make this work with msys2... it's not worth...
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-05 John Tsiombikasfix_lightmap script
2017-01-03 John Tsiombikasstatic linking with vc runtime libs
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-07 John Tsiombikasprepare_data script now accepts a filter argument to...
2016-12-06 John Tsiombikasadded a non-interactive blobs exhibit
2016-12-05 John Tsiombikasdata pipeline
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
next