462 Commits

Author SHA1 Message Date
Frank Galligan
1f4f9bcc6a fix main metadata links 2018-08-27 20:07:40 -07:00
Frank Galligan
615ac1f506 Change link 2018-08-27 20:06:04 -07:00
Frank Galligan
303b316732 Fix main readme with metadata 2018-08-27 20:04:02 -07:00
Frank Galligan
45e7e2d231 Add metadata guide 2018-08-27 20:02:13 -07:00
Frank Galligan
1a3886a177 Update basic three.js link text 2018-08-27 19:19:36 -07:00
Frank Galligan
4ea5ea8f6a guide readme 2018-08-20 19:06:29 -07:00
Frank Galligan
2c08ff3df7 Guides changes 2018-08-20 19:06:29 -07:00
Frank Galligan
407477b4e8 More guide readme changes. 2018-08-20 19:06:29 -07:00
Frank Galligan
ffbf16b024 Fix guides readme 2018-08-20 19:06:29 -07:00
Frank Galligan
2b78919ce0 Cleaning up the guide readme 2018-08-20 19:06:29 -07:00
Frank Galligan
4cfdf0a92e Add a Draco glTF guide. 2018-08-20 19:06:29 -07:00
Frank Galligan
eae82ab804 Add sub links to command line guide. 2018-08-20 19:06:29 -07:00
Frank Galligan
213ad6a4b4 Fix link 2018-08-20 19:06:29 -07:00
Frank Galligan
1c64f9eab5 Add link to three.js example 2018-08-20 19:06:29 -07:00
Frank Galligan
bb3c855265 Cleaning up the browser example. 2018-08-20 19:06:29 -07:00
Frank Galligan
ace5000d18 Added JavaScript decoding in the browser 2018-08-20 19:06:29 -07:00
Frank Galligan
31558ad1ff Fix typo 2018-08-20 19:06:29 -07:00
Frank Galligan
b496a3da1e Add a command line applicatiosn guide. 2018-08-20 19:06:29 -07:00
FrankGalligan
eee8bf5d86
Merge pull request #455 from FreddyFunk/update_contributing_for_styleguide
Update CONTRIBUTING.md
2018-08-20 16:04:59 -07:00
Frederic Laing
407c1d5dfd
Update CONTRIBUTING.md 2018-08-19 16:54:50 +02:00
Frank Galligan
063994c362 Update snapshot to 1.3.4 1.3.4 2018-08-17 12:01:27 -07:00
FrankGalligan
c93f5074c5
Merge pull request #452 from google/fix_shared_nmake_build
Fix NMake builds with BUILD_SHARED_LIBS enabled.
2018-08-15 09:04:52 -07:00
Tom Finegan
5c15f38641 Fix NMake builds with BUILD_SHARED_LIBS enabled.
Fixes https://github.com/google/draco/issues/328
2018-08-14 15:21:52 -07:00
Tom Finegan
e3a9d6ce52
Merge pull request #418 from FreddyFunk/master
Fixed hundreds compiler warnings #411
2018-07-17 10:41:13 -07:00
Frederic Laing
f348ea0b2f Use C++ style casts 2018-06-17 17:58:13 +02:00
Ondrej Stava
c75a03b051 Updated snapshot to 1.3.3
* Added ExpertEncoder to the Javascript API
  * Allows developers to set quantization options per attribute id
* Bug fixes
1.3.3
2018-06-15 15:59:50 -07:00
Tom Finegan
83cbf6c50d
Merge pull request #405 from ggetz/ie-compatibility-js-decoder
Add a flag for cmake to generate IE11 compatible JS decoder modules
2018-06-08 08:45:29 -07:00
Frederic Laing
7cbd882ba0 Fixed hundreds compiler warnings 2018-06-07 23:51:33 +02:00
Ondrej Stava
79774fec74 Updated snapshot to 1.3.2
- Bug fixes
1.3.2
2018-06-05 16:09:30 -07:00
Tom Finegan
6d70ba7033
Merge pull request #410 from google/issue_407
Add a flag that allows building standard targets in Emscripten.
2018-06-04 10:46:18 -07:00
Tom Finegan
35c74bf71b
Merge pull request #409 from google/bin_cleanup
Add prebuilt maya plugins.
2018-06-04 10:45:57 -07:00
Tom Finegan
e813141cdf Add a flag that allows building standard targets in Emscripten.
Downstream users sometimes need the standard Draco library targets,
even when building in Emscripten. Add the flag ENABLE_JS_GLUE, which
defaults to ON. When turned OFF, the standard Draco library targets
will still be built within an Emscripten build.

Also do some whitespace clean up while working in CMakeLists.txt.

https://github.com/google/draco/issues/407
2018-06-01 15:21:41 -07:00
Tom Finegan
326f0f7196 Update draco_maya_wrapper.dll (windows x64 maya) 2018-06-01 11:20:05 -07:00
Tom Finegan
0abf0cf586 Add libdraco_maya_wrapper.so (linux x64 maya) 2018-06-01 11:20:01 -07:00
Tom Finegan
b19b1ecae1 Add draco_maya_wrapper.bundle (macos x64 maya) 2018-06-01 11:18:33 -07:00
Tom Finegan
67e080d1a1 Remove draco_encoder and draco_decoder windows binaries. 2018-06-01 11:05:23 -07:00
ggetz
ee55b3b654 Add a flag for cmake to generate IE11 compatible js decoder modules 2018-05-25 11:31:07 -04:00
Tom Finegan
affc0ad888
Merge pull request #403 from google/maya_fixes
Maya fixes
2018-05-24 15:06:44 -07:00
Tom Finegan
85d2654fc9 Add linux instructions for the Maya plugin 2018-05-24 10:53:41 -07:00
Tom Finegan
4677d014e4 Add macos make build instructions to maya/README.md. 2018-05-24 10:27:52 -07:00
Tom Finegan
d4675cf0d1 cmake: Fix mac build
Clang @ Apple LLVM version 9.0.0 (clang-900.0.39.2) fails to
link when SOVERSION is set for bundles. Don't set it on Apple
targets.
2018-05-24 10:27:52 -07:00
Tom Finegan
a37163c368
Merge pull request #395 from fdefelici/maya_plugin
Maya Plugin v0.0.1
2018-05-24 10:27:19 -07:00
Federico De Felici
ade1bc6793 Reviewed README, added RELEASE, and refactored project structure 2018-05-19 10:52:04 +02:00
tomfinegan
098232e08d
Merge pull request #394 from google/fix_shared_macos_builds
Don't set SOVERSION property for ios/macos unity bundle.
2018-05-18 11:20:39 -07:00
Duccio
c46c5c9a5d Updated readme (features, installation and usage) 2018-05-18 20:13:44 +02:00
Tom Finegan
11dc17315e Don't set SOVERSION property for ios/macos unity bundle.
It causes a link error like the following:
clang: error: invalid argument '-compatibility_version 1.0.0' only allowed with '-dynamiclib'

Fixes: https://github.com/google/draco/issues/393
2018-05-18 11:04:26 -07:00
Duccio
56599d1306 Added export functionalities for uvs and normals for maya plugin 2018-05-18 19:50:47 +02:00
Duccio
8522e990b9 Fixed uv in maya importer, code refactoring 2018-05-18 19:15:47 +02:00
Duccio
3597709dc8 Removed unnecessary indices array duplication from maya importer 2018-05-18 18:15:40 +02:00
Duccio
7843dedfc3 added working exporter for maya, only vertices and indices for now 2018-05-18 17:54:34 +02:00