Fix axis layout and implement click raytracing

This commit is contained in:
2021-07-30 22:41:05 +02:00
parent 4c2409dbd0
commit 02ba2bb95a
8 changed files with 167 additions and 98 deletions

View File

@@ -1,19 +1,16 @@
extern crate serde_json;
use vulkan::gameobject::GameObject;
use crate::config::{LogConfig, RenderConfig};
use crate::game::TestGame;
use crate::vulkan::{LinePoint, VulkanRenderer};
mod vulkan;
mod input;
mod config;
mod game;
mod tests;
fn main() {
let log_config = LogConfig::from_file("config/log.toml");