Code Monkey home page Code Monkey logo

Comments (2)

xeolabs avatar xeolabs commented on September 13, 2024

Aha yes this would be due to having two scenes, each auto-creating their canvas elements within the same page.

So when you've already created your own Scene, then create the XEO.Collection without specifying a Scene for it, then the Collection will fall back on the default Scene (which XEO lazy-creates only at that point).

For such cases, I need to make XEO lay the canvases out in a flow layout, so that they don't clash with each other like that. The other complication is that XEO also creates overlay DIVs over those canvases, as part of the way it captures user input events.

These are a couple of edge-cases I need to think through properly. For now, don't use the default Scene alongside your own Scene(s). Great that you've highlighted that issue before the first release actually.

from xeogl.

quaxquax avatar quaxquax commented on September 13, 2024

Thanks for clearing this up for me.

Indeed, using XEO.Collection(myScene) works just fine.

from xeogl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.