Implement HDRI skybox support

This commit is contained in:
reo 2025-09-26 22:44:43 +03:00
parent 44489f9fe3
commit 1e9b997aeb
12 changed files with 282 additions and 17 deletions

View file

@ -101,8 +101,8 @@ fn main() {
let platform = GliumPlatform::initialize(
engine,
"Raidillon".to_string(),
1920,
1080,
2560,
1440,
);
platform.run()
};