/
class Geo IdxLink
This is the documentation for Enlighten.
class Geo IdxLink
class Geo::IdxLink
A link between two vertices.
Just a pair of indices. The order is unimportant
Variables
Name | Description |
---|---|
Geo::s32 m_Idx0 | Index. Negative numbers are invalid. |
Geo::s32 m_Idx1 | Index. Negative numbers are invalid. |
Functions
Name | Description |
---|---|
MakeIdxLink(Geo::s32, Geo::s32) | Convenience function to make an IdxLink from two s32s. |
static IdxLink Geo::IdxLink::MakeIdxLink
public: IdxLink MakeIdxLink
(
Geo::s32 a,
Geo::s32 b
)
Convenience function to make an IdxLink from two s32s.
, multiple selections available,
Related content
Mesh projection
Mesh projection
More like this
ZLib
More like this
Level properties
Level properties
More like this
Lightmap UVs
Lightmap UVs
More like this
How Enlighten works
How Enlighten works
More like this
Lightmap UV charts
Lightmap UV charts
More like this