# Graphic Options

# Anti-Aliasing

#### Enable anti-aliasing  


Enables anti-aliasing effect.

Anti Aliasing is a technique of adjusting pixel positions or setting pixel intensities so that there is a more gradual transition between the color of a line and the background color in order to give a smoother appearance of the object. The image bellow illustrates the Antialiasing effect on an object.

<div drawio-diagram="617"><img src="https://doc316en.candera.eu/uploads/images/drawio/2023-02/drawing-7-1676365018.png" alt=""/></div>

<div drawio-diagram="6587"><img src="https://doc316en.candera.eu/uploads/images/drawio/2024-08/drawing-5-1724412635.png" alt=""/></div>

<p class="callout info">The changing of the anti aliasing will only take effect after the application is restarted.</p>

---

# False Color Mipmap

#### Enable false color mipmap for all textured elements  


Enables the False Color MipMap feature.

Mipmapping is a texturing technique for reducing artifacts caused by mapping a large texture onto a small area in screen space. It is accomplished by creating pre-downsized versions of the texture. A mipmap level is a single downsized version of the original texture, at some resolution.

<div drawio-diagram="619"><img src="https://doc316en.candera.eu/uploads/images/drawio/2023-02/drawing-7-1676365125.png" alt=""/></div>

In the false-color mipmap technique each mip level has a different contrasting color. This can be seen in the image bellow:

The textures of the ground surface and the car's exterior are configured with Mipmap Filter "MipMapNearest". "False color mipmap" is enabled in the Preferences window. False color mapmap visualizes different mipmap levels by different colors in Scene Editor panel as well as in the display view.

<div drawio-diagram="6591"><img src="https://doc316en.candera.eu/uploads/images/drawio/2024-08/drawing-5-1724415505.png" alt=""/></div>

---