我使用新版本的 webbots R2019a。第一步它工作正常,但是当我重新加载世界时问题仍然存在;世界的界面变成白色。
我的操作系统是 win 10,我的显卡:AMD Radeon HD 8750M。
感谢您的帮助。
您的显卡可能存在兼容性问题。您能否确保您的 GPU 驱动程序是最新的。
如果这仍然不能解决问题,请尝试减少渲染功能,从首选项(https://www.cyberbotics.com/doc/guide/preferences#opengl),请设置:
如果还是不行,请您尝试打开以下世界,如果您能顺利看到立方体,请告诉我们。
#VRML_SIM R2019a utf8
WorldInfo {
}
Viewpoint {
orientation -0.0034935228130107566 -0.95271917787165 -0.303832130318573 2.300369110947556
position -0.5345391199802001 0.34023173996490996 -0.3828381341796683
}
Background {
skyColor [
0.15 0.45 1
]
}
DirectionalLight {
direction 0.5 -1 0.5
}
Shape {
appearance Appearance {
material Material {
}
texture ImageTexture {
url [
"textures/tagged_wall.jpg"
]
}
}
geometry Box {
size 0.1 0.1 0.1
}
}
感谢您的帮助,通过更新我的显卡驱动程序解决了问题。现在它工作正常。