8000 Tags · ORIGA-32/FBX2glTF · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ORIGA-32/FBX2glTF

Tags

v0.9.7

Toggle v0.9.7's commit message
Prepare patch release 0.9.7.

v0.9.6

Toggle v0.9.6's commit message
Add Facebook official document into README (facebookincubator#216)

Add Facebook official document into README

v0.9.5

Toggle v0.9.5's commit message
Bump NPM version,

v0.9.4

Toggle v0.9.4's commit message
Bump NPM version.

v0.9.3

Toggle v0.9.3's commit message
Fix for Windows. (And generally a good idea.)

v0.9.2

Toggle v0.9.2's commit message
Fixes for Linux/GCC.

Between Linux, Darwin and Windows keeping me honest, I am slowly learning C++.

v0.9.1

Toggle v0.9.1's commit message
Copy texture files to output dir when appropriate. (facebookincubator#23

)

When we've successfully located a referenced texture image on the local
filesystem and we're generating non-binary, non-embedded output, copy
the source folder wholesale into the destination directory.

This means the output folder is always a full, free-standing deployment,
one that can be dragged into e.g. https://gltf-viewer.donmccurdy.com/

v0.9.0

Toggle v0.9.0's commit message
Only ever create one BufferViewData per file.

It is not uncommon for multiple logical textures in an FBX to reference
the same filename. Each such filename should yield one buffer view only,
and all sharing textures should reference it.
0