Can you give me a hint, please?
I don’t understand where to add this piece of code to make this work for fps in OBC
const stats = new Stats()
stats.showPanel(0)
document.body.appendChild(stats.dom)
stats.begin()
stats.end()
Thanks in advance.
const stats = new Stats()
stats.showPanel(0)
document.body.appendChild(stats.dom)
stats.begin()
stats.end()
New contributor
Erik is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.