Hi,
I'm using them alot because it enables me to work with big CAD models without bothering too much about the polycount.
And I think I kind of understand what they are doing but I'm not sure and the information the docs provide doesn't seem to answer my questions.
Lets first try to explain my probably wrong understanding of it:
The vrmesh will split the model into multiple parts (Faces in voxel parameter) and is then able to load them independently if needed.
So it will load all chunks of geometry it needs into the ram and start the rendering. It can even unload and load parts while rendering if the ram is full. Which will slow down the render but at least it renders.
This isn't the case when the Optimize for instancing checkbox is checked. This checkbox means there will only be one chunk of geometry in the file so vray has to load it entirely.
That way we can prevent vray from loading/unloading this mesh on the fly.
The advantage of this is: when the mesh is used excessively i.e instancing grass leaves or trees in a forest scene vray has everything it needs in the ram.
Having that in mind I come to the conclusion: If you need to instance something very often which has NOT 100th of millions of polys the optimize for instancing option would be the way to go.
If you have a big mesh with tons of polys on the other hand it would probably be better to turn this off so vray can use the chunks to save ram.
So here are the questions:
1: Is this how it works?
2: Is my conclusion right?
3: Do you recommend to change the faces in voxel parameter? For example: to raise it in order to force vray to use more ram and do less load/unloading.
4: If I load the mesh and set it to show whole mesh, will I still have the same behaviour i.e. load/unload geo. on the fly or will it behave like standard max geometry?
5: If I set show whole mesh AND use modifiers above I will most likely lose all advantages and basically get normal geometry.(?)
6: Does this apply to all modifiers or just the ones which are like edit poly/ unwarp uvw skin and so on. Or also the ones which work with dynamically changing geometry like material, push, uvw map and so on?
7: Does all of this also apply for vray gpu?
I'm asking this because I have a big scene with 200m+ polys, all in vray meshes. And it doesn't want to render.
Smaller instanced geometry was exported with "optimize for instancing" enabled. And I exported the bigger meshes with optimize for instancing disabled.
I'll render the scene on cpu anyway but I would have expected a very slow render because of all the loading and unloading but not that it completely refuses to render. (3.6 btw)
I'm using them alot because it enables me to work with big CAD models without bothering too much about the polycount.
And I think I kind of understand what they are doing but I'm not sure and the information the docs provide doesn't seem to answer my questions.
Lets first try to explain my probably wrong understanding of it:
The vrmesh will split the model into multiple parts (Faces in voxel parameter) and is then able to load them independently if needed.
So it will load all chunks of geometry it needs into the ram and start the rendering. It can even unload and load parts while rendering if the ram is full. Which will slow down the render but at least it renders.
This isn't the case when the Optimize for instancing checkbox is checked. This checkbox means there will only be one chunk of geometry in the file so vray has to load it entirely.
That way we can prevent vray from loading/unloading this mesh on the fly.
The advantage of this is: when the mesh is used excessively i.e instancing grass leaves or trees in a forest scene vray has everything it needs in the ram.
Having that in mind I come to the conclusion: If you need to instance something very often which has NOT 100th of millions of polys the optimize for instancing option would be the way to go.
If you have a big mesh with tons of polys on the other hand it would probably be better to turn this off so vray can use the chunks to save ram.
So here are the questions:
1: Is this how it works?
2: Is my conclusion right?
3: Do you recommend to change the faces in voxel parameter? For example: to raise it in order to force vray to use more ram and do less load/unloading.
4: If I load the mesh and set it to show whole mesh, will I still have the same behaviour i.e. load/unload geo. on the fly or will it behave like standard max geometry?
5: If I set show whole mesh AND use modifiers above I will most likely lose all advantages and basically get normal geometry.(?)
6: Does this apply to all modifiers or just the ones which are like edit poly/ unwarp uvw skin and so on. Or also the ones which work with dynamically changing geometry like material, push, uvw map and so on?
7: Does all of this also apply for vray gpu?
I'm asking this because I have a big scene with 200m+ polys, all in vray meshes. And it doesn't want to render.
Smaller instanced geometry was exported with "optimize for instancing" enabled. And I exported the bigger meshes with optimize for instancing disabled.
I'll render the scene on cpu anyway but I would have expected a very slow render because of all the loading and unloading but not that it completely refuses to render. (3.6 btw)
Comment