How to make it so that items like walls can be walked through by the camera?

How to make it so that items like walls can be walked through by the camera?

1 Like

@Oh_Zuo_Jun, you can use typescript for that by assigning the item to a variable lets say “object” and then using Camera.addToCollisionFilter(object);

Here is an example: