1
[Max] Feature Requests / Re: The most wanted feature?
« on: 2022-08-05, 11:04:18 »If you don't mind I'd like to ask an under-the-hood question...
not at all ;)
In instances like this, where Corona is adopting a v-ray feature (enmesh is another example, improved sky is another but from Corona->Vray) is the code re-written entirely? Or is it somehow copied across?
Could be 0 - 100% depending on feature.
Enmesh/Pattern was developed pretty much independently because of what the feature is - the major part of the feature is the infrastructure connecting it to the renderer. The pattern itself is relatively simple render-time instancing, but connecting it with everything else is tricky. No code reuse was possible here. Also the Corona version was finished at the same time as VRay, not after.
In case of clouds the major part of the feature was easy to adopt, so using VRay code here helped massively.
I guess what I'm asking is; will the procedural clouds in Corona be different than the v-ray procedural clouds? Do you guys make an effort to copy the features + usage completely or do you try to distinguish it from the vray features?
When adopting, the second team has the benefit of seeing what worked out and what did not, and adjusting it accordingly. Like with any other product - the second iteration is usually more polished.
Independent of this, there are always adjustments based on the individual product philosphies. In case of Corona, we ask how we can make it streamlined and easy to use. V-Ray team usually has to add more knobs for some specific edge case workflows requested