wip
This commit is contained in:
parent
cc7921a5fe
commit
3692736a61
22 changed files with 447 additions and 44 deletions
|
|
@ -13,3 +13,5 @@ impl Transform {
|
|||
Mat4::from_scale_rotation_translation(self.scale, self.rotation, self.translation)
|
||||
}
|
||||
}
|
||||
|
||||
pub struct ModelHandle(pub ModelID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue