CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
ConvexPolygonMesh.hpp
Go to the documentation of this file.
1//
2// CeresEngine - A game development framework
3//
4// Created by Rogiel Sulzbach.
5// Copyright (c) 2018-2022 Rogiel Sulzbach. All rights reserved.
6//
7
8#pragma once
9
10#include "MeshVertex.hpp"
11#include "Triangle.hpp"
13
15
17
88
89} // namespace CeresEngine::MeshGenerator
int mSegmentIndex
Definition ConvexPolygonMesh.hpp:32
const ConvexPolygonMesh * mMesh
Definition ConvexPolygonMesh.hpp:30
bool mOdd
Definition ConvexPolygonMesh.hpp:31
int mRingIndex
Definition ConvexPolygonMesh.hpp:34
int mSideIndex
Definition ConvexPolygonMesh.hpp:33
A polygonal disk with arbitrary number of corners.
Definition ConvexPolygonMesh.hpp:21
Vector3 mBitangent
Definition ConvexPolygonMesh.hpp:65
Vector3 mNormal
Definition ConvexPolygonMesh.hpp:63
Vector< Vector3 > mVertices
Definition ConvexPolygonMesh.hpp:59
int mRings
Definition ConvexPolygonMesh.hpp:61
Vector3 mTangent
Definition ConvexPolygonMesh.hpp:64
int mSegments
Definition ConvexPolygonMesh.hpp:60
Vector3 mCenter
Definition ConvexPolygonMesh.hpp:62
Vector2 mTexDelta
Definition ConvexPolygonMesh.hpp:66
Definition MeshVertex.hpp:14
Definition Triangle.hpp:14
Definition AnyGenerator.hpp:12
std::vector< T, ScopedAllocatorAdaptor< StdAllocator< T, RawAllocator > > > Vector
Vector is a sequence container that encapsulates dynamic size arrays.
Definition Vector.hpp:17
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25