TWO_PASSES_TWO_SIDES constant

int const TWO_PASSES_TWO_SIDES

the transparent object is drawn twice in the color buffer, first with back faces only, then with front faces; the culling mode is ignored. Can be combined with two-sided lighting

Implementation

static const TWO_PASSES_TWO_SIDES = 2;