- This topic has 7 replies, 3 voices, and was last updated 3 years, 5 months ago by kagazwala.
-
AuthorPosts
-
2021-06-17 at 12:52 pm #42108kagazwalaParticipant
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
2021-06-17 at 7:51 pm #42109GLiFTeKCustomerHi,
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.
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2021-06-18 at 9:01 am #42136kagazwalaParticipantHello 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
Kagazwala2021-06-18 at 9:22 am #42137Ivan LyubovnikovStaffHi!
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.
2021-06-18 at 10:41 am #42138kagazwalaParticipantHello Ivan Lyubovnikov,
Thanks for your reply please find the project files here
Project Link files over Verge3D Network
Awaiting reply
Regards
2021-06-18 at 10:48 am #42139kagazwalaParticipantWell 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
2021-06-18 at 11:06 am #42140Ivan LyubovnikovStaffWell 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.
2021-06-21 at 8:35 am #42164kagazwalaParticipantHello Everyone,
Thanks Ivan LyubovnikovBTW, 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
-
AuthorPosts
- You must be logged in to reply to this topic.