Public Member Functions | |
| HRESULT | GetNumUVCoords ([out, retval] RtDWORD *dwNumVertices) |
| HRESULT | SetNumUVCoords ([in] RtDWORD dwNumUVCoords) |
Properties | |
| RtFloat * | u ([in] RtDWORD dwIndex) [get] |
| RtFloat | u ([in] RtDWORD dwIndex) [set] |
| RtFloat * | v ([in] RtDWORD dwIndex) [get] |
| RtFloat | v ([in] RtDWORD dwIndex) [set] |
| HRESULT IRdUVSecCoordStream::GetNumUVCoords | ( | [out, retval] RtDWORD * | dwNumVertices | ) |
Get number of UV coordinates.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdUVSecCoordStream::SetNumUVCoords | ( | [in] RtDWORD | dwNumUVCoords | ) |
Set number of UV coordinates.
| dwNumUVCoords | [in] Value to set for number of UV coords. |
RtFloat* IRdUVSecCoordStream::u([in] RtDWORD dwIndex) [get] |
Get U texture coordinate of i-th item.
| dwIndex | [in] Index item. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdUVSecCoordStream::u([in] RtDWORD dwIndex) [set] |
Set U texture coordinate of i-th item.
| dwIndex | [in] Index item. | |
| newVal | [in] U-texture coordinate to set. |
RtFloat* IRdUVSecCoordStream::v([in] RtDWORD dwIndex) [get] |
Get V texture coordinate of i-th item.
| dwIndex | [in] Index item. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdUVSecCoordStream::v([in] RtDWORD dwIndex) [set] |
Set V texture coordinate of i-th item.
| dwIndex | [in] Index item. | |
| newVal[in] | V-texture coordinate to set. |
1.5.5