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/primitives/common-attributes.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,19 @@
1
1
---
2
-
title: Material Attributes
2
+
title: Common Attributes
3
3
type: primitives
4
4
layout: docs
5
5
parent_section: primitives
6
6
order: 2
7
7
---
8
8
9
-
Many of the primitives are entities that compose a geometric mesh, meaning they primarily prescribe the [geometry](../components/geometry.md) and [material](../components.material.md) components. Most of the mesh primitives share common attributes, especially for mapping to the material component. These common attributes won't be described in individual documentation pages for each primitive so they will be listed here.
9
+
Many of the primitives they primarily prescribe the [geometry][geometry] and
10
+
[material][material] components to create a mesh. All of the mesh primitives
11
+
share common attributes relating to material component.
10
12
11
13
## Example
12
14
13
-
`<a-box>`, `<a-cylinder>`, `<a-sphere>` are some primitives that prescribe a geometric mesh. They share common attributes relating to the material component:
15
+
`<a-box>`, `<a-cylinder>`, `<a-sphere>` are some primitives that represent a
16
+
mesh. They share common attributes relating to the material component:
0 commit comments