vim-web 0.3.42-dev.10 → 0.3.42-dev.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vim-web.js CHANGED
@@ -52820,6 +52820,7 @@ class RenderScene {
52820
52820
  add(target) {
52821
52821
  if (target instanceof Scene2) {
52822
52822
  this.addScene(target);
52823
+ target.material = this._modelMaterial;
52823
52824
  return;
52824
52825
  }
52825
52826
  this._2dCount += this.count2dObjects(target);