17INLINE PerspectiveLens::
24INLINE PerspectiveLens::
25PerspectiveLens(PN_stdfloat hfov, PN_stdfloat vfov) {
26 Lens::CDWriter lens_cdata(Lens::_cycler,
true);
27 lens_cdata->_fov.set(hfov, vfov);
33INLINE PerspectiveLens::
40INLINE
void PerspectiveLens::
42 Lens::operator = (copy);
A base class for any number of different kinds of lenses, linear and otherwise.
A perspective-type lens: a normal camera.