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
7a0069b2
Kaydet (Commit)
7a0069b2
authored
May 23, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#1213562 Uninitialized scalar field
Change-Id: Ieec390aa1af1af53f375d707b920382f7a994fc1
üst
2bc74417
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
GL3DRenderer.cxx
chart2/source/view/main/GL3DRenderer.cxx
+19
-1
No files found.
chart2/source/view/main/GL3DRenderer.cxx
Dosyayı görüntüle @
7a0069b2
...
@@ -72,9 +72,27 @@ glm::vec4 getColorAsVector(sal_uInt32 nColor)
...
@@ -72,9 +72,27 @@ glm::vec4 getColorAsVector(sal_uInt32 nColor)
}
}
OpenGL3DRenderer
::
OpenGL3DRenderer
()
:
OpenGL3DRenderer
::
OpenGL3DRenderer
()
:
m_fViewAngle
(
30.0
f
)
m_iWidth
(
0
)
,
m_iHeight
(
0
)
,
m_3DUBOBuffer
(
0
)
,
m_3DActualSizeLight
(
0
)
,
m_NormalBuffer
(
0
)
,
m_VertexBuffer
(
0
)
,
m_CubeVertexBuf
(
0
)
,
m_CubeElementBuf
(
0
)
,
m_CubeNormalBuf
(
0
)
,
m_BoundBox
(
0
)
,
m_BoundBoxNormal
(
0
)
,
m_TextTexCoordBuf
(
0
)
,
m_RoundBarMesh
()
,
m_RenderVertexBuf
(
0
)
,
m_RenderTexCoordBuf
(
0
)
,
m_fViewAngle
(
30.0
f
)
,
m_fHeightWeight
(
1.0
f
)
,
m_fHeightWeight
(
1.0
f
)
,
mbPickingMode
(
false
)
,
mbPickingMode
(
false
)
,
mnPickingFbo
(
0
)
,
mnPickingRboDepth
(
0
)
,
mnPickingRboColor
(
0
)
{
{
m_Polygon3DInfo
.
lineOnly
=
false
;
m_Polygon3DInfo
.
lineOnly
=
false
;
m_Polygon3DInfo
.
twoSidesLighting
=
false
;
m_Polygon3DInfo
.
twoSidesLighting
=
false
;
...
...
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