You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey everyone,
I'm trying to generate mipmaps through mipgen, but it seems like only the smallest mipmap-level is generated.
The command I used is the following:
mipgen --page C:...\diffuse.png C:...\diffuse_mips.png
I used this texture.
The generated mipmaps look like this:
diffuse_mips
Also I'd like to ask how to use the generated mipmaps. Do you simply set them as mipmap-level 0 on the texture?
Beta Was this translation helpful? Give feedback.
All reactions