I have a 3d-like room in CSS
, and used jQuery
to add a look around effect on mouse move with perspective-origin
and a zoom in/out effect with mousewheel.js
that changes the perspective
amount.
But it's not very realistic. It's not like if we were looking around, it just seems that the room is deformed.
So I tried to correct this with transform: translateY()
on my lateral walls but it's not what I expected.
Do you have any solutions ? Thanks !
PS: Sorry for my english, I'm french ;)