Skip to content

Commit 1efbb9f

Browse files
committed
update build
1 parent d376834 commit 1efbb9f

File tree

3 files changed

+627
-226
lines changed

3 files changed

+627
-226
lines changed

api/behaviors/mesh-behaviors/materials/ProjectedMaterialBehavior.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ associating it with the `texture-projectors` attribute:
2222
></lume-box>
2323
```
2424

25+
<live-code id="example"></live-code>
26+
<script>
27+
example.content = projectedTextureExample
28+
</script>
29+
2530
## Properties
2631

2732
Inherits properties from [PhysicalMaterialBehavior](PhysicalMaterialBehavior.md).

api/meshes/MixedPlane.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,11 @@ available properties.
1818

1919
<live-code src="../../../examples/buttons-with-shadow/example.html"></live-code>
2020

21-
## Properties
2221

23-
Inherits properties from [Mesh](Mesh.md).
2422

23+
Inherits properties from [Mesh](Mesh.md).
2524

26-
### <code>.<b>isMixedPlane</b></code> :id=isMixedPlane
2725

28-
An always-`true` property signaling that
29-
this element is a `MixedPlane`. Useful for duck typing, especially in
30-
plain JavaScript as opposed to TypeScript.
31-
3226

3327

3428

0 commit comments

Comments
 (0)