Home | History | Annotate | Download | only in referencerenderer

Lines Matching full:positivearea

459 	const bool		positiveArea	= (m_winding == WINDING_CCW) ? (s > 0) : (s < 0);
460 m_face = positiveArea ? FACETYPE_FRONT : FACETYPE_BACK;
462 if (!positiveArea)