overte/interface/src
Anthony J. Thibault 442b701c9a refactor of myAvatar sensor matrix updating
Much simpler and maintanable.

* updateFromHMDSensorMatrix is called at start of Application::update()
  It moves the avatar forward taking into account head motion in the room.
* all other avatar manipulation call setPosition and setOrientation
  normally
* Then at the end of Application::update() updateSensorToWorldMatrix is
  called.  This ensures that rendering will use the correct camera
  position w.r.t. the body.
2015-07-15 17:38:12 -07:00
..
audio fix the wrong function name that happened missing a merge 2015-07-10 15:20:49 -07:00
avatar refactor of myAvatar sensor matrix updating 2015-07-15 17:38:12 -07:00
devices controllers render in right position, wrong rotation 2015-07-10 18:27:12 -07:00
octree Add RenderArgs to more render methods 2015-05-22 15:25:53 -07:00
scripting merge with hifi/plugins 2015-07-02 10:13:28 -07:00
starfield Fixing projection during star rendering 2015-06-21 17:16:30 -07:00
ui merge with plugins 2015-07-14 12:30:47 -07:00
AbstractLoggerInterface.h Move file log persistence to a separate thread 2015-07-08 22:35:23 -07:00
Application.cpp refactor of myAvatar sensor matrix updating 2015-07-15 17:38:12 -07:00
Application.h Refactor of MyAvatar and Application HMD sensor 2015-07-13 12:56:33 -07:00
Bookmarks.cpp
Bookmarks.h
Camera.cpp Merge remote-tracking branch 'upstream/master' into plugins 2015-06-26 17:02:16 -07:00
Camera.h Merge branch 'master' into plugins 2015-06-22 13:35:40 -07:00
DatagramProcessor.cpp Fixed shutdown procedure for Datagrams so that there is no crash on exit 2015-07-09 14:18:53 -07:00
DatagramProcessor.h
DiscoverabilityManager.cpp
DiscoverabilityManager.h
DisplayPlugins.cpp Trying to get mac display plugins working: 2015-07-02 22:29:22 -07:00
DisplayPlugins.h Consolidating GL display plugins 2015-05-31 00:24:19 -07:00
FileLogger.cpp Fixing log file viewer 2015-07-09 09:54:35 -07:00
FileLogger.h Fixing log file viewer 2015-07-09 09:54:35 -07:00
FileUtils.cpp
FileUtils.h
InterfaceActionFactory.cpp bring over code from entity-level-locking branch 2015-07-09 15:23:05 -07:00
InterfaceActionFactory.h bring over code from entity-level-locking branch 2015-07-09 15:23:05 -07:00
InterfaceLogging.cpp CR comments and fixing the average calculation 2015-07-01 16:30:42 -07:00
InterfaceLogging.h CR comments and fixing the average calculation 2015-07-01 16:30:42 -07:00
LODManager.cpp enable -Wdouble-promotion 2015-06-16 18:23:10 -07:00
LODManager.h Set shouldRender method 2015-06-02 19:26:39 +02:00
main.cpp Working on 64 bit builds 2015-06-18 21:44:12 -07:00
MainWindow.cpp Working on display plugins 2015-06-05 00:00:57 -07:00
MainWindow.h Final fixes. Snapshot should be good now 2015-06-03 15:09:45 -07:00
Menu.cpp Merge branch 'sam/vive-hand-controllers' of github.com:hyperlogic/hifi into sam/vive-hand-controllers 2015-07-14 12:37:09 -07:00
Menu.h Merge branch 'sam/vive-hand-controllers' of github.com:hyperlogic/hifi into sam/vive-hand-controllers 2015-07-14 12:37:09 -07:00
ModelPackager.cpp
ModelPackager.h
ModelPropertiesDialog.cpp enable -Wdouble-promotion 2015-06-16 18:23:10 -07:00
ModelPropertiesDialog.h
ModelSelector.cpp
ModelSelector.h
Physics.cpp
Physics.h
ScriptHighlighting.cpp
ScriptHighlighting.h
ScriptsModel.cpp
ScriptsModel.h
ScriptsModelFilter.cpp
ScriptsModelFilter.h
SpeechRecognizer.cpp
SpeechRecognizer.h
SpeechRecognizer.mm
Stars.cpp enable -Wdouble-promotion 2015-06-16 18:23:10 -07:00
Stars.h
UIUtil.cpp Working on mac compilability 2015-07-01 23:03:33 -07:00
UIUtil.h
Util.cpp Merge branch 'sam/vive-hand-controllers' of github.com:hyperlogic/hifi into sam/vive-hand-controllers 2015-07-14 12:37:09 -07:00
Util.h improved performance of ByteCountCoding<> decode 2015-07-08 17:32:51 -07:00
world.h