overte-HifiExperiments/interface/src
2013-06-18 16:50:15 -07:00
..
renderer
starfield
ui
Application.cpp Rather than copying to a QImage, just send the pointer. Also, put the render 2013-06-18 12:13:40 -07:00
Application.h Read the webcam frames in a separate thread, since the call blocks. 2013-06-17 18:07:53 -07:00
Audio.cpp replace magic number 1 with sizeof 2013-06-06 11:54:44 -07:00
Audio.h make audio echo a menu option instead of forcing with mirror 2013-05-29 11:35:32 -07:00
Avatar.cpp Missed these guys. 2013-06-17 13:29:24 -07:00
Avatar.h First person to third person transition driven by velocity, changes to make moving and flying physics more fun. 2013-06-13 11:31:41 -07:00
AvatarTouch.cpp more fixes 2013-05-31 17:32:30 -07:00
AvatarTouch.h Merge branch 'master' of https://github.com/worklist/hifi into avatardata_optimization 2013-06-03 21:43:38 -07:00
AvatarVoxelSystem.cpp Bump the maximum voxels up to 10000. 2013-06-11 18:11:42 -07:00
AvatarVoxelSystem.h Basic sharing of the avatar voxel URLs. 2013-06-05 14:55:49 -07:00
Balls.cpp
Balls.h
Camera.cpp Fix for initial camera transition. 2013-06-07 15:20:26 -07:00
Camera.h Removed remaining Orientation bits (and class itself), enforce limits on 2013-05-30 15:15:12 -07:00
Environment.cpp Added smooth gravity field so we can fly to planets and land on them, static friction to stop drifting, thrust tweaks. 2013-05-31 14:02:20 -07:00
Environment.h
HandControl.cpp
HandControl.h
Head.cpp It seems gl_ModelViewMatrixInverse is problematic on OS X; let's try passing 2013-06-14 17:21:35 -07:00
Head.h It seems gl_ModelViewMatrixInverse is problematic on OS X; let's try passing 2013-06-14 17:21:35 -07:00
LogDisplay.cpp
LogDisplay.h 19366 - Smaller log display 2013-06-07 23:02:00 +02:00
main.cpp remove unnecessary OctalCode include in main 2013-06-07 10:59:40 -07:00
OculusManager.cpp Fixed Linux build error and a warning on call to Avatar.simulate, moved grid 2013-05-27 14:46:16 -07:00
OculusManager.h add a yaw offset to the oculus so it can pull body 2013-05-24 15:23:25 -07:00
Oscilloscope.cpp
Oscilloscope.h
PairingHandler.cpp
PairingHandler.h
SerialInterface.cpp Let's use a fixed vector for the camera position so that the target doesn't 2013-06-11 17:26:41 -07:00
SerialInterface.h Fixes to align better with previous code. 2013-06-11 15:58:50 -07:00
Skeleton.cpp Let's use a fixed vector for the camera position so that the target doesn't 2013-06-11 17:26:41 -07:00
Skeleton.h Let's use a fixed vector for the camera position so that the target doesn't 2013-06-11 17:26:41 -07:00
Stars.cpp
Stars.h
Transmitter.cpp Improved mouse look behavior to be smoother, removed transmitter debug. 2013-06-11 11:10:09 -07:00
Transmitter.h Added check for lost transmitter 2013-05-30 16:19:07 -07:00
Util.cpp Fix iris orientations: start with the head orientation, then rotate onto the 2013-06-14 11:23:08 -07:00
Util.h Basic random eye movements added, and fixation on camera in mirror mode. 2013-06-13 13:50:56 -07:00
VoxelSystem.cpp Converted double timestamps to long long (64 bit integers), fixed bug with 2013-06-13 11:11:59 -07:00
VoxelSystem.h Merge branch 'master' of https://github.com/worklist/hifi into voxeltars 2013-06-04 11:00:59 -07:00
Webcam.cpp Make our call to configureCamera on OS X. 2013-06-18 16:50:15 -07:00
Webcam.h Limit the rate at which we acquire images, since OS X doesn't block like Linux 2013-06-18 14:37:24 -07:00
world.h Merge remote-tracking branch 'upstream/master' into synthesis 2013-06-03 11:53:13 -07:00