Hello!
I’m using the raycaster to intersect loaded GLTFs and get their and their parents’ names to change the context of an HTML text later on. When I do this:
I’ve tried both replaceAll() and replace(). However, I’m getting the following error:
TypeError: t.push(…).replaceAll is not a function [replaceAll()]
TypeError: t.push(…).replace is not a function [replace()]