SLProject  4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
VertexData Struct Reference

Public Attributes

float positionX
 
float positionY
 
float positionZ
 
float normalX
 
float normalY
 
float normalZ
 
float uvX
 
float uvY
 

Detailed Description

Definition at line 102 of file AppDemoWebGPU.cpp.

Member Data Documentation

◆ normalX

float VertexData::normalX

Definition at line 107 of file AppDemoWebGPU.cpp.

◆ normalY

float VertexData::normalY

Definition at line 108 of file AppDemoWebGPU.cpp.

◆ normalZ

float VertexData::normalZ

Definition at line 109 of file AppDemoWebGPU.cpp.

◆ positionX

float VertexData::positionX

Definition at line 104 of file AppDemoWebGPU.cpp.

◆ positionY

float VertexData::positionY

Definition at line 105 of file AppDemoWebGPU.cpp.

◆ positionZ

float VertexData::positionZ

Definition at line 106 of file AppDemoWebGPU.cpp.

◆ uvX

float VertexData::uvX

Definition at line 110 of file AppDemoWebGPU.cpp.

◆ uvY

float VertexData::uvY

Definition at line 111 of file AppDemoWebGPU.cpp.


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