OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::Vertex3D Struct Reference

3D 図形の基本頂点データ More...

#include <Vertex3D.hpp>

Public Types

using IndexType = uint32
 

Public Attributes

Float3 pos
 
Float3 normal
 
Float2 tex
 

Detailed Description

3D 図形の基本頂点データ

Member Typedef Documentation

◆ IndexType

Member Data Documentation

◆ normal

Float3 s3d::Vertex3D::normal

◆ pos

Float3 s3d::Vertex3D::pos

◆ tex

Float2 s3d::Vertex3D::tex

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