Scripting Guide > Three-Dimensional Scenes > Improve the Display of Graphics
发布日期: 11/15/2021

Improve the Display of Graphics

Hardware acceleration determines how fast and smoothly graphics are drawn. On Windows, hardware acceleration is turned off by default.

Note: JMP uses OpenGL 1.1 to perform 3-D rendering.

If you need OpenGL and have the hardware support, turn on hardware acceleration in one of the following ways:

Right-click the graph and select Use Hardware Acceleration.

Send the Use Hardware Acceleration(1) message to the scene box.

In your script, set the global variable Scene3DHardwareAcceleration = 1; If you want hardware acceleration to be the default across runs of JMP, add it to your jmpStartAdmin.jsl file. Because it is a global variable, it will remain in effect until changed.

需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).