Should I use meshes or proxies with Forest in V-Ray ?
Internally all Forest objects are converted to native instances of V-Ray, so there is no performance loss using meshes instead proxies.
Here is a brief list about pros and cons between meshes / proxies:
Meshes
- The geometry is loaded in memory while all rendering time (only a copy by tree model). This takes more space in the max scene, although you can fix it using XRefs.
- Any geometric object can be used as source, including parametric and animated objects (Onyx, GrowFX or other Forest object).
- The animation samples are generated on the fly, allowing to create endless animations, but this may be slow depending on the type of object.
- Some Forest features as Tint by Element only can be used with objects
Proxies
- The geometry is loaded/unloaded from disk dynamically, only when it is required by the current rendering bucket. This optimizes the use of the memory, but usually is slower.
- The proxies don't take space on the scene, but they must be created manually before rendering. Also, you must take care to make them visible to all render nodes.
- You can store the animation on the proxy file. It is much faster to load the samples from disk, than generate them at each frame.
tip
We suggest to use proxies only if the system is low in RAM. But since each scene is different, always is good to test both methods for a specific configuration, specially when creating huge scenes.
📄️ What are the suggested settings to use billboards in my scenes ?
It depends on the renderer. These are some tips:
📄️ What are the recommended settings to use high-poly 3D trees and render complex scenes with Forest Pack ?
Forest Pack includes native geometric shaders for the renderers listed below, making it possible to render scenes with millions of high poly trees, meshes and proxies:
📄️ Rendering artifacts in Mental Ray
Problem
📄️ As soon as I use Forest Pack with Civil View elements, Mental Ray Max crashes, what is the problem ?
Problem