Home › Forums › Puzzles › SOLVED! New Camera Puzzles used but MouseWheel makes zoom not smooth movement
Tagged: mousewheel, puzzles, scroll, zoom
- This topic has 4 replies, 2 voices, and was last updated 3 years ago by AVerge3Der.
-
AuthorPosts
-
2021-12-07 at 1:42 am #47681AVerge3DerParticipant
The Puzzles work. The issue is the Camera (only one in the Scene) snaps instead of smoothly zooming in and out with the MouseWheel. Anyone know why? Perhaps this is a defect? Try adding a Cube with a texture. Then left-click and drag to rotate and angle the cube in all directions. Using Orbit option with the new Camera Puzzles, that works.
Then zoom in and out on the object with the MouseWheel. Notice how it’s not smooth? It snaps the camera in increments. No tweening.
Attachments:
You must be logged in to view attached files.2021-12-09 at 9:51 pm #47851AVerge3DerParticipantI did not find a solution for this issue.
So far it’s looking like a Verge3D bug.Putting this on the backburner.I may need to solve this issue inside of my created .js file. Not the worst solution. I was hoping the Puzzles could save me some coding time and keep my .js file leaner.Let me know if my replication procedures are not clear in my original post, or I will think you all understood them.
2021-12-09 at 10:30 pm #47855xeonCustomercan you post a simple project containing your puzzles so we can test.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2021-12-10 at 1:10 am #47857AVerge3DerParticipantI would like to see if anyone has an issue trying this from their machine without my files. Just to make sure it’s not anything to do with my side.
_____________________________________________________________________
It’s very straight forward. All you need to do is add these 4 puzzles (I joined them as you can see in the image https://www.soft8soft.com/wp-content/uploads/2021/12/verge3D-2.9-Preview-2-MouseWheel-Zoom-Not-Smooth-Now.png). Then add a cube to the scene (Blender defaults to that view even). Run The Verge3D project so the tab with Localhost is showing. Mousewheel zoom in and out. Is it smooth mostly or does it jump on each MouseWheel movement step?
2021-12-10 at 3:24 pm #47955AVerge3DerParticipantUPDATE
SolvedJust wrap the 4 Set Puzzles (picture above and updated image here) in an on event of wheel for element “” in parent doc (checked). And now instead of what seems every frame, the zoom happens on the MouseWheel clicks (up and down).
I hope this helps someone else in the future.
Attachments:
You must be logged in to view attached files. -
AuthorPosts
- You must be logged in to reply to this topic.