Ben Doherty
|
38ede3719f
|
TangentSpaceMesh fixes (#6697)
|
2023-03-31 12:03:49 -07:00 |
|
Powei Feng
|
9d30233a38
|
geometry: clean up TangentSpaceMesh (#6595)
- Reordered the 'const var' declarations to 'var const'
- Use std::vector for data arrays instead of manually managing
allocations
|
2023-03-03 15:33:28 -08:00 |
|
Powei Feng
|
d12612f091
|
Add UV-based tangent space algorithms (#6572)
Added mikktspace as a third party lib
|
2023-02-24 09:32:02 -08:00 |
|
Powei Feng
|
b3513c7d1f
|
geometry: Add TangentSpaceMesh implementations (#6530)
geometry: Add TangentSpaceMesh implementations
Added:
- Hughes-Moller
- Frisvad's method
- Flat shading
|
2023-02-10 09:34:49 -08:00 |
|
Powei Feng
|
45246b6109
|
geometry: Add TangentSpaceMesh class outline (#6476)
- Defined class with documentation in comments
- Implemented algorithm selection
- No actual algorithms written yet
Part of google/filament#6358
|
2023-01-26 14:39:48 -08:00 |
|