在深色背景的rgl输出中显示不良文本

时间:2017-05-11 21:10:18

标签: r opengl rgl htmlwidgets

当我使用包含文字和深色背景的OpenGL输出rgl场景时,文字无法正常显示。

示例代码:

library(rgl); library(htmlwidgets)
open3d()
bg3d(color = "black")
text3d(0, 0, 0, text = "Text", color = "blue")
saveWidget(rglwidget(), "Example.html")

R默认设备中的输出:

Default

HTML小部件的输出(在Google Chrome中显示):

HTML

我该怎么做才能纠正这种行为?

1 个答案:

答案 0 :(得分:3)

您必须设置为static List<String> list = Collections.synchronizedList(new LinkedList<>()); black的{​​{1}}选项。

background

enter image description here