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
aef3ce97
Kaydet (Commit)
aef3ce97
authored
Nis 29, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
There is this thing called bool to use for Boolean flags
Change-Id: Ifc25cb29b17e33d19e8f4ccafc653fdb686f2b5a
üst
3fef59ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
GL3DRenderer.hxx
chart2/source/view/inc/GL3DRenderer.hxx
+5
-5
No files found.
chart2/source/view/inc/GL3DRenderer.hxx
Dosyayı görüntüle @
aef3ce97
...
...
@@ -48,7 +48,7 @@ typedef struct MaterialParameters
glm
::
vec4
specular
;
glm
::
vec4
materialColor
;
int
twoSidesLighting
;
bool
twoSidesLighting
;
float
shininess
;
float
pad
;
float
pad1
;
...
...
@@ -73,9 +73,9 @@ typedef struct GlobalLights
typedef
struct
Polygon3DInfo
{
short
lineOnly
;
bool
lineOnly
;
float
lineWidth
;
int
twoSidesLighting
;
bool
twoSidesLighting
;
long
fillStyle
;
glm
::
vec4
polygonColor
;
Vertices3D
*
vertices
;
...
...
@@ -90,9 +90,9 @@ typedef struct Polygon3DInfo
typedef
struct
Extrude3DInfo
{
int
pickingFlg
;
short
lineOnly
;
bool
lineOnly
;
float
lineWidth
;
int
twoSidesLighting
;
bool
twoSidesLighting
;
glm
::
vec4
extrudeColor
;
long
fillStyle
;
float
xRange
[
2
];
...
...
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