mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 05:49:19 +02:00
Format source code using clang-format
This commit is contained in:
7
Geom.h
7
Geom.h
@@ -10,12 +10,12 @@ struct TGeomVertex
|
||||
{
|
||||
vector3 Point;
|
||||
vector3 Normal;
|
||||
double tu,tv;
|
||||
double tu, tv;
|
||||
};
|
||||
|
||||
class TGeometry
|
||||
{
|
||||
private:
|
||||
private:
|
||||
GLuint iType;
|
||||
union
|
||||
{
|
||||
@@ -26,7 +26,8 @@ private:
|
||||
TMaterialColor Ambient;
|
||||
TMaterialColor Diffuse;
|
||||
TMaterialColor Specular;
|
||||
public:
|
||||
|
||||
public:
|
||||
__fastcall TGeometry();
|
||||
__fastcall ~TGeometry();
|
||||
bool __fastcall Init();
|
||||
|
||||
Reference in New Issue
Block a user