instancing, camera movement
This commit is contained in:
parent
f88df1efd0
commit
4ab10fe790
12 changed files with 599 additions and 78 deletions
|
@ -1,7 +1,6 @@
|
|||
mod surf;
|
||||
mod core;
|
||||
|
||||
fn main() {
|
||||
env_logger::init();
|
||||
pollster::block_on(surf::updater::run());
|
||||
pollster::block_on(core::updater::run());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue