[][src]Module amethyst_rendy::light

Light sources.

TODO: Remove redundant padding once #[repr(align(...))] stabilizes.

Structs

DirectionalLight

A directional light source.

LightPrefab

Prefab for lighting

PointLight

A point light source. Uses the Transform set of components for positioning.

SpotLight

A spot light source.

SunLight

A realistic disk-shaped sun light source.

Enums

Light

A light source.