Fake interior in Babylon.js

Usually effects like this creating with help of parallax mapping, or with interrior mapping:

Interrior mapping:
https://www.youtube.com/watch?v=1n2NRSLe8Ko,
https://www.youtube.com/watch?v=juI9Q_xgjh8 (has source file in description)

And parallax mapping:
https://www.youtube.com/watch?v=KkWorYsszco&t=75s (has source file in description)

I I tried several times to create parallax mapping node via Babylon JS NME:

But always failed because i don`t know how i can transform object coordinates to world coordinates via NME tools.

It is my drafts by this theme:

I am also attaching a topic about parallax:

To create such effects, you only need to implement a similar transformation in HME, but I have not been able to do this yet.

if you get any success on this topic, please write about this.