Skip to content

Commit e6cd416

Browse files
committed
glTF
1 parent 128edad commit e6cd416

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

‎docs/components/collada-model.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ parent_section: components
66
order: 3
77
---
88

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+
911
The collada-model component loads a 3D model using a [COLLADA][wiki-collada] (.DAE) file.
1012

1113
## Example

‎docs/components/obj-model.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ parent_section: components
66
order: 12
77
---
88

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+
911
The obj-model component loads a 3D model and material using a [Wavefront][wavefront-wiki] (.OBJ) file and a .MTL file.
1012

1113
## Example

‎docs/primitives/a-collada-model.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ parent_section: primitives
66
order: 5
77
---
88

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+
911
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).
1012

1113
## Example

‎docs/primitives/a-obj-model.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ parent_section: primitives
66
order: 12
77
---
88

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+
911
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.
1012

1113
## Example

0 commit comments

Comments
 (0)