File tree Expand file tree Collapse file tree 3 files changed +627
-226
lines changed
behaviors/mesh-behaviors/materials Expand file tree Collapse file tree 3 files changed +627
-226
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ associating it with the `texture-projectors` attribute:
22
22
></lume-box >
23
23
```
24
24
25
+ <live-code id =" example " ></live-code >
26
+ <script >
27
+ example .content = projectedTextureExample
28
+ </script >
29
+
25
30
## Properties
26
31
27
32
Inherits properties from [ PhysicalMaterialBehavior] ( PhysicalMaterialBehavior.md ) .
Original file line number Diff line number Diff line change @@ -18,17 +18,11 @@ available properties.
18
18
19
19
<live-code src =" ../../../examples/buttons-with-shadow/example.html " ></live-code >
20
20
21
- ## Properties
22
21
23
- Inherits properties from [ Mesh] ( Mesh.md ) .
24
22
23
+ Inherits properties from [ Mesh] ( Mesh.md ) .
25
24
26
- ### <code >.<b >isMixedPlane</b ></code > : id =isMixedPlane
27
25
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
-
32
26
33
27
34
28
You can’t perform that action at this time.
0 commit comments