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.

Same app inside itself

Home Forums Puzzles Same app inside itself

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #62058
    saurav
    Participant

    Hello,
    I used an iframe to load verge3d app1 inside app2. But I want to load the same app inside itself but both apps should be visible from different angles.
    So that when one function is triggered in app1 it will be visible at different angle inside app 2 on the same screen in that iframe.

    Is there any way to achieve this?

    #62063
    kdv
    Participant

    You can use messaging to trigger the same function in both apps.

    Puzzles and JS. 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 meaning at all.

    #62085
    saurav
    Participant

    Hi kdv,
    Thanks for the reply.
    Can you elaborate this concept of messaging that you are talking about. I am new to this application so don’t know, maybe share a link or some content to read on it so I can grasp this idea you are sharing.

    #62086
    kdv
    Participant

    Here is a couple of examples of messaging

    Object Disappearing when Set Morph Factor…

    Keep in mind that those two apps launched in two different iframes are not the same app. You’ll have to trigger the same functions in both apps simultaneously

    Or you can use two cameras to see your app from different angles in the same frame
    https://cdn.soft8soft.com/demo/examples/index.html?q=camera#webgl_camera_array

    Puzzles and JS. 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 meaning at all.

    #62090
    saurav
    Participant

    Can I make it like this that, suppose I have a cube performing a jumping animation, I want an iframe in the scene which shows that animation but from different angle.
    How can I do this, through puzzle??
    Or any other way??

    #62091
    kdv
    Participant

    How can I do this, through puzzle??

    JS only.

    Puzzles and JS. 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 meaning at all.

    #62092
    saurav
    Participant

    Ok, will try this approach once and get back to you :good:

    Thanks

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