Just a thought need an answer

hey
i was wondering that if you are inside a model and you don’t want to fall off so how will you do it how will you apply collisions there?

Why not make a large box with small box/freeCamera inside and see what happens? You could try different sideOrientations if needed.

yeah but if i want the collisions inside my model like a shhowroom with an entry door and i don’t want to go out or exit.

Please explain why my suggestion does not give you a simplified model of your situation.

2 Likes

thanks for your reply i did it and it worked
now if a TV model in my model(showroom)
and i want to run a video on that particular TV
how can i do that?

1 Like

Try to use the VideoTexture class as the diffuseTexture of the material applied on the TV:

https://doc.babylonjs.com/how_to/video_texture

yeah did that thankyou