Code Monkey home page Code Monkey logo

Comments (5)

vasturiano avatar vasturiano commented on May 18, 2024

Hi @Piyush3dB, thanks for reaching out. From the latest version (1.30.0) there is a new method exposed: scene(). You can use that method to access the ThreeJS scene and extend it with other objects like the "floor" that you mentioned.
Something along the lines of:

myGraph.scene().add(<Object3d>)

from 3d-force-graph.

artyomtrityak avatar artyomtrityak commented on May 18, 2024

@Piyush3dB here is an example #66

from 3d-force-graph.

Piyush3dB avatar Piyush3dB commented on May 18, 2024

screen shot 2018-05-02 at 07 07 47

@artyomtrityak, thanks for the example. I ran the example locally and what I see during the rendering is a red plane initially which immediately changes to a red node and stays that way.

Is this what you also got?

from 3d-force-graph.

vasturiano avatar vasturiano commented on May 18, 2024

The underlying issue was that three.js was being loaded after 3d-force-graph (it includes its own three if there is none readily available at import time). That will lead into there being two parallel copies of three.js running in the page, which leads to the interference you mentioned above. I've fixed the example to load three.js before 3d-force-graph, and it's fixed:
https://vasturiano.github.io/3d-force-graph/example/scene/

from 3d-force-graph.

Piyush3dB avatar Piyush3dB commented on May 18, 2024

Thanks @vasturiano that works great now.

from 3d-force-graph.

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.