MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_aspect()

void MayaFlux::Nexus::Locus::set_aspect ( float  aspect)
inline

Aspect ratio used when integrating the view.

Defaults to 1. Set from the target window's framebuffer dimensions so the projection matches what is on screen.

Definition at line 108 of file Locus.hpp.

108{ m_aspect = aspect; }
float aspect() const
Current aspect ratio.
Definition Locus.hpp:111