Home
last modified time | relevance | path

Searched refs:rectMesh (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/src/viewers/components/rects/
Dcanvas.ts171 const rectMesh = Canvas.makeRectMesh(rect, this.isDarkMode()); constant
173 rectMesh.applyMatrix4(transform);
175 this.scene?.add(rectMesh);
178 this.clickableObjects.push(rectMesh);