@JsType(isNative=true,
namespace="<global>",
name="Object")
public class MaterialOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
JsObject |
fabric
The fabric JSON used to generate the material.
|
boolean |
strict
Throws errors for issues that would normally be ignored, including unused uniforms or materials.
|
boolean |
translucent
When true or a function that returns true, the geometry with this material is expected to appear translucent.
|
| Constructor and Description |
|---|
MaterialOptions() |
@JsProperty public boolean strict
@JsProperty public boolean translucent
@JsProperty public JsObject fabric
Copyright © 2019. All rights reserved.