First page Back Continue Last page Graphics
Rendering Engines
Before we begin, we need to use a fast rendering engine
- set using the size() command:
- size( width, height, MODE)
- MODE sets the rendering engine
- JAVA2D : default, high quality but not the fastest
- P2D : not implemented yet
- P3D : 3D renderer for the web, faster then JAVA2D
- OPENGL : 3D renderer