Camera::resolution is of type (f32, f32), why? #89
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
question
rust
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ArkForgeLabs/BlueEngine#89
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In
header::Camerathe resolution fields is of type(f32, f32)which doesn't really make sense, it should be either analgebra::VecI32(orU32for that matters) or a custom typeVector2ilike the other vectors types