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.

Aframe in js

Home Forums Puzzles Aframe in js

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42558
    hannahmariasch
    Customer

    Is it possible to use AFrame in puzzles the user can create additionally?

    #42644

    Hi,

    We have not tried using AFrame in combination with Verge3D, but I think that there can be many issues if you try to integrate one into the other in a single 3d scene. Both AFrame and Verge3D have Threejs as a base, but they also both manage loading, creating and initializing a 3d scene on their own, so that’s the part there they conflict with each other. And I think there’s simply no easy access from Verge3D to an AFrame scene and vice versa, since one engine doesn’t “know” about the 3d scene and its objects that were created in the other engine.

    But if you want to use AFrame to render a separate webgl scene then there shouldn’t be any problems with that. If by “user can create additionally” you mean custom puzzle plugins then I believe you can just load AFrame library and use its API inside a custom puzzle.

    Co-founder and lead developer at Soft8Soft.

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