StarArawn / harmony

A modern 3D/2D game engine that uses wgpu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mesh: Add an option for calculating tangents if we don't have them.

StarArawn opened this issue · comments

commented

Important as we might not always have tangents especially true for meshes generated in code.

commented

This is actually done and working for GLTF mesh loading.