mkadirtan Posted October 18, 2018 Share Posted October 18, 2018 I use BabylonJS.GUI as my GUI tool. In my project, I need to have many thumbs over a slider. ? I've found this image online, however I need more than 2 thumbs and number of thumbs over a slider is dynamically changed. Is there any way I can achieve this with current GUI controls? Should I code my own slider? Is there a work-around for this kind of applications? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
Guest Posted October 18, 2018 Share Posted October 18, 2018 Hello! This is not supported out of the box but thanks to the OSS nature of the engine you can see what we are doing for the slider and adapt it for your need: https://github.com/BabylonJS/Babylon.js/blob/master/gui/src/2D/controls/slider.ts 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.