# frontTriangleCounterClockwise

> Whether to flip the way triangles face in this ray tracing instance.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Rendering](/engine/6000.7/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public bool frontTriangleCounterClockwise { readonly get; set; }
```

### Remarks

Set this value to `true` to have front-facing triangles become back-facing, and vice versa.
