Privacy
An open-source, flexible 3D physical simulation framework
osg_terrain::VertexData Struct Reference

Public Attributes

float position [3]
 
float normal [3]
 
float tangent [4]
 
float texCoord [2]
 

Detailed Description

Definition at line 40 of file MultiResHeightMapRenderer.cpp.

Member Data Documentation

◆ normal

float osg_terrain::VertexData::normal[3]

Definition at line 42 of file MultiResHeightMapRenderer.cpp.

◆ position

float osg_terrain::VertexData::position[3]

Definition at line 41 of file MultiResHeightMapRenderer.cpp.

◆ tangent

float osg_terrain::VertexData::tangent[4]

Definition at line 43 of file MultiResHeightMapRenderer.cpp.

◆ texCoord

float osg_terrain::VertexData::texCoord[2]

Definition at line 44 of file MultiResHeightMapRenderer.cpp.


The documentation for this struct was generated from the following file: