Csányi István

Results 9 comments of Csányi István

I seem to have the same issue. Trying to install arch alongside existing windows 11. [install.log](https://github.com/archlinux/archinstall/files/15186575/install.log)

I just checked the failed install and it seems like it installed files into /boot on the target root partition (for me nvme1n1p1) but this directory should have been mounted...

This also fixes Dropbox's tray icon menu not opening.

It's because the mesh does not have normals. So it will compute flat normals which requires that no indicies are set, so before it the indicies are removed with `mesh.duplicate_vertices()`....

There is "triangle data". If there are no indices it just uses the vertices as triangles. It defaults to flat normals because if you care about normals you should have...

I would recommend figuring out how to reexport them with normals from blender. I also created a branch with a way to specify to use smooth normals: https://github.com/AmionSky/bevy_obj/tree/smooth

Latest release allows customizing the mesh normal generation settings. Also the default normal compute changed to use bevy's default which is smooth if there are indices and flat otherwise.

Still an issue in 0.10.1 (1c5c94715cb17cda5ae209eef12a938501de90b5) (also ran `cargo update`) ![Screenshot 2023-04-02 145114](https://user-images.githubusercontent.com/13593262/229354027-85525e66-e4cc-4268-a737-b89d12e7237d.png)

I re-ran the examples with DX12 and the issue did not appear. It seems like the issue is related to Vulkan.