Skip to main content

RenderingServer

Inherits: Object

Description

Server for anything visible. The rendering server is the API backend for everything visible. The whole scene system mounts on it to display.

Methods

camera_create

Creates a 3D camera and adds it to the RenderingServer. Returns the RID.

viewport_create

Creates a viewport and returns the assigned RID.

canvas_create

Creates a canvas and returns the assigned RID.

mesh_create

Creates a mesh and returns its RID.

Example Usage