Skip to content

Scene Graph and Actors #10

Description

@alaingalvan

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions