Open
Description
Repro steps (from current master, 0fe0413):
- Run
//tensorboard/plugins/mesh:mesh_demo
to generate test data. - Launch TensorBoard, and open the mesh plugin.
- Drag the step slider back and forth.
Each tick that the slider is dragged, a new warning will appear in the
console:
THREE.MeshStandardMaterial: 'cls' is not a property of this material. Bh @ (index):16360 Y.MeshStandardMaterial @ (index):16388 b._createMesh @ (index):29633 b._createGeometry @ (index):29629 b.updateScene
Presumably the cls
key should be removed from the config
objects
before they’re passed along to THREE.js.
Activity
wchargin commentedon Jun 6, 2019
cc @podlipensky
atyshka commentedon May 8, 2021
Any progress?