- This topic has 18 replies, 6 voices, and was last updated 4 years, 2 months ago by GLiFTeK.
-
AuthorPosts
-
2020-05-19 at 4:18 pm #27772GLiFTeKCustomer
Hi gliftek,
thank you for your answer. A lot of time has passed since I posted that message, and I was able to solve the issue with the list with object names since then. I don’t think I had found the trick with the hidden puzzle for the abs value thoughHAH!… didn’t notice the date on that! just that it was a recent thread because of the recent comment.
:)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!2020-05-21 at 6:28 pm #27852GLiFTeKCustomerUsing a when moved can help test if mouse is being “dragged” in this case…
Note: A wee bit more testing reveals that after: 0.1 seconds seems to work better.As my old method doesn’t work anymore for singe reason, I tried this method with mixed results.
Has anyone gotten a good method working to have the orbital camera not click things while dragging-to-orbit?Thanks!
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!2020-09-06 at 1:05 am #32454Nicholas StephanCustomerI’m having this same issue. The “when clicked” puzzle seems to be triggered when the mouse is pressed, not released. Is there a reason for this? Is there a way of allowing the user to orbit an object without trigger clicks everywhere?
2020-09-06 at 2:53 am #32455GLiFTeKCustomerI’m having this same issue. The “when clicked” puzzle seems to be triggered when the mouse is pressed, not released. Is there a reason for this? Is there a way of allowing the user to orbit an object without trigger clicks everywhere?
One way I had (cumbersome) is to have a toggle switch button in the GUI that makes a variable, say, “rotate” true or false, then in your click puzzle Check if rotate is false in order to continue puzzles in the click puzzle.
If true, only the rotating happens.
ALSO if your camera has its distance to the object locked , you can have an invisible html div …and using the bind html puzzle have it cover the screen space of the object.
Then you can use the html event puzzles to make the mouse/pointer events more accurate with mouseup etc, to distinguish it from just mousedown
OR… Hah…even more simple…
Just put the html mouseup puzzle IN the click event puzzle to check if it happens after the click.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! -
AuthorPosts
- You must be logged in to reply to this topic.