We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39a779 commit 100b8b9Copy full SHA for 100b8b9
js/src/_base/Renderable.js
@@ -59,6 +59,7 @@ var RenderableModel = widgets.DOMWidgetModel.extend({
59
ThreeModel.prototype.createPropertiesArrays.call(this);
60
this.three_nested_properties.push('clippingPlanes');
61
this.three_properties.push('shadowMap');
62
+ this.props_created_by_three['shadowMap'] = true;
63
64
this.enum_property_types['toneMapping'] = 'ToneMappings';
65
0 commit comments