#include <WHeightMapEdit.h>
Public Member Functions | |
| CProcessNode (Int x, Int y) | |
| ~CProcessNode (void) | |
Public Attributes | |
| const Int | m_x |
| const Int | m_y |
| Real | m_len |
| Length of texture coord on this node. | |
| CProcessNode * | m_next |
Definition at line 34 of file WHeightMapEdit.h.
Definition at line 41 of file WHeightMapEdit.h.
|
inline |
Definition at line 42 of file WHeightMapEdit.h.
| Real CProcessNode::m_len |
Length of texture coord on this node.
Definition at line 38 of file WHeightMapEdit.h.
| CProcessNode* CProcessNode::m_next |
Definition at line 39 of file WHeightMapEdit.h.
| const Int CProcessNode::m_x |
Definition at line 37 of file WHeightMapEdit.h.
| const Int CProcessNode::m_y |
Definition at line 37 of file WHeightMapEdit.h.