Hi,
@jerome
@Wingnut
I have added a new element to my proyect. However I don't know how can I fix the plane on world when I resize window. If you test it in screen of (1920*1080) resolution, the scene is well. However if you change the window's size, the plane will disappear. I would like to set an unique position over right menu and avoid that plane could move to other place. Moreover, I want to remove specular or diffuse light in this plane so I set the property ( mon1.specularColor = new BABYLON.Color3(0, 0, 0)) but it doesnt work.
To make this implementation, I have used the follow example:http://www.babylonjs-playground.com/#1WROZH#12
Link to my scene: http://217.217.131.1:8081/subsuelo/
Thanks you very much.