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

Fix SectionPlane failure to clip certain objects #481

Closed
Amoki opened this issue Nov 24, 2020 · 1 comment
Closed

Fix SectionPlane failure to clip certain objects #481

Amoki opened this issue Nov 24, 2020 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Amoki
Copy link
Contributor

Amoki commented Nov 24, 2020

Describe the bug
sections
On xeokit 1.5.13

To Reproduce
Open our demo model,
create a section on Y axis:

sectionPlanesPlugin.createSectionPlane({
  dir: camera.worldForward.map(val => -val),
  pos: math.getAABB3Center(scene.getAABB())
});
@xeolabs xeolabs self-assigned this Nov 24, 2020
@xeolabs xeolabs added the bug Something isn't working label Nov 24, 2020
@xeolabs xeolabs added this to the 1.5.14 milestone Nov 24, 2020
@xeolabs xeolabs changed the title Some object still aren't hidden by section Fix SectionPlane failure to clip certain objects Nov 25, 2020
@xeolabs
Copy link
Member

xeolabs commented Nov 25, 2020

Fixed in 1.5.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants