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.

Enable or disable viewing camera rotation, panning & again enabling

Home Forums General Questions Enable or disable viewing camera rotation, panning & again enabling

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #59301
    visualizer
    Customer

    Hi
    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

    #59302
    kdv
    Participant
    app.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.

    #59304
    visualizer
    Customer

    Hi
    kdv77kdv,
    Your skills are awesome, I see may posts perhaps you are a experienced developer or coder :good:
    Your above instruction bounces off my head… :yes: 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.
    #59308
    visualizer
    Customer

    Hi
    kdv77kdv,
    Your skills are awesome, I see may posts perhaps you are a experienced developer or coder :good:
    Your above instruction bounces off my head… :yes: 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.
    #59312
    solid
    Customer
    #59314
    visualizer
    Customer

    Hi
    kdv77kdv,
    Your skills are awesome, I see your many posts perhaps you are a experienced developer or coder :good:
    Your above instruction bounces off my head… :yes: 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.
    #59317
    visualizer
    Customer

    Hi
    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

    #59318
    kdv
    Participant

    I 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.

    #59323
    visualizer
    Customer

    Wow!
    that’s interesting & perhaps the new year’s first assignment for me to do in verge 3d !

    Thanks :good:

    #59325
    visualizer
    Customer

    Hi

    #59329
    kdv
    Participant

    however 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.

    #59451
    visualizer
    Customer

    kdv77kdv
    Aah ok!
    I will surely try this !

    Thank you very much. :good:

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