Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
4aa88c5
initial import open collada
pandaGaume Apr 28, 2020
cf15668
iterative import of open collada
pandaGaume Apr 28, 2020
a0e0897
final OpenCollada compilable integration
pandaGaume Apr 28, 2020
dc1c201
begining of integration
pandaGaume Apr 28, 2020
20d9dc2
dae msbuild link modification
pandaGaume Apr 28, 2020
0fbd0ee
use of xmllib : expat is buggy
pandaGaume Apr 29, 2020
30f8b53
first working parser, with correction of open colladasub module
pandaGaume Apr 29, 2020
a5c7c67
use of RessourceServer
pandaGaume Apr 29, 2020
c42efe5
use of RessourceServer
pandaGaume Apr 29, 2020
2a3115e
Merge branch 'master' of https://github.com/pandaGaume/BabylonPolymorph
pandaGaume Apr 29, 2020
8c0f4c2
moving files
pandaGaume Apr 29, 2020
202e26d
Merge branch 'master' of https://github.com/pandaGaume/BabylonPolymorph
pandaGaume Apr 29, 2020
e8eb5ab
Parsing geometry structure
pandaGaume Apr 29, 2020
72db4b5
Merge branch 'master' of https://github.com/pandaGaume/BabylonPolymorph
pandaGaume Apr 29, 2020
7e9aa14
Add geometry transcoder
pandaGaume Apr 29, 2020
57f87a9
Merge branch 'master' of https://github.com/pandaGaume/BabylonPolymorph
pandaGaume Apr 30, 2020
24fd46f
working geometry import
pandaGaume May 1, 2020
ff4826b
fix normal calculation
pandaGaume May 2, 2020
52ec60e
minor polish and first basic support of scene
pandaGaume May 3, 2020
16a099e
review geometry, add scene hierarchy, polishing
pandaGaume May 5, 2020
4087c35
scene ehancement, add options and introduce FX
pandaGaume May 5, 2020
a44ee4f
Add support for Node library
pandaGaume May 6, 2020
d0e9a9f
Introduce FX
pandaGaume May 12, 2020
7dc56fb
Change of geometry build to support FX
pandaGaume May 13, 2020
9aa4585
Geometry and FX updates
pandaGaume May 15, 2020
4780d40
Fix Material
pandaGaume May 16, 2020
9fbf745
add samples
pandaGaume May 16, 2020
33a8323
Fix Texture reference when no surface->sampler
pandaGaume May 19, 2020
f180a21
InvertY texture level add on
pandaGaume May 26, 2020
0183660
submodule declaration
pandaGaume May 26, 2020
d9f0d38
Add support for camera
pandaGaume May 27, 2020
63d7fbd
Add scale to camera
pandaGaume May 27, 2020
bfc2a80
Add option to limit geometries
pandaGaume May 27, 2020
75c9600
Transcode dae light to A3D
pandaGaume May 28, 2020
3d99179
major update on node build
pandaGaume May 30, 2020
2276dc6
Base for animations
pandaGaume Jun 1, 2020
b5a69c8
Introduce skin and animations
pandaGaume Jun 3, 2020
024847f
Skin integration
pandaGaume Jun 5, 2020
85ede8c
skin dev
pandaGaume Jun 7, 2020
d570bdd
build support for JT & X64
pandaGaume Jun 18, 2020
f56c5ec
maj submodule
pandaGaume Jun 18, 2020
70c2a62
jt integration
pandaGaume Jun 18, 2020
aa0c800
Add support for JT Mesh geometry
pandaGaume Jun 28, 2020
07fea84
Material support with JT
pandaGaume Jun 29, 2020
d9f5e9e
Bug fix on JT, Changes over Skin/Joints on DAE
pandaGaume Jun 30, 2020
7ecd67d
skin work
pandaGaume Jul 15, 2020
12eaac1
collada only
pandaGaume Jul 20, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "Morphs/Importers/Submodules/glTF-SDK"]
path = Morphs/Importers/Submodules/glTF-SDK
url = https://github.com/microsoft/glTF-SDK.git
[submodule "Morphs/Importers/Submodules/openCOLLADA"]
path = Morphs/Importers/Submodules/openCOLLADA
url = https://github.com/pandaGaume/OpenCOLLADA.git
Loading