Skip to content
Snippets Groups Projects
Commit d3c6873d authored by Robert Long's avatar Robert Long
Browse files

Remove deprecated shadow properties

parent 89ceaeea
No related branches found
No related tags found
No related merge requests found
// For use in environment gltf bundles to set scene shadow properties. // For use in environment gltf bundles to set scene shadow properties.
AFRAME.registerComponent("scene-shadow", { AFRAME.registerComponent("scene-shadow", {
schema: { schema: {
autoUpdate: {
type: "boolean",
default: true
},
type: { type: {
type: "string", type: "string",
default: "pcf" default: "pcf"
},
renderReverseSided: {
type: "boolean",
default: true
},
renderSingleSided: {
type: "boolean",
default: true
} }
}, },
init() { init() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment