Replaced mip textures.

Removed custom mip map importer.
Textures are now created within Unity (tool might later be added as importable content).
This commit is contained in:
max
2021-04-20 15:38:09 +02:00
parent 42100c5332
commit c207d4887e
28 changed files with 273 additions and 1056 deletions

View File

@ -1,6 +1,6 @@
// Ref: https://aras-p.info/blog/2011/05/03/a-way-to-visualize-mip-levels/
Shader "Hidden/RS/TexelDensityChecker"
Shader "Hidden/RS/TexelDensity"
{
SubShader
{