Water test

This commit is contained in:
2024-10-23 23:49:54 +02:00
parent 2bd500c6d6
commit 39b04d84b2
2 changed files with 278 additions and 188 deletions

View File

@@ -583,6 +583,8 @@ load_fbx_texture :: (map: ufbx_material_map, format: Format) -> Texture_Handle {
load_fbx :: (path: string) -> *Model, bool {
opts : ufbx_load_opts = .{};
opts.load_external_files = true;
opts.generate_missing_normals = true;
opts.normalize_normals = true;
opts.evaluate_skinning = true;
opts.target_axes.right = .POSITIVE_X;
opts.target_axes.up = .POSITIVE_Y;