---
title: SCNParticleOrientationMode.billboardViewAligned
framework: scenekit
role: symbol
role_heading: Case
path: scenekit/scnparticleorientationmode/billboardviewaligned
---

# SCNParticleOrientationMode.billboardViewAligned

Each particle always faces the point of view camera (but may rotate about an axis parallel to the view direction).

## Declaration

```swift
case billboardViewAligned
```

## Discussion

Discussion Use this mode for particle images whose individual appearance depends on a location and orientation in scene space, such as “impostor” images representing trees or clouds in a scene.

## See Also

### Constants

- [SCNParticleOrientationMode.billboardScreenAligned](scenekit/scnparticleorientationmode/billboardscreenaligned.md)
- [SCNParticleOrientationMode.free](scenekit/scnparticleorientationmode/free.md)
- [SCNParticleOrientationMode.billboardYAligned](scenekit/scnparticleorientationmode/billboardyaligned.md)
