Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use glm::Vec3;
2
3
pub 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