atlante45
|
05a77bf373
|
Forgot to add .svg file
|
2013-07-02 09:29:11 +02:00 |
|
Stephen Birarda
|
0b243ec881
|
add fervor updater and run during launch if OS X release
|
2013-06-26 10:36:32 -07:00 |
|
Andrzej Kapolka
|
0dc0552f50
|
Basic Haar cascade/CamShift tracking.
|
2013-06-19 18:02:26 -07:00 |
|
Andrzej Kapolka
|
c11ab45474
|
It seems gl_ModelViewMatrixInverse is problematic on OS X; let's try passing
in the camera's position as transformed into model space.
|
2013-06-14 17:21:35 -07:00 |
|
Andrzej Kapolka
|
790cdfb0bd
|
Added refraction to irises.
|
2013-06-14 16:46:34 -07:00 |
|
Andrzej Kapolka
|
7d1679dab7
|
Ryan's new iris texture.
|
2013-06-14 14:35:56 -07:00 |
|
Andrzej Kapolka
|
5241c41ddd
|
Shed some light on what these shaders are doing, so to speak.
|
2013-06-14 11:29:32 -07:00 |
|
Andrzej Kapolka
|
4f9f2fa4ca
|
Better iris texture.
|
2013-06-14 10:28:45 -07:00 |
|
Andrzej Kapolka
|
0f897340ee
|
New iris texture from Ryan.
|
2013-06-13 16:42:31 -07:00 |
|
Andrzej Kapolka
|
e401663459
|
Added per-pixel specular highlight to irises.
|
2013-06-13 15:58:49 -07:00 |
|
Geenz
|
d512b414ee
|
Correct after blending.
|
2013-06-09 22:48:14 -04:00 |
|
Andrzej Kapolka
|
d09700adde
|
Merge branch 'master' of https://github.com/worklist/hifi into voxeltars
Conflicts:
interface/src/Avatar.cpp
interface/src/Avatar.h
interface/src/Skeleton.h
interface/src/VoxelSystem.h
|
2013-06-04 11:00:59 -07:00 |
|
Andrzej Kapolka
|
26b7976489
|
Merge branch 'master' of https://github.com/worklist/hifi into voxeltars
|
2013-06-03 09:49:50 -07:00 |
|
Jeffrey Ventrella
|
cf67f28b57
|
merge
|
2013-06-03 08:10:41 -07:00 |
|
Andrzej Kapolka
|
6c975f9c6f
|
More work on avatar voxels.
|
2013-06-01 15:06:29 -07:00 |
|
Geenz
|
de76851207
|
Remove unnecessary normalize.
|
2013-05-31 20:35:26 -04:00 |
|
Geenz
|
d98b28d4ab
|
So apparently, this was a scale problem the entire time.
|
2013-05-31 20:30:42 -04:00 |
|
Geenz
|
1eac57dd0c
|
#19351 - Atmosphere shaders should be handled per-pixel instead of per-vertex.
|
2013-05-30 15:02:11 -04:00 |
|
Stephen Birarda
|
0fdbfe8ea8
|
move gen_stars to the tools folder
|
2013-05-22 12:39:27 -07:00 |
|
Stephen Birarda
|
b2518e0595
|
change the iris texture
|
2013-05-17 10:51:29 -07:00 |
|
Andrzej Kapolka
|
86ddcea87f
|
Better names for the shaders.
|
2013-05-16 13:08:21 -07:00 |
|
Andrzej Kapolka
|
0a6b4702c6
|
Experimenting with simple Perlin noise shader for voxels.
|
2013-05-15 22:18:56 -07:00 |
|
Andrzej Kapolka
|
f0055bd419
|
Fixes for OS X: GLSL version must be first line in source, don't init glut
(Qt apparently uses it?)
|
2013-05-15 16:19:42 -07:00 |
|
Stephen Birarda
|
82ed4a4ae8
|
remove old style walking sounds
|
2013-05-10 17:21:58 -07:00 |
|
Philip Rosedale
|
527b65f6a4
|
Log cleanup. removed star field meridians.
|
2013-05-09 22:06:32 -07:00 |
|
tosh
|
395e4a7852
|
removes equator, achieves uniform distribution of stars implementing rejection sampling, adds UNIX script header
|
2013-05-09 12:08:19 +02:00 |
|
Andrzej Kapolka
|
5138f62aef
|
Use the "proper" alpha value (i.e., the one from the original shader). This
makes the sky somewhat darker, but that probably just means we need more
scattering or a brighter sun.
|
2013-05-08 11:50:59 -07:00 |
|
Andrzej Kapolka
|
82f16e7f34
|
Include the "sky from space" shaders, too, and use them when the camera is
outside the atmosphere's outer radius.
|
2013-05-08 11:42:31 -07:00 |
|
Andrzej Kapolka
|
4567c31a26
|
Added licensing information from the GPU Gems site, fixed spacing.
|
2013-05-08 09:55:46 -07:00 |
|
Andrzej Kapolka
|
c7e31ec414
|
Merge branch 'master' of https://github.com/worklist/hifi
Conflicts:
libraries/shared/src/PacketHeaders.h
|
2013-05-07 14:44:17 -07:00 |
|
Andrzej Kapolka
|
7faa9e4318
|
More work on atmosphere rendering; rendering now working.
|
2013-05-07 12:40:15 -07:00 |
|
Stephen Birarda
|
d4ca60a668
|
remove image files that are no longer in use
|
2013-05-06 18:11:57 -07:00 |
|
Stephen Birarda
|
66a2b1a86f
|
move stars.txt to S3 bucket
|
2013-04-03 15:24:26 -07:00 |
|
tosh
|
2341af271b
|
Merge branch 'master' of git://github.com/worklist/hifi into 19188
Conflicts:
interface/CMakeLists.txt
interface/src/main.cpp
shared/src/SharedUtil.cpp
shared/src/SharedUtil.h
shared/src/VoxelTree.cpp
|
2013-04-03 22:44:22 +02:00 |
|
tosh
|
06fc3ce00c
|
adjusts the north-south meridian
|
2013-03-27 17:12:33 +01:00 |
|
tosh
|
56d802cd57
|
updates to a whole sphere of stars with meridians and equator
|
2013-03-27 17:06:36 +01:00 |
|
tosh
|
891194ed2e
|
adds meridians with color gradient and an equator
|
2013-03-27 17:05:23 +01:00 |
|
tosh
|
eac8c99ee1
|
changes default to generate a full sphere
|
2013-03-27 15:46:54 +01:00 |
|
tosh
|
24d0f3a0a0
|
adds stars file in the right location so everything runs out of the box
|
2013-03-27 13:49:52 +01:00 |
|
tosh
|
8a1fd43437
|
implements a more uniform distribution of star positions and a progress bar
|
2013-03-27 03:28:48 +01:00 |
|
tosh
|
5de3ec035b
|
leftover changes / minor corrections
|
2013-03-24 06:30:33 +01:00 |
|
tosh
|
4444bcf26e
|
starfield and numerous utility components, initial checkin
|
2013-03-24 05:50:07 +01:00 |
|
Stephen Birarda
|
61f23a2d0f
|
add a new walk sound
|
2013-03-22 14:06:20 -07:00 |
|
Stephen Birarda
|
4552140f61
|
add a sound when moving so we aren't ninjas
|
2013-03-21 16:11:17 -07:00 |
|
stojce
|
4d6bbba93d
|
added eye texture
|
2013-03-06 07:20:11 +01:00 |
|
Stephen Birarda
|
1111e4837e
|
intial restructuring for CMake setup
|
2013-02-06 18:07:36 -08:00 |
|