Difference between revisions of "Moiré pattern"

From Custom Mario Kart
Jump to navigation Jump to search
Line 14: Line 14:
 
# Make sure your texture has mipmaps.
 
# Make sure your texture has mipmaps.
 
# Open your MDL0 in BrawlBox.
 
# Open your MDL0 in BrawlBox.
# Open the ''Materials'' folder
+
# Open the ''Materials'' folder.
 
# Open a material.
 
# Open a material.
 
# Make sure the ''Scale'' is set to (1,1) and the ''Translation'' is set to (0,0).
 
# Make sure the ''Scale'' is set to (1,1) and the ''Translation'' is set to (0,0).

Revision as of 06:38, 13 May 2018

Under Construction
This article is not finished. Help improve it by adding accurate information or correcting grammar and spelling.

This page describes how the moiré pattern looks like in-game and how to fix it.

Showcase of the moiré pattern

Mipmaps disabled in the MDL0
Mipmaps enabled in the MDL0

How to fix this pattern in Brawlbox

  1. Make sure your texture has mipmaps.
  2. Open your MDL0 in BrawlBox.
  3. Open the Materials folder.
  4. Open a material.
  5. Make sure the Scale is set to (1,1) and the Translation is set to (0,0).
  6. Change MinFilter from Linear to Linear_Mipmap_Linear.
  7. Save your course_model.brres and import it into your SZS file.