This is the documentation for Enlighten.
Convenience value type for a half precision lighting value.
This is simply a container that compresses from and uncompresses to v128 values
| Name | Description |
|---|---|
| LightValue64(const Geo::v128 &) | Construct a compressed LightValue64 object from a v128. |
| operator Geo::v128() | Uncompress the LightValue64 object to a v128 value. |
public: GEO_FORCE_INLINE LightValue64
(
const Geo::v128 & value
)
Construct a compressed LightValue64 object from a v128.
public: GEO_FORCE_INLINE operator Geo::v128() const
Uncompress the LightValue64 object to a v128 value.