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

How to destroy particels that are off screen #3

Open
ff6347 opened this issue May 4, 2015 · 0 comments
Open

How to destroy particels that are off screen #3

ff6347 opened this issue May 4, 2015 · 0 comments

Comments

@ff6347
Copy link

ff6347 commented May 4, 2015

The title says it. I saw I can set the lifetime but how can I destroy particles that are offscreen?

box2d has

bool ofxBox2dBaseShape::shouldRemoveOffScreen(ofPtr<ofxBox2dBaseShape> shape) {
    return !ofRectangle(0, 0, ofGetWidth(), ofGetHeight()).inside(shape.get()->getPosition());
}

How can I add this to liquidFun?

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