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

Clipping planes event #7

Merged
merged 1 commit into from
Jul 19, 2016
Merged

Clipping planes event #7

merged 1 commit into from
Jul 19, 2016

Conversation

bilgili
Copy link
Contributor

@bilgili bilgili commented Jul 19, 2016

No description provided.

// This event is used to communicate clip planes between
// applications. Every plane is defined in point normal
// form. n normal and d value [ nx, ny, nz d ]. Here for
// given points, p, n.p + d = 0 is satisfied.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Points that satisfy the equation n.p + d = 0 are on the plane.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have to indicate which hemispace is the clipped one, that the side pointed by the normal or the opposite one?


table Plane
{
normal:[float:3];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// must be normalized.

@hernando hernando merged commit 9c551ba into HBPVIS:master Jul 19, 2016
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

Successfully merging this pull request may close these issues.

2 participants