Trevor Flynn
|
ad2ba95e99
|
Jdk 11 Build Support
|
6 years ago |
Stephen Gold
|
7e929aacab
|
FbxLoader: comment out some debug spam to System.out - see issue #1025
|
6 years ago |
Stephen Gold
|
75112201db
|
more corrections in diagnostic messages
|
6 years ago |
Stephen Gold
|
2356320d30
|
more comment-only correction
|
6 years ago |
Stephen Gold
|
c7c203853c
|
jme3-networking/jme3-plugins JavaDoc corrections (comments only)
|
6 years ago |
Stephen Gold
|
2c25d77e64
|
avoid extraneous newlines to stderr during glTF import
|
6 years ago |
Ali-RS
|
dae85e1598
|
Removed unused imports. (#1020)
|
6 years ago |
Stephen Gold
|
34b32bf29b
|
fix for issue #1003 (Loading multiple GLB files with animations fails)
|
6 years ago |
Nehon
|
daba9b8bc7
|
Proper serialisation for morph animation
|
7 years ago |
Nehon
|
4048f8ba26
|
Adds a cpu fallback for morph animation when all morph targets cannot be handled on the gpu
|
7 years ago |
Rémy Bouquet
|
42215f4890
|
Hardware Morph animation implementation and glTF loading
|
7 years ago |
Nehon
|
2e323eb7cf
|
fixes some isues with the gltfLoader when there are several skins
|
7 years ago |
Rémy Bouquet
|
05e907acca
|
Added the base of the blending system. Smooth transition between anims
|
7 years ago |
Nehon
|
d6b05553b5
|
Ogre loader now loads animations and armature with the new system
|
7 years ago |
Nehon
|
abe094e74a
|
Gltf loader now supports the new animation system
|
7 years ago |
Alexandr Brui
|
a8c7a85fc1
|
Implementing value mappings for shader nodes. (#786)
* implemented value mappings for shader nodes.
|
7 years ago |
Stephen Gold
|
bc624f1f73
|
correct more typographical errors in comments
|
7 years ago |
Yan
|
1f4365a1f4
|
[taken]Fix issue #783
Fix issue #783
|
7 years ago |
Stephen Gold
|
b159c847cc
|
comment corrections: mostly spelling and grammar
|
7 years ago |
ThoCed
|
4f6bfa36b6
|
Ogre importer ignores receive_shadows issue #647
|
7 years ago |
Nehon
|
96b95b9a1e
|
Fixes issues in the gltf loader when there are several skins
|
7 years ago |
Nehon
|
0d8b86b66f
|
Add default config for glb loader
|
7 years ago |
Nehon
|
8a8d381c0e
|
glTF: Fixes models orientations issues
|
7 years ago |
Nehon
|
a741dc66f4
|
glTF: fixed crashes with some models structure
|
7 years ago |
Nehon
|
a59b9e6a94
|
glTF: Skip tracks that belong to a different skin
|
7 years ago |
Nehon
|
5dbbaf0f06
|
glTF: Fixes additional issues with bones transforms
|
7 years ago |
Nehon
|
cfaaec5418
|
glTF: Fixes a crash when attached nodes contains skinned meshes
|
7 years ago |
Nehon
|
806663990d
|
glTF: fix animation defautl pose when no track is specified
|
7 years ago |
Nehon
|
c971a4758f
|
Fixes animation time sampling when source data contains duplicate keyframes
|
7 years ago |
Nehon
|
f47f865d1d
|
glTF: Fixed when a sub graph is ttached to a bone. Fixed a crash with animation resampling
|
7 years ago |
javasabr
|
9578b0410e
|
extended some things from shader node system.
|
7 years ago |
Nehon
|
54061124a9
|
glTF: Fixed animation data interpolation, also renamed AnimData to TrackData to match JME paradigm.
|
7 years ago |
Rémy Bouquet
|
132b0abc50
|
glTF Properly ignore morph animation until they are supported
|
7 years ago |
Nehon
|
db23985f92
|
glTf: proper animation data padding when transforms are given as sparse arrays
|
7 years ago |
Nehon
|
3f99c80109
|
glTF: properly close opened stream and avoid caching them.
Fixed an issue when an animation track didn't have any translation or scale entries
|
7 years ago |
Nehon
|
c17c3e9605
|
Remove leftover sys err
|
7 years ago |
Rémy Bouquet
|
7b2f1094b1
|
Gltf fix data reading
|
7 years ago |
Nehon
|
2b014d194c
|
glTF. support for glb files (binary self contained gltf)
|
7 years ago |
Nehon
|
21fbaf8f11
|
glTF: prevent direct loading of .bin files.
|
7 years ago |
Nehon
|
e09a5a5b09
|
glTF: fixed data reading to properly support interleaved data.
|
7 years ago |
Nehon
|
32b947a0ac
|
Fixed an issue where loaded glTF models couldn't use software skinning
|
7 years ago |
Nehon
|
510562a62d
|
Fixed a crash when loading a gltf file where textures has no sampler entry.
Also adapted how the light map is handled
|
7 years ago |
Nehon
|
bed3cc8a17
|
Some clean up
|
7 years ago |
Nehon
|
7166906908
|
Added support for loading "extras" from gltf files. Added some documentation
|
7 years ago |
Nehon
|
cac51f542a
|
Added support for packed float data
|
7 years ago |
Nehon
|
01b48e0357
|
fixed an issue with transform matrix reading
|
7 years ago |
Nehon
|
ad03eab01d
|
Fix an issue with material adpater
|
7 years ago |
Nehon
|
1bdebd5505
|
Added support for attachment nodes.
JME now supports byte buffers for index buffer
|
7 years ago |
Nehon
|
d6c74dbf37
|
Added camera support
|
7 years ago |
Nehon
|
f14acf305b
|
Added support for extensions, implemented PBR spec gloss extension
|
7 years ago |