3D Item preview inside inventory

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By paoloforti96

Hi everyone.

I wanted to ask if it is possible, and how to draw a 3D asset inside of my inventory(inventory slots), whose root node is a Control node.
I noticed that inside the engine, something similar is already present. I thought it was done using viewports, but when I try to use viewports the asset is pixelated, and not like you are in an actual 3D view.

This is an example of what I would like to be able to achieve.

enter image description here

Here the model is not pixelated.

Does anyone know how to replicate such a result?

Thanks in advance to anyone that will try to help.

:bust_in_silhouette: Reply From: paoloforti96

I figured out why I was seeing it very pixelated. I was working on a too low scale.

Rendering the asset with a viewport is the solution. The only problem was to set the parameters and scale so that it looks good enough in the actual rendered view.

You can enable MSAA on the Viewport to make the rendering less pixelated too.

Calinou | 2020-07-29 13:19