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: docs/components/collada-model.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ parent_section: components
6
6
order: 3
7
7
---
8
8
9
+
> COLLADA is not recommended for distributing over the web in production due to its large size. Check out using the [glTF component](https://github.com/xirvr/aframe-gltf) instead. You can convert from COLLADA to glTF using [the converter](https://cesiumjs.org/convertmodel.html).
10
+
9
11
The collada-model component loads a 3D model using a [COLLADA][wiki-collada] (.DAE) file.
Copy file name to clipboardExpand all lines: docs/components/obj-model.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ parent_section: components
6
6
order: 12
7
7
---
8
8
9
+
> glTF is recommended for distributing assets in production over the web. Check out using the [glTF component](https://github.com/xirvr/aframe-gltf). You can either instead export to COLLADA and use [the converter](https://cesiumjs.org/convertmodel.html) or try out the [OBJ converter](https://github.com/AnalyticalGraphicsInc/OBJ2GLTF).
10
+
9
11
The obj-model component loads a 3D model and material using a [Wavefront][wavefront-wiki] (.OBJ) file and a .MTL file.
Copy file name to clipboardExpand all lines: docs/primitives/a-collada-model.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ parent_section: primitives
6
6
order: 5
7
7
---
8
8
9
+
> COLLADA is not recommended for distributing over the web in production due to its large size. Check out using the [glTF component](https://github.com/xirvr/aframe-gltf) instead. You can convert from COLLADA to glTF using [the converter](https://cesiumjs.org/convertmodel.html).
10
+
9
11
The COLLADA model primitive displays a 3D COLLADA model created from a 3D modeling program or downloaded from the web. It is an entity that maps the `src` attribute to the [collada-model component](../components/collada-model.md).
Copy file name to clipboardExpand all lines: docs/primitives/a-obj-model.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ parent_section: primitives
6
6
order: 12
7
7
---
8
8
9
+
> glTF is recommended for distributing assets in production over the web. Check out using the [glTF component](https://github.com/xirvr/aframe-gltf). You can either instead export to COLLADA and use [the converter](https://cesiumjs.org/convertmodel.html) or try out the [OBJ converter](https://github.com/AnalyticalGraphicsInc/OBJ2GLTF).
10
+
9
11
The .OBJ model primitive displays a 3D Wavefront model. It is an entity that maps the `src` and `mtl` attributes to the [obj-model component's][objcomponent]`obj` and `mtl` properties respectively.
0 commit comments