Anzahl der Beiträge : 90 Anmeldedatum : 20.08.09 Ort : Groningen (NL)
Thema: Transparent groups & sorting Do 21 Jan - 11:24
Bit of a detail question here Say I want to create an object like a busstop shelter, having multiple glass panes. Should I merge all the transparent surfaces into one single group, or leave them as separate groups so they can be depth-sorted for the correct render-order?
Marcel Kuhnt Admin
Anzahl der Beiträge : 3364 Anmeldedatum : 26.04.09 Alter : 40 Ort : Berlin-Spandau
Thema: Re: Transparent groups & sorting Do 21 Jan - 13:58
The problem is: until now, the render order won't be pre-calculated. So you should split your object in one "interior" and one "exterior" Part. Usually, if you render first the interior and than the exterior part, it should be look well in each direction!
Cas
Anzahl der Beiträge : 90 Anmeldedatum : 20.08.09 Ort : Groningen (NL)
Thema: Re: Transparent groups & sorting Do 21 Jan - 15:26
Marcel Kuhnt schrieb:
The problem is: until now, the render order won't be pre-calculated. So you should split your object in one "interior" and one "exterior" Part. Usually, if you render first the interior and than the exterior part, it should be look well in each direction!
Ah yes, that should be an adequate solution for most transparent objects
If I recall correctly the transparent groups are defined in an external descriptor file; the order of groups in this file will then define the render order?
Marcel Kuhnt Admin
Anzahl der Beiträge : 3364 Anmeldedatum : 26.04.09 Alter : 40 Ort : Berlin-Spandau
Thema: Re: Transparent groups & sorting Do 21 Jan - 18:10
Hmmm... in the description file are no groups - just files. But you can export two x/o3d-Files from blender (one interior, one exterior) and add them both in correct order to the description file. The order of the x-file/o3d-file calls in the object description file will be the render order!
Cas
Anzahl der Beiträge : 90 Anmeldedatum : 20.08.09 Ort : Groningen (NL)
Thema: Re: Transparent groups & sorting Fr 22 Jan - 12:37
Thanks for your answers!
So the meshes in the description file will appear as one object in the Streckeneditor ?
Marcel Kuhnt Admin
Anzahl der Beiträge : 3364 Anmeldedatum : 26.04.09 Alter : 40 Ort : Berlin-Spandau
Thema: Re: Transparent groups & sorting Fr 22 Jan - 20:14
Exactly! One Object = a group of at least one or very many different x files!