Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collision detection in SceneJS #506

Open
3 of 12 tasks
sheldon5forever opened this issue Feb 27, 2017 · 0 comments
Open
3 of 12 tasks

Collision detection in SceneJS #506

sheldon5forever opened this issue Feb 27, 2017 · 0 comments

Comments

@sheldon5forever
Copy link

sheldon5forever commented Feb 27, 2017

Description of the problem

Hi, @xeolabs , recently I've been learning about BIM and I find BIM Server. I read the code in 'BIMSurfer' and 'BIMViews', which are plugins to load geometry from IFC file and create scene.

As in 'BIMsurfer', when the geometry data of model being loaded through binary stream, we get 'geometry data' and 'geometry info'. The 'geometry data' contains the indices, the vertices, the normals and the colors, and it's added to scene as a 'library' node. The 'geometry info' holds the transformation matrix for every component of model, and each of the 'geometry info' refers to one of the 'geometry data' using 'coreId'.

Do you have any idea how to do the collision detection with 'physics/system' and 'physics/body' ?

Thank you very much!

SceneJS version
  • Dev
  • Master
  • ...
Browser
  • All of them
  • Chrome
  • Firefox
  • Internet Explorer
OS
  • All of them
  • Windows
  • Linux
  • Android
  • IOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant