David Back
|
7558b00467
|
better fix for model scale floor, remove abs
|
2018-01-04 17:49:39 -08:00 |
|
David Back
|
307867a91f
|
adjust to for loop
|
2018-01-04 16:53:35 -08:00 |
|
David Back
|
fd297f1c03
|
convert negative relative indices to absolute indices
|
2017-12-21 10:36:41 -08:00 |
|
David Back
|
8b38c03a56
|
Allow space characters in material library name
|
2017-12-07 17:40:58 -08:00 |
|
Bradley Austin Davis
|
d6072f2bf2
|
Add bullet and draco to precompiled libraries
|
2017-11-28 11:32:34 -08:00 |
|
Brad Hefta-Gaub
|
a85a6f6795
|
Merge pull request #11308 from luiscuenca/patch-1
glTF import DEMO
|
2017-11-17 14:52:51 -08:00 |
|
Zach Fox
|
c64c2e17c8
|
First pass at consolidation
|
2017-10-24 12:01:05 -07:00 |
|
luiscuenca
|
25b419a1a1
|
fixed returning a reference to a local variable
|
2017-10-10 12:44:38 -07:00 |
|
luiscuenca
|
a7a1329c5f
|
Adapt code to coding standard
|
2017-10-10 12:10:03 -07:00 |
|
luiscuenca
|
297f591ce2
|
fixed errors and default avatar
|
2017-10-09 14:37:45 -07:00 |
|
Bradley Austin Davis
|
e42068f681
|
Merge branch 'master' into android_new
|
2017-09-26 14:31:29 -07:00 |
|
Bradley Austin Davis
|
b93e91b9f3
|
New android toolchain
|
2017-09-19 13:45:12 -07:00 |
|
Ryan Huffman
|
641addf397
|
Remove FBX.cpp
|
2017-09-19 11:13:39 -07:00 |
|
Ryan Huffman
|
d80aa50e79
|
Remove support for QList in FBXWriter
|
2017-09-18 09:04:13 -07:00 |
|
Stephen Birarda
|
1f961885cc
|
Merge pull request #11369 from huffman/feat/bake-skinning-support
Add animation support for draco encoded FBXs
|
2017-09-15 15:21:35 -07:00 |
|
Ryan Huffman
|
2a4f7712c3
|
Replace magic number for compressed flag in FBXWriter
|
2017-09-15 14:41:38 -07:00 |
|
Ryan Huffman
|
c5852dfbe8
|
Add list compression to FBXWriter
|
2017-09-15 13:53:10 -07:00 |
|
Ryan Huffman
|
7db8d1dcbc
|
Add support for baked skinned meshes
|
2017-09-14 16:43:52 -07:00 |
|
Ryan Huffman
|
3793062045
|
Add optional FBX 2015 encoding to FBXWriter
|
2017-09-14 16:31:10 -07:00 |
|
Stephen Birarda
|
2a62bac4f9
|
refuse to re-bake an already baked FBX
|
2017-09-14 16:08:11 -07:00 |
|
Stephen Birarda
|
43196cd0a6
|
fix buffer resizing to only occur when attribute is present
|
2017-09-14 14:46:48 -07:00 |
|
Stephen Birarda
|
bb98df38d4
|
remove re-grabbing of draco faces
|
2017-09-14 14:42:40 -07:00 |
|
Stephen Birarda
|
9cb4e2c5f2
|
address code review comments
|
2017-09-14 13:58:48 -07:00 |
|
Stephen Birarda
|
bfb4dd0cdb
|
disable warning c4267 when including draco
|
2017-09-13 14:00:41 -07:00 |
|
Stephen Birarda
|
1e6154fbc8
|
make draco compile flags OS X only
|
2017-09-13 13:45:26 -07:00 |
|
Stephen Birarda
|
dc86c6fe73
|
fixes for warnings in FBXReader/FBXWriter
|
2017-09-13 09:16:58 -07:00 |
|
Luis Cuenca
|
68bce3c09c
|
Qmap initialized
|
2017-09-13 07:04:50 -07:00 |
|
Stephen Birarda
|
c445d914d7
|
make sure material IDs are de-duplicated
|
2017-09-12 22:04:33 -07:00 |
|
Luis Cuenca
|
f25288178b
|
endif fixed
|
2017-09-12 21:35:34 -07:00 |
|
Luis Cuenca
|
e1ac16498e
|
Corrected Ubuntu Errors
Corrected:
-endif
-extra qualification
-invalid initialization of non-const reference
|
2017-09-12 20:19:44 -07:00 |
|
Stephen Birarda
|
b253d3b57c
|
fix material triangle index insertion
|
2017-09-12 17:44:53 -07:00 |
|
Stephen Birarda
|
a25e5796dc
|
use push_back instead of append for extracted mesh vectors
|
2017-09-12 16:35:21 -07:00 |
|
Stephen Birarda
|
bb7cd58e9a
|
fix reference to part index
|
2017-09-12 16:28:12 -07:00 |
|
Stephen Birarda
|
5d9ed78369
|
fixes for extracted mesh construction
|
2017-09-12 16:09:40 -07:00 |
|
Stephen Birarda
|
cf282dd3fc
|
add code to read draco mesh from FBX
|
2017-09-12 15:04:53 -07:00 |
|
Stephen Birarda
|
61314949ec
|
add draco as external to FBX library
|
2017-09-12 14:10:27 -07:00 |
|
Ryan Huffman
|
9243cf7590
|
Remove extraneous logging in FBXWriter
|
2017-09-12 09:45:46 -07:00 |
|
Ryan Huffman
|
3d6d383a15
|
Clean up duplicate list code in encodeFBXProperty
|
2017-09-08 16:58:57 -07:00 |
|
Ryan Huffman
|
9b462171f6
|
Add draco support to FBXBaker
|
2017-09-08 16:58:29 -07:00 |
|
Stephen Birarda
|
b153d1e177
|
use FBXReader/FBXWriter for texture baking in FBXBaker
|
2017-09-07 18:38:29 -07:00 |
|
Ryan Huffman
|
7a55c867be
|
Fix _fbxNode rename to _rootNode in FBXReader
|
2017-09-07 12:56:46 -07:00 |
|
Ryan Huffman
|
aa1aad0a09
|
Add FBXWriter for serializing FBXNode
|
2017-09-07 12:56:36 -07:00 |
|
Luis Cuenca
|
d7c525cf3a
|
glTF importer Demo
Imports a glTF model as the default avatar.
Geometry data and materials are imported.
No bone information is imported.
|
2017-09-05 13:32:51 -07:00 |
|
Atlante45
|
8a291f16ff
|
Merge branch 'master' of https://github.com/highfidelity/hifi into feat/auto-bake
|
2017-08-25 15:26:38 -07:00 |
|
Ryan Huffman
|
39f04adc8d
|
Improve baking interface and add automatic baking to asset server
|
2017-08-24 16:15:28 -07:00 |
|
Anthony J. Thibault
|
ae98974d79
|
improve 14-dop generation for avatar joint collision
Also added debug rendering functionality.
|
2017-08-10 15:52:51 -07:00 |
|
Seth Alves
|
a3f4aeb182
|
code review
|
2017-07-24 19:41:30 -07:00 |
|
Seth Alves
|
6f86b266cb
|
support writing of vertex colors
|
2017-07-23 08:04:34 -07:00 |
|
Seth Alves
|
5e04e84953
|
make OBJ reader able to handle files where some vertices have colors and others don't
|
2017-07-22 11:57:51 -07:00 |
|
trent
|
559e2e0ebb
|
Fixing formatting issues; renamed ::getVec3Vec3 to ::getVertex.
|
2017-07-20 13:09:17 -04:00 |
|