␡
- Installing the Tools
- How O3D Works
- The HTML File
- JavaScript File
- Summary
Like this article? We recommend
How O3D Works
How O3D Works
The O3D plug-in is written in C/C++, which means that the hard work of calculating and rendering the 3D scene is done in native code, and is therefore quite fast. Developers control the plug-in through the O3D JavaScript interface. A typical O3D application consists of an HTML page, JavaScript code, and the assets that will be displayed by the application.