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

Implement trigger scene nodes and some scene event dispatching system. #4

Open
GoogleCodeExporter opened this issue Apr 15, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

We need to get notified, when an object (e.g. player) enters or leaves an area, 
or performs certain actions. Now there is no way of doing this without an 
trigger node. This is fully creative task and on full responsibility of the 
solver ;)

Original issue reported on code.google.com by yinotaurus on 10 Dec 2010 at 2:34

@GoogleCodeExporter
Copy link
Author

Original comment by yinotaurus on 10 Dec 2010 at 2:35

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by yinotaurus on 10 Dec 2010 at 3:09

@GoogleCodeExporter
Copy link
Author

Original comment by yinotaurus on 10 Dec 2010 at 8:44

  • Added labels: scene

@GoogleCodeExporter
Copy link
Author

For now a AABB trigger scene node is enough. Triggers could emit Events, which 
possibly can be emitted by jBullet physics simulation on collisions, touches, 
drifting between pairs of bodies, or based on body state (like: speed, 
position, orientation (gyroscope), ...)

Original comment by yinotaurus on 19 Feb 2011 at 3:29

  • Changed state: Started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant