Skip to content

Commit 100b8b9

Browse files
committed
Shadowmap is created by three
1 parent a39a779 commit 100b8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/src/_base/Renderable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ var RenderableModel = widgets.DOMWidgetModel.extend({
5959
ThreeModel.prototype.createPropertiesArrays.call(this);
6060
this.three_nested_properties.push('clippingPlanes');
6161
this.three_properties.push('shadowMap');
62+
this.props_created_by_three['shadowMap'] = true;
6263

6364
this.enum_property_types['toneMapping'] = 'ToneMappings';
6465

0 commit comments

Comments
 (0)