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.

prototype for a client with using the verge3d embedded link

Home Forums General Questions prototype for a client with using the verge3d embedded link

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #55128
    lokesh
    Participant

    I want to create a prototype for my client as a proof of concept. Is it possible to change model materials and taking screenshot of the model(puzzle actions) from an external interface like buttons in a website by just using the embedded link from verge3d network. how can I make it possible?

    I have attached a screenshot below as a reference.

    thanks in advance!

    Attachments:
    You must be logged in to view attached files.
    #55163
    kdv
    Participant

    Do you want to show some random app from the v3d network in an iframe and have an opportunity to change smth in it?

    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.

    #55164
    lokesh
    Participant

    yes. that is precisely what I want to do. how would I be able to accomplish it. any resource links would be helpful

    #55171
    kdv
    Participant

    More likely the answer is no than yes. You know nothing about objects and materials in these random apps and have no access to them. For example, what material are you going to change? Do you know its name?

    Theoretically, it’s possible to read app_name.js, append it in your HTML and load the app in an iframe as your own app. To make changes and screenshots you’ll need to change the path to your visual_logic.js before the script is loaded…

    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.

    #55172

    It’s possible but you need to use messaging and JavaScript to overcome security restrictions imposed on cross-domain requests.

    Anyway, this use case does not look so rare, perhaps we need to implement something in Puzzles for that.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #55174
    lokesh
    Participant

    can the puzzle interaction be put externally with verge being loaded in the iframe?

    #55201

    I believe no, this won’t be possible. You can put Puzzles to the Verge3D app itself, not to the third-party page. However, JavaScript logic with messaging approach would be quite simple.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

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