Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我读到 Java FX 具有硬件加速 3D 支持。我的显卡是 Intel 945G,具有 DirectX 加速、DirectDraw 加速、AGP 纹理加速和 Open GL 功能。
但仍然..System.out.println(Platform.isSupported(ConditionalFeature.SCENE3D));给我假。X 轴和 Y 轴旋转也不起作用。
System.out.println(Platform.isSupported(ConditionalFeature.SCENE3D));
有什么办法让它工作吗?那么基于软件的解决方案呢?