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

Scene Graph and Actors #10

Open
alaingalvan opened this issue Jun 5, 2017 · 0 comments
Open

Scene Graph and Actors #10

alaingalvan opened this issue Jun 5, 2017 · 0 comments

Comments

@alaingalvan
Copy link
Collaborator

CodeVR's scene system is modeled after the design of most game engines, there's a scene with actors, each behaving independently and each communicating with the engine state.

Destruction

Actors can destroy themselves or actors around them by calling engine_state.scene.destroy(..), which requires that they pass a condition for an actor in the scene to be destroyed for.

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