AutoLOD Impostors: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
== What is an impostor == | == What is an impostor == | ||
An impostor or imposter is a billboard whose material displays a picture of a 3D object. Depending of the view angle, a different picture of the object will be displayed, to fake a 3D effect. Several pictures from several angles are baked into an atlas texture to access them quickly. | An impostor or imposter is a billboard whose material displays a picture of a 3D object. Depending of the view angle, a different picture of the object will be displayed, to fake a 3D effect. Several pictures from several angles are baked into an atlas texture to access them quickly. | ||
[[File: | [[File:Screenshot1.png|frame|The AutoLOD Impostors editor window.]] | ||
== How to use == | == How to use == |
Revision as of 23:05, 14 June 2022
Setup
The whole package is contained in the AutoLOD folder resulting from the import. You can move it wherever you want, but it is recommended to keep the same folder structure. If you already own AutoLOD, the same folder will be used without any issue.
What is an impostor
An impostor or imposter is a billboard whose material displays a picture of a 3D object. Depending of the view angle, a different picture of the object will be displayed, to fake a 3D effect. Several pictures from several angles are baked into an atlas texture to access them quickly.
How to use
Basics
AutoLOD Impostors
consists in an editor window. You can open it via Window->AutoLOD->Impostors
.
Drag & drop the object to be processed into the ”Target” field. Please note that a MeshFilter is required otherwise the object cannot be added.
Click on the Generate Impostor
button and wait a few seconds. Unity will temporarily open another scene and enter/quit play mode, just let it do it, don't try to stop the process.
When you get back in the scene, your object should now have a LODGroup attached, and the impostor should be instantiated as its children. Try to zoom out to see the LOD transition between the original object and its impostor.
Advanced
- The provided scene
BakingScene-Default
is automatically loaded in the Baking Scene object field. Note that you can use your own scene, the only constraints are the presence of an object named "Target" and a main Camera. The provided scene is the recommanded one for high-fidelity results, but you can modify the lighting settings or add objects in the scene to achieve some interesting result. It's up to your imagination! - You can change the generated atlas size with the
Texture Size
popup. The estimated size below gives an idea of the full impostor (Albedo atlas + Normals atlas + Billboard) size on the disk after DXT1/DXT5 compression. - The atlas is baked following a sphere vertices coordinates. Currently, two types of sphere are available.
- UV sphere: The default choice. The UV sphere is based on a constant number of longitude and latitude samples. The coverage is denser at the poles.
- Pseudo-Fibonacci sphere: at an experimental stage. Provides a homogeneous coverage. Not compatible with latitude smoothing in the impostor shader.
- UV sphere: The default choice. The UV sphere is based on a constant number of longitude and latitude samples. The coverage is denser at the poles.
- The Optimization info panel is some read-only information to help understanding the coverage and the atlas layout.
- The LOD Group Settings panel contains the settings of the upcoming LODGroup. If you don't want to setup any LODGroup and just bake an impostor, you can uncheck the panel toggle.
- Impostors baked as prefab only. You have to enter a valid output path (i.e. child from the Assets/ folder). A preview text will display the full path of the upcoming impostor.
Post baking improvements
If you select the impostor object in the hierarchy, you will see that the shader has a few parameters to improve the fidelity.
- The Brightness slider can increase/decrease the albedo power.
- The Smoothness/Metallic/Occlusion sliders work the same way than the default diffuse material.
- The Cutout slider can increase/decrease the sharpness of the alpha clipping geometry.
- The Smooth toggle turns On/Off impostor bilinear interpolation smoothing.
- The Azimut/Elevation offset sliders is the way to virtually rotate the object.