You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,5 @@
2
2
Tools for preparing Collada models to be converted into [.b3dm](https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/TileFormats/Batched3DModel) for [3D Tiles](https://github.com/AnalyticalGraphicsInc/3d-tiles).
3
3
4
4
5
-
Currently ensures the uniqueness of images/textures/effects/materials for Collada models. Soon to also handle the batching of geometry that shares materials, generate a batchID vertex attribute array, and emit a JSON dictionary of batchtable entries to feed into [gltf2glb](https://github.com/Geopipe/gltf2glb)
5
+
Ensures the uniqueness of images/textures/effects/materials for Collada models.
6
+
Will also create batched geometry that shares materials, generate a batchID vertex attribute array, and emit a JSON dictionary of batchtable entries to feed into [gltf2glb](https://github.com/Geopipe/gltf2glb)
0 commit comments