MCPcopy Create free account
hub / github.com/amengede/wgpu / Object

Class Object

09-perspective-projection/src/model/game_objects.rs:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use glm::Vec3;
2
3pub struct Object {
4 pub position: Vec3,
5 pub angle: f32,
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected