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

Add Construction Options #15

Closed
gkjohnson opened this issue Sep 9, 2018 · 0 comments
Closed

Add Construction Options #15

gkjohnson opened this issue Sep 9, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@gkjohnson
Copy link
Owner

gkjohnson commented Sep 9, 2018

To computeBoundsTree() function and BoundsTree constructor

{
  // how to split the tree nodes
  splitStrategy,
  
  // the max depth to split the tree at
  maxDepth,

  // the max amount of error to allow when using the SAH strategy
  maxError,

  // whether or not to just intersect the leaf nodes for collision and forgo triangle intersections
  intersectLeafNodes
}

Related to #13
Related to #16
Related to #17

@gkjohnson gkjohnson added the enhancement New feature or request label Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant