Vixen
02b45cc4

VfxBillboardAlignment

enum Core/Vixen.Vfx/VfxRenderer.cs:53
csharp
public enum VfxBillboardAlignment

Which way a billboard faces.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Camera

    Square to the camera. The ordinary case, and what a spark or a puff of smoke wants.

  • Velocity

    Stretched along the particle's own velocity, still facing the camera about that axis. What a spark or a raindrop wants, and it reads as motion rather than as speed.

  • FixedAxis

    Rotating only about a fixed world axis. What a column of smoke or a wall of fire wants — the axis is Axis.

Used by (7)

  • TypeRegistrationVixen.Rendering
  • VfxGeometryBuilderVixen.Vfx
  • VfxGeometryTestsVixen.Vfx.Tests
  • VfxRendererVixen.Vfx
  • VfxRendererRowVixen.Rendering
  • VfxRibbonTestsVixen.Vfx.Tests
  • Vixen_Rendering_Vfx_VfxRendererRowSerializerVixen.Rendering