Skip to content

Commit

Permalink
Dont reset object colorize properties
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Mar 18, 2021
1 parent b955042 commit 290bcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolbar/ResetAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ResetAction extends Controller {
selected: true,
clippable: true,
pickable: true,
colorize: true,
colorize: false, // We don't colorize objects yet - also messes up point clouds
opacity: false // FIXME: Restoring opacity broken by colorize fix - details at https://github.com/xeokit/xeokit-sdk/issues/239
});
this._modelMementos[modelId] = modelMemento;
Expand Down

0 comments on commit 290bcd0

Please sign in to comment.