We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Verge3D Puzzles and Range Slider

Home Forums Puzzles Verge3D Puzzles and Range Slider

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #42108
    kagazwala
    Participant

    Hello Friends,

    Well I have made a small learning app to controll
    shape keys using range slider control.

    The problem is that when sliding the slider its
    not responding to the range slider in real time
    infact its acting like jumps.

    I am uploading the files I made I would request
    if anyone can give me a solution where I am making
    a mistake.

    Kind Regards

    #42109
    GLiFTeK
    Customer

    Hi,
    You’d want to make an animation in blender for each shape blending into the next.

    Then use your slider to determine the % of completion of the animation.

    Say you have 100 frames of animation… Make your slider go from 1 to 100. :good:

    #42136
    kagazwala
    Participant

    Hello GlifTek,

    Thanks for the reply. I have to change the box scale in all three direction. In this example I just made it for the Y-Axis but I want them to be in X and Z Axis as well.

    I cannot use the animation as I am making a product customizer and I will need to do it by shape key.

    I would like help if anyone can help me or guide me on how to remove the glitch when I am using the slider.

    The model is responding but with jumps.

    Kind Regards
    Kagazwala

    #42137

    Hi!

    I am uploading the files I made I would request
    if anyone can give me a solution where I am making
    a mistake.

    It seems that the files weren’t attached to your post, maybe because of the forum limit (4MB). You can try to upload it to the verge3d network from the App Manager and post the link here.

    BTW, if you use the “change” event for the range slider then try to use “input” instead. “change” updates the slider on release, while “input” does it continuously when you move the slider.

    Co-founder and lead developer at Soft8Soft.

    #42138
    kagazwala
    Participant

    Hello Ivan Lyubovnikov,

    Thanks for your reply please find the project files here

    Project Link files over Verge3D Network

    Awaiting reply

    Regards

    #42139
    kagazwala
    Participant

    Well I placed a slider but cannot see that once i upload the files

    how can i send a 1 mb RAR File i am trying but its not uploading

    can i have an email address where i can send this file

    Regards

    #42140

    Well I placed a slider but cannot see that once i upload the files

    That’s because the app’s page loads jquery via http instead of https.
    Try to change this line in Test_App.html:

    
    <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
    

    to this:

    
    <script src="https://code.jquery.com/jquery-1.9.1.js"></script>
    

    Co-founder and lead developer at Soft8Soft.

    #42164
    kagazwala
    Participant

    Hello Everyone,
    Thanks Ivan Lyubovnikov

    BTW, if you use the “change” event for the range slider then try to use “input” instead. “change” updates the slider on release, while “input” does it continuously when you move the slider.

    I got my solution.

    Kindest Regards

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.