使用Three.JS,使用具有相等大小面数的任意数量制作n边几何体的最简单方法是什么?
例如,您可以使用BoxGeometry
和使用OctahedronGeometry的八面体制作立方体,但是它们之间的所有内容呢?
答案 0 :(得分:2)
5个柏拉图式实体可以这样渲染:
2017-05-11 21:47:02.377465: I tensorflow/core/common_runtime/gpu/gpu_device.cc:908] DMA: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
2017-05-11 21:47:02.377490: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 0: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377510: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 1: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377525: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 2: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377538: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 3: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377551: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 4: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377563: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 5: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377575: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 6: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377588: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 7: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377598: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 8: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377611: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 9: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377624: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 10: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377639: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 11: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377653: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 12: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377666: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 13: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377680: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 14: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
2017-05-11 21:47:02.377693: I tensorflow/core/common_runtime/gpu/gpu_device.cc:918] 15: Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
还有这5个类的
2017-05-11 21:47:02.183989: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 0 and 9
2017-05-11 21:47:02.184318: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 0 and 10
2017-05-11 21:47:02.184574: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 0 and 11
2017-05-11 21:47:02.184833: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 0 and 12
2017-05-11 21:47:02.185090: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 0 and 13
2017-05-11 21:47:02.185342: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 0 and 14
2017-05-11 21:47:02.185594: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 0 and 15
2017-05-11 21:47:02.207203: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 1 and 9
2017-05-11 21:47:02.207465: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 1 and 10
2017-05-11 21:47:02.207744: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 1 and 11
2017-05-11 21:47:02.208002: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 1 and 12
2017-05-11 21:47:02.208266: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 1 and 13
2017-05-11 21:47:02.208510: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 1 and 14
2017-05-11 21:47:02.208759: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 1 and 15
2017-05-11 21:47:02.228929: W tensorflow/core/common_runtime/gpu/gpu_device.cc:772] Unable to enable peer access between device ordinals 2 and 9
...
版本。
对于素材,请使用WebDriverWait wait = new WebDriverWait(driver, timoutInSeconds);
List<WebElement> elements =
wait.until(ExpectedConditions.presenceOfAllElementsLocatedBy(by));
以获得最佳效果。
three.js r.85