Community
Arnold General Rendering Forum
abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

broken henyey greenstein mixing in OSL

0 ANTWORTEN 0
Antworten
Nachricht 1 von 1
Anonymous
319 Aufrufe, 0 Antworten

broken henyey greenstein mixing in OSL

The following shader doesn't work as expected in Arnold 5. There should be both a strong forward and strong backscatter effect, but only the last shader's phase value (g) is used:

volume sample_volume_shader ( output closure color result = 0 )

{

closure color a = volume_henyey_greenstein(0, 1, 0, -0.8);

closure color a = volume_henyey_greenstein(0, 1, 0, 0.8);

result = a + b;

}

Beschriftungen (3)
0 ANTWORTEN 0

Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.

In Foren veröffentlichen  

Autodesk Design & Make Report