Commit Graph

8 Commits

Author SHA1 Message Date
14aad147fe Implemented logging callbacks for client applications that would like to implement their own GUI
--HG--
extra : source : bf007f5c932c9110cbdc0dc651c66a02a0c68477
2013-12-14 16:06:44 -08:00
8b29ffab69 Asynchronous streaming and memory management improvements in progress.
--HG--
branch : async_streaming
2013-11-16 02:34:18 -08:00
cf732a6721 Asynchronous streaming and memory management improvements in progress.
--HG--
branch : async_streaming
2013-11-13 23:52:17 -08:00
8be1aff1ba Implemented KRContext::getResources
FBX Importing toolchain now detects need for vertex tangent vectors based on presence of Normal maps, and only imports them when needed.  If tangent vectors are needed, but not present in the FBX file, they are calculated during the import process.  Importing tangents increases the size of the vertex data and reduces the ability to share vertexes for multiple faces when using indexed triangle rendering; therefore, they are imported sparingly.
2013-05-06 12:58:57 -07:00
b34d90f41d On-screen Profiler / Debug visualizations in progress
Added on-screen FPS counter.
2013-03-22 17:17:12 -07:00
a23b39a178 On-screen Profiler / Debug visualizations in progress
Fixed a bug that caused framerate to drop drastically by executing an additional render pass.
2013-03-21 19:58:35 -07:00
c2819acbad Optimized HRTF audio rendering in Siren. Now able to handle twice as many channels. 2013-03-06 15:46:54 -08:00
ff63061722 Organized project to be more portable and require fewer steps to integrate into application projects in Xcode.
Moved standard assets into bundles
2013-01-31 02:16:47 -08:00