Skip to content

Instantly share code, notes, and snippets.

@PaperPrototype
Created February 7, 2021 20:26
Show Gist options
  • Save PaperPrototype/50e18cdb84954b5572d637cb145b8471 to your computer and use it in GitHub Desktop.
Save PaperPrototype/50e18cdb84954b5572d637cb145b8471 to your computer and use it in GitHub Desktop.
struct Object {
struct Object []children;
struct Object *parent;
struct Transform transform;
struct Mesh mesh;
struct MeshCollider collider;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment