Three js Stats

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 May 24 4:49
Editor
Edited
Edited
2025 Nov 14 1:9
Refs
Refs
import Stats from 'three/examples/jsm/libs/stats.module' cloud.stats = new Stats() cloud.el.appendChild(cloud.stats.dom) cloud.stats.dom.style.cssText = 'position:absolute;top:0px;right:0px;' function animate(){ cloud.stats.update() }
 
 
 
 
 
 
 

Recommendations