Home › Forums › General Questions › Enable or disable viewing camera rotation, panning & again enabling
- This topic has 11 replies, 3 voices, and was last updated 2 years, 1 month ago by
visualizer.
-
AuthorPosts
-
2023-01-01 at 12:29 pm #59301
visualizer
CustomerHi
Is it possible to make the viewing camera stop rotation & panning upon clicking specific object which pops up information & once information is closed again viewing camera activates?Useful when we see published file on small screens like mobile. many times, the hot spots & viewing in 3d feature gets mixed up.
Any way to fix this? or achieve this?
Regards
2023-01-01 at 12:39 pm #59302kdv
Participantapp.controls.enablePan = true/false; app.controls.enableRotate = true/false; app.controls.enableZoom = true/false; app.controls.enabled = true/false;
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-01-01 at 1:49 pm #59304visualizer
CustomerHi
kdv77kdv,
Your skills are awesome, I see may posts perhaps you are a experienced developer or coder
Your above instruction bounces off my head…I am a big zero in coding lol.
I have attached a file.
Its a simple card on which there are four objects which will be transparent. when user views them on mobile he should be able to rotate & pan freely. however these four objects are on back side& they should become clickable ( to their specific url ) only when camera rotation & panning stops.
There can be a provision to stop / start viewing camera motions.I have attached screenshot with marked up & also the blend file for better understanding.
Blend file – https://drive.google.com/file/d/1k1K5GiPJW8XO_L45w5vug7gogLk4PCpl/view?usp=share_link
Regards
Attachments:
You must be logged in to view attached files.2023-01-01 at 1:54 pm #59308visualizer
CustomerHi
kdv77kdv,
Your skills are awesome, I see may posts perhaps you are a experienced developer or coder
Your above instruction bounces off my head…I am a big zero in coding lol.
I have attached a file.
Its a simple card on which there are four objects which will be transparent. when user views them on mobile he should be able to rotate & pan freely. however these four objects are on back side& they should become clickable ( to their specific url ) only when camera rotation & panning stops.
There can be a provision to stop / start viewing camera motions.I have attached screenshot with marked up & also the blend file for better understanding.
Blend file – https://drive.google.com/file/d/1k1K5GiPJW8XO_L45w5vug7gogLk4PCpl/view?usp=share_link
Regards
Attachments:
You must be logged in to view attached files.2023-01-01 at 2:10 pm #59312solid
Customerhttps://www.soft8soft.com/docs/manual/en/puzzles/Camera.html#set_active_camera
try puzzles
Webgl Interactive Development https://t.me/AlternativeWebgl
2023-01-01 at 2:38 pm #59314visualizer
CustomerHi
kdv77kdv,
Your skills are awesome, I see your many posts perhaps you are a experienced developer or coder
Your above instruction bounces off my head…I am a big zero in coding lol.
I have attached a file.
Its a simple card on which there are four objects which will be transparent. when user views them on mobile he should be able to rotate & pan freely. however these four objects are on back side& they should become clickable ( to their specific url ) only when camera rotation & panning stops.
There can be a provision to stop / start viewing camera motions.I have attached screenshot with marked up & also the blend file for better understanding.
the blender file https://drive.google.com/file/d/1k1K5GiPJW8XO_L45w5vug7gogLk4PCpl/view?usp=share_link
Regards
Attachments:
You must be logged in to view attached files.2023-01-01 at 2:42 pm #59317visualizer
CustomerHi
Solid,
I see there is no puzzle to disable camera movement. DO you mean to set two cameras? one with & other without motion & then switch between them?Regards
2023-01-01 at 3:24 pm #59318kdv
ParticipantI see there is no puzzle to disable camera movement
Two puzzles below do the same
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-01-01 at 5:36 pm #59323visualizer
CustomerWow!
that’s interesting & perhaps the new year’s first assignment for me to do in verge 3d !Thanks
2023-01-02 at 6:38 am #59325visualizer
CustomerHi
2023-01-02 at 10:48 am #59329kdv
Participanthowever these four objects are on back side& they should become clickable ( to their specific url ) only when camera rotation & panning stops
just add a condition to check whether the camera is stopped or not
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-01-08 at 7:05 pm #59451visualizer
Customerkdv77kdv
Aah ok!
I will surely try this !Thank you very much.
-
AuthorPosts
- You must be logged in to reply to this topic.