Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
832f44c8
Kaydet (Commit)
832f44c8
authored
May 09, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove these unnecessary typedefs
Change-Id: Iae2dc2d9bcc40bf7b45cd319a8be46b040d9ec23
üst
21130eae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
GL3DRenderer.hxx
chart2/source/view/inc/GL3DRenderer.hxx
+10
-10
No files found.
chart2/source/view/inc/GL3DRenderer.hxx
Dosyayı görüntüle @
832f44c8
...
...
@@ -111,24 +111,24 @@ typedef struct Extrude3DInfo
}
Extrude3DInfo
;
typedef
struct
CameraInfo
struct
CameraInfo
{
bool
useDefault
;
glm
::
vec3
cameraPos
;
glm
::
vec3
cameraOrg
;
glm
::
vec3
cameraUp
;
}
CameraInfo
;
};
typedef
struct
CoordinateAxisInfo
struct
CoordinateAxisInfo
{
int
pickingFlg
;
int
reverse
;
glm
::
vec4
color
;
PosVecf3
trans
;
PosVecf3
scale
;
}
CoordinateAxisInfo
;
};
typedef
struct
RoundBarMesh
struct
RoundBarMesh
{
float
topThreshold
;
float
bottomThreshold
;
...
...
@@ -136,7 +136,7 @@ typedef struct RoundBarMesh
int
iMeshSizes
;
int
iElementStartIndices
[
5
];
int
iElementSizes
[
5
];
}
RoundBarMesh
;
};
struct
PackedVertex
{
glm
::
vec3
position
;
...
...
@@ -146,14 +146,14 @@ struct PackedVertex{
};
};
typedef
struct
TextInfo
struct
TextInfo
{
GLuint
texture
;
float
vertex
[
12
];
}
TextInfo
;
};
typedef
struct
SceneBox
struct
SceneBox
{
float
maxXCoord
;
float
minXCoord
;
...
...
@@ -161,7 +161,7 @@ typedef struct SceneBox
float
minYCoord
;
float
maxZCoord
;
float
minZCoord
;
}
SceneBox
;
};
class
OpenGL3DRenderer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment