Seth Alves
|
1e2e4001b1
|
don't allow buildModelMesh to spam logs when it encounters flawed models
|
2015-05-14 10:24:02 -07:00 |
|
Seth Alves
|
0db5ddc5b7
|
port code from samcake's model branch
|
2015-05-13 15:43:16 -07:00 |
|
Sam Gateau
|
73177cd81d
|
Merge branch 'master' of https://github.com/highfidelity/hifi into blue
|
2015-05-04 14:07:59 -07:00 |
|
Sam Gateau
|
ade404a74d
|
getting rid of QSHaredPointer in favor of std::shared_ptr
|
2015-05-04 13:43:30 -07:00 |
|
Stephen Birarda
|
6cff75f7c1
|
resolve conflicts on merge with upstream/master
|
2015-05-04 10:05:44 -07:00 |
|
Sam Gateau
|
1b558e7390
|
investigating the semi transparent textured bug
|
2015-05-01 13:37:04 -07:00 |
|
Stephen Birarda
|
94739cf8d3
|
move number constants out of SharedUtil to NumericalConstants
|
2015-05-01 10:26:53 -07:00 |
|
Seth Alves
|
0fb1a83e3b
|
quiet compiler, remove some trailing control-Ms
|
2015-04-25 09:20:00 -07:00 |
|
Atlante45
|
bda72025af
|
Check mesh extend before going through triangles
|
2015-04-23 16:40:40 +02:00 |
|
Atlante45
|
99b3ef0d75
|
Move contain function to FBXGeometry
|
2015-04-22 21:17:12 +02:00 |
|
Sam Gateau
|
f06556ba12
|
migrate the various list to sort the rendering from explicit names to a more generic key based map
|
2015-04-16 14:37:39 -07:00 |
|
Sam Gateau
|
f0efade06d
|
Merge branch 'master' of https://github.com/highfidelity/hifi into orange
|
2015-04-07 12:56:21 -07:00 |
|
Sam Gateau
|
dee651069c
|
adding support for color attribute in FBX, and displaying it correctly
|
2015-04-06 23:33:13 -07:00 |
|
Seth Alves
|
8bd77fbcc7
|
separate out logging for fbx and gpu libraries
|
2015-04-06 16:52:31 -07:00 |
|
Seth Alves
|
420424a5ee
|
make it possible to sort meshes into the same order they appear in the model file
|
2015-04-01 17:49:49 -07:00 |
|
Atlante45
|
716e9bfe4f
|
Hint order for FST files
|
2015-03-26 15:40:48 +01:00 |
|
Seth Alves
|
0833fc588b
|
coding standard
|
2015-03-09 06:56:35 -07:00 |
|
ZappoMan
|
ffab6ffe48
|
tweaks to hacks for detecting mixamo files
|
2015-03-06 15:11:02 -08:00 |
|
Brad Hefta-Gaub
|
1827d9f3cd
|
Merge pull request #4256 from samcake/temp1
Getting rid of glLIghts and replacing by the model::Light
|
2015-02-13 10:49:53 -08:00 |
|
Andrew Meadows
|
123d73783b
|
remove warning about unused variable
|
2015-02-11 08:42:36 -08:00 |
|
Andrew Meadows
|
e6a6946027
|
merge upstream/master into andrew/thermonuclear
|
2015-02-09 12:44:52 -08:00 |
|
Sam Gateau
|
ace6dc4faf
|
Merge branch 'master' of https://github.com/highfidelity/hifi into temp1
|
2015-02-08 23:23:06 -08:00 |
|
Brad Hefta-Gaub
|
12ab841191
|
Merge pull request #4248 from samcake/temp0
Remove unneeded texture memory once loaded to GPU and Lightmap control in FBX
|
2015-02-06 16:52:40 -08:00 |
|
Sam Gateau
|
469ee29f0b
|
Merge branch 'temp0' of https://github.com/samcake/hifi into temp1
|
2015-02-06 16:30:47 -08:00 |
|
Sam Gateau
|
d4566bb1d7
|
Adding support for hifi_global light intensity & COlor and use it to adjust the lighmap parameters
|
2015-02-06 15:51:57 -08:00 |
|
Stephen Birarda
|
11f3161029
|
resolve conflicts on merge with upstream/master
|
2015-02-04 10:38:05 -08:00 |
|
Sam Gateau
|
6ad484e13f
|
Merge branch 'master' of https://github.com/highfidelity/hifi into temp1
|
2015-02-03 17:26:27 -08:00 |
|
Sam Gateau
|
5719e277dd
|
FIx the lightmap not displaying when using the texcoord0
|
2015-02-03 16:10:31 -08:00 |
|
Sam Gateau
|
d8d0a28d0f
|
FInd a solution for lightmap without 2nd uvset
|
2015-02-03 14:34:11 -08:00 |
|
Andrew Meadows
|
28a3c3f469
|
separate new shape types from legacy
|
2015-02-03 08:34:06 -08:00 |
|
Atlante45
|
bbf6ae7b01
|
Move Faceshift constants to their own file in shared
|
2015-01-23 12:11:08 -08:00 |
|
Sam Gateau
|
49dde269a6
|
experimenting with linear space vs srgb space
|
2015-01-22 16:27:17 -08:00 |
|
Sam Gateau
|
1e84f260a9
|
Removing gl calls for texture from TextureCache
|
2015-01-21 16:53:35 -08:00 |
|
Brad Hefta-Gaub
|
b3b43b4c14
|
Merge pull request #4093 from samcake/temp0
Factorize the shader code for deferred lighting
|
2015-01-13 17:11:17 -08:00 |
|
Sam Gateau
|
e639c5a549
|
playing with the ambient lighting
|
2015-01-11 11:33:21 -08:00 |
|
chris
|
8bb69d0a90
|
Update std::string instances to QString
|
2015-01-09 16:22:52 -08:00 |
|
ZappoMan
|
4ea9bbc309
|
first major pass at voxelEctomy
|
2014-12-30 18:08:58 -08:00 |
|
Andrzej Kapolka
|
d402f767c1
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-12-10 15:23:27 -08:00 |
|
Andrzej Kapolka
|
c57fd15bc9
|
Rather than loading the entire FBX file into a byte array, read it straight
from the QNetworkReply.
|
2014-12-10 15:22:48 -08:00 |
|
Sam Gateau
|
8617c319d4
|
Merge branch 'master' of https://github.com/highfidelity/hifi into tot
|
2014-12-09 17:30:26 -08:00 |
|
ZappoMan
|
a6b86da47a
|
basics of triangle picking working for models
|
2014-12-05 11:31:27 -08:00 |
|
Sam Gateau
|
5bca90163f
|
Merge branch 'master' of https://github.com/highfidelity/hifi into tot
|
2014-12-05 10:12:21 -08:00 |
|
Sam Gateau
|
563cd6f7e3
|
watch your language...
|
2014-12-05 10:10:21 -08:00 |
|
Philip Rosedale
|
0ad361fd60
|
Merge pull request #3902 from samcake/tot
Adding detection of a "hifi" global light in a FBX file used to pass information
|
2014-12-05 10:07:52 -08:00 |
|
Andrzej Kapolka
|
466d99bcbb
|
Removed unused members.
|
2014-12-04 17:12:06 -08:00 |
|
Sam Gateau
|
4168993ebe
|
Replace c++11 usage of auto by explicit declaration
|
2014-12-04 14:23:47 -08:00 |
|
Sam Gateau
|
3215957398
|
better interpretation of the hifi light intensity and fixes for compilation on mac
|
2014-12-04 12:31:40 -08:00 |
|
Sam Gateau
|
30d87ee026
|
Trying to capture light information in order to get the one GLobal Light object containg the intensity value
|
2014-12-04 00:24:08 -08:00 |
|
Sam Gateau
|
913007939b
|
Trying to read the light attribute
|
2014-12-03 14:12:50 -08:00 |
|
Sam Gateau
|
1aec214138
|
gabbing the AnbientCOlor value, we will use it as the lighmap global level
|
2014-12-02 16:23:09 -08:00 |
|