Andrzej Kapolka
|
43feef3ebd
|
Only update the full set of joints when we've received new data from the
mixer. Closes #2274.
|
2014-03-13 12:03:02 -07:00 |
|
Andrzej Kapolka
|
ffe3717573
|
Enable back face culling on the opaque parts of avatars.
|
2014-03-12 15:10:33 -07:00 |
|
Andrzej Kapolka
|
e249b29b45
|
Merge pull request #2268 from AndrewMeadows/radians
prefer radians over degrees
|
2014-03-12 12:10:29 -07:00 |
|
Andrew Meadows
|
aa8c2fc8cb
|
use radians instead of degrees (almost) everywhere
|
2014-03-11 17:26:58 -07:00 |
|
Andrzej Kapolka
|
bc3bba9240
|
Get rid of unused, expensive "average color" nonsense.
|
2014-03-11 14:01:23 -07:00 |
|
Andrzej Kapolka
|
c6655382d6
|
Initialize scale to unity. Closes #2232.
|
2014-03-10 10:52:46 -07:00 |
|
Andrzej Kapolka
|
44374732fa
|
Further joint bits.
|
2014-03-06 19:30:24 -08:00 |
|
Andrzej Kapolka
|
c5ab32235f
|
Merge branch 'master' of https://github.com/highfidelity/hifi into joints
|
2014-03-06 17:09:24 -08:00 |
|
Andrzej Kapolka
|
3adea84b81
|
Basic joint data sending. Closes #2166.
|
2014-03-06 17:07:29 -08:00 |
|
Stephen Birarda
|
b705ec560f
|
cleanup resources directory references by copying beside the executable
|
2014-03-06 11:46:49 -08:00 |
|
Stephen Birarda
|
403f91c988
|
update resource references to use Qt resource system
|
2014-03-06 10:41:11 -08:00 |
|
Andrzej Kapolka
|
a7af3bc284
|
Merge branch 'master' of https://github.com/highfidelity/hifi
Conflicts:
interface/src/avatar/MyAvatar.cpp
|
2014-03-05 18:08:59 -08:00 |
|
Andrzej Kapolka
|
ad25455f86
|
Track hysteresis for next model separately, but just in case, don't use
recursion to fall back on hysteresis value. Closes #2209.
|
2014-03-05 18:06:14 -08:00 |
|
Andrew Meadows
|
a1856ac18b
|
fix bad transform math for placing shapes
|
2014-03-05 11:57:07 -08:00 |
|
Andrew Meadows
|
7db5aaaf37
|
new collision pipeline for avatar shapes
|
2014-03-05 07:08:59 -08:00 |
|
Andrew Meadows
|
3d426a24f1
|
Fixing build warnings
|
2014-03-04 09:54:34 -08:00 |
|
Andrew Meadows
|
7ba5bc71ea
|
Merge branch 'master' of ssh://github.com/highfidelity/hifi into shapes
Conflicts:
interface/src/renderer/FBXReader.cpp
interface/src/renderer/Model.cpp
interface/src/renderer/Model.h
|
2014-03-04 09:01:24 -08:00 |
|
Andrew Meadows
|
4ef2067421
|
Use capsules for some joints and render them.
|
2014-03-03 17:49:24 -08:00 |
|
Andrew Meadows
|
1c0826d696
|
Add JointShapeInfo for joint shape calculations
|
2014-03-03 12:31:09 -08:00 |
|
Stephen Birarda
|
60eb588e96
|
remove some unecessary null pointer checks
|
2014-03-03 11:36:01 -08:00 |
|
Andrew Meadows
|
8ef657e5b2
|
Render avatar collision shapes in the right spot
|
2014-02-28 17:05:08 -08:00 |
|
Andrzej Kapolka
|
0bb3752121
|
Fixed seg fault, don't attempt to transfer joints between different models
(as opposed to different LODs).
|
2014-02-28 14:29:18 -08:00 |
|
Andrzej Kapolka
|
21a149348b
|
When switching models, retain old one until new one is loaded. Closes #2146.
|
2014-02-28 13:57:25 -08:00 |
|
Andrzej Kapolka
|
73ec568b4b
|
Further work on request limiting.
|
2014-02-27 19:28:45 -08:00 |
|
Andrew Meadows
|
b8c1bab4ae
|
Using pre-computed Model shapes for collisions
...instead of generating collision shapes on the fly
|
2014-02-27 17:52:35 -08:00 |
|
Andrew Meadows
|
50a5924574
|
Using shapes for collisions against Model
rather than building tapered capsule shapes on the fly
|
2014-02-27 17:33:36 -08:00 |
|
Andrew Meadows
|
9dc26ddfa7
|
First pass: add collision Shapes to Model
|
2014-02-27 15:50:16 -08:00 |
|
Andrzej Kapolka
|
e91d47174b
|
Removed unused function.
|
2014-02-27 12:37:17 -08:00 |
|
Andrzej Kapolka
|
cd2bd32210
|
Delay loading models until we know that we need them (i.e., that we're not
beyond billboard distance). Closes #2121.
|
2014-02-27 12:30:46 -08:00 |
|
Andrzej Kapolka
|
f335bb8171
|
Preserve joint states when switching between LODs. Closes #2077.
|
2014-02-26 13:40:09 -08:00 |
|
Andrzej Kapolka
|
8745ca3139
|
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
|
2014-02-23 20:13:23 -08:00 |
|
Andrzej Kapolka
|
f5fece5eb5
|
Fix for Xcode warnings.
|
2014-02-23 20:11:46 -08:00 |
|
Andrzej Kapolka
|
ac02609bc2
|
The basic billboard behavior, closes #1864.
|
2014-02-21 15:38:49 -08:00 |
|
Andrzej Kapolka
|
6b90a3994d
|
Working on avatar billboards.
|
2014-02-20 19:22:59 -08:00 |
|
Andrzej Kapolka
|
a8d0aa6d17
|
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
|
2014-02-19 14:57:18 -08:00 |
|
Andrzej Kapolka
|
f7fcbc234e
|
Fixes for Xcode warnings with no Visage, explanatory comments for Model's
base geometry pointer.
|
2014-02-19 11:47:40 -08:00 |
|
Andrzej Kapolka
|
55e2ebd92f
|
More spanner bits.
|
2014-02-18 13:58:44 -08:00 |
|
Andrew Meadows
|
4848aa1d16
|
Merge branch 'master' of ssh://github.com/highfidelity/hifi into avatar-interaction
|
2014-02-17 09:14:06 -08:00 |
|
Andrew Meadows
|
335141049c
|
Cleaning up collision check API's and re-enabling collisions with particles.
|
2014-02-14 16:33:19 -08:00 |
|
Andrzej Kapolka
|
af0d395751
|
Added sanity check for zero vertices.
|
2014-02-14 13:11:16 -08:00 |
|
Andrzej Kapolka
|
76142c92f2
|
Adjust offset when skipping parts that don't match the translucency setting.
Closes #2001.
|
2014-02-14 13:04:17 -08:00 |
|
Andrzej Kapolka
|
91fac4eebe
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-02-13 17:38:23 -08:00 |
|
Andrzej Kapolka
|
5f38c328d5
|
Removed debugging code.
|
2014-02-13 16:25:04 -08:00 |
|
Andrzej Kapolka
|
078b15c02d
|
Add some hysteresis on the LOD switching to prevent rapid switching back
and forth.
|
2014-02-13 16:20:43 -08:00 |
|
Andrew Meadows
|
50d864901e
|
Improved comment about limitation of collision check.
|
2014-02-13 14:02:25 -08:00 |
|
Andrzej Kapolka
|
6a39290bf5
|
Basic LOD switching based on distance to camera.
|
2014-02-13 13:37:29 -08:00 |
|
Andrew Meadows
|
cc70e099bf
|
Merge branch 'avatar-interaction' of ssh://github.com/AndrewMeadows/hifi into avatar-interaction
|
2014-02-12 08:31:05 -08:00 |
|
Andrew Meadows
|
04bc05cfe6
|
Moving hand-avatar collision trigger calls into MyAvatar
Also renaming some methods in Model to be more descriptive.
|
2014-02-12 08:29:22 -08:00 |
|
Andrzej Kapolka
|
3b1b067418
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-02-11 16:03:41 -08:00 |
|
Andrzej Kapolka
|
e29d6210bb
|
Merge pull request #1981 from AndrewMeadows/avatar-interaction
Avatar body-body collisions
|
2014-02-11 16:02:43 -08:00 |
|