Bud Posted September 22, 2017 Share Posted September 22, 2017 Hello, i'm trying to create a configurator for furniture based on this model : https://xboxdesignlab.xbox.com/fr-fr/customize?productid=900WZDF9XJVG but i didn't find how to create the ui on the right. Can we interacte whis the scene with html ? if its possible how do i do ? Quote Link to comment Share on other sites More sharing options...
Dad72 Posted September 22, 2017 Share Posted September 22, 2017 To interact with the scene you must use Javascript. The html is not dynamic, it just allows to draw form or web interface. Perhaps CastorGUI might interest you: https://bitbucket.org/JSbabylon/castorgui Quote Link to comment Share on other sites More sharing options...
RaananW Posted September 22, 2017 Share Posted September 22, 2017 You can also use babylonjs-gui, documented here - http://doc.babylonjs.com/overviews/gui Quote Link to comment Share on other sites More sharing options...
Pryme8 Posted September 22, 2017 Share Posted September 22, 2017 Just use basic HTML for a menu like this. And yes you can fire what ever events from HTML/Javascript to your scene just make sure your scope is correct. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.