The SEDRIS Data Representation Model
APPENDIX A - Classes Lobe Data |
---|
An instance of this DRM class describes a cone or a pyramid shape of a light source or directional light in terms of direction vectors for the central axis (light direction), the vertical axis, and horizontal and vertical angular widths.
See examples in: <Spot Light>, <Blend Directional Light>, <Cone Directional Light>, and <Pyramid Directional Light>.
The horizontal direction is always perpendicular to the plane of the two <Reference Vectors> of type SE_REF_VEC_TYP_LIGHT_DIRECTION and SE_REF_VEC_TYP_VERTICAL_AXIS.
SE_Long_Float | horizontal_width; | (notes) |
---|---|---|
SE_Long_Float | vertical_width; | (notes) |
These are the lobe cross section axes. One component <Reference Vector> specifies the lobe axis direction with vector_type = SE_REF_VEC_TYP_LIGHT_DIRECTION. The other component <Reference Vector> specifies the vertical axis direction with vector_type = SE_REF_VEC_TYP_VERTICAL_AXIS.
This defines the horizontal lobe width, measured in degrees, between 0 and 360 inclusive. This is measured perpendicular to the SE_REF_VEC_TYP_VERTICAL_AXIS <Reference Vector> component.
This defines the vertical lobe width, measured in degrees, between 0 and 360 inclusive. This is measured parallel to the SE_REF_VEC_TYP_VERTICAL_AXIS <Reference Vector> component.
|