• R/O
  • SSH

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版5faa0aff20f783a118e1a30afeac92fe631faf62 (tree)
时间2022-03-14 17:45:58
作者Lorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

I re-enabled the light and material options.

更改概述

差异

diff -r ddbb08be1a49 -r 5faa0aff20f7 R-codes/rgl-shiny_plot_real_aggregate.R
--- a/R-codes/rgl-shiny_plot_real_aggregate.R Sun Mar 13 20:16:44 2022 +0100
+++ b/R-codes/rgl-shiny_plot_real_aggregate.R Mon Mar 14 09:45:58 2022 +0100
@@ -129,9 +129,9 @@
129129 par3d(skipRedraw=TRUE)
130130
131131 material3d(ambient = "black", specular = "grey60", emission = "black", shininess = 30.0)
132-## clear3d(type = "lights")
133-## light3d(theta = -30, phi = 60, viewpoint.rel = TRUE, ambient = "#FFFFFF", diffuse = "#FFFFFF", specular = "#FFFFFF", x = NULL, y = NULL, z = NULL)
134-## light3d(theta = -0, phi = 0, viewpoint.rel = TRUE, diffuse = "gray20", specular = "gray25", ambient = "gray80", x = NULL, y = NULL, z = NULL)
132+clear3d(type = "lights")
133+light3d(theta = -30, phi = 60, viewpoint.rel = TRUE, ambient = "#FFFFFF", diffuse = "#FFFFFF", specular = "#FFFFFF", x = NULL, y = NULL, z = NULL)
134+light3d(theta = -0, phi = 0, viewpoint.rel = TRUE, diffuse = "gray20", specular = "gray25", ambient = "gray80", x = NULL, y = NULL, z = NULL)
135135
136136
137137 ## agg %>%