# Lib.render.basic ## Operators - [**DrawScreenQuad**](DrawScreenQuad.md) — Renders a rectangle that is locked to the camera view and automatically adjusts to the right image aspect ratio. - [**DrawScreenQuadAdvanced**](DrawScreenQuadAdvanced.md) — Just like DrawScreecQuad but with Depth and Normal buffer support for special FX. - [**DustParticles**](DustParticles.md) — Creates a volume around the camera in which points that behave like dust or snow are spawned and repeated / wrapped infinitely. - [**FadingSlideShow**](FadingSlideShow.md) — Blends smoothly between image files read from a directory. - [**Layer2d**](Layer2d.md) — Creates a 2D plane in 3D space onto which the incoming image is rendered. - [**ShadowPlane**](ShadowPlane.md) — Creates a Plane that is transparent except for a realtime rendered Shadowmap. - [**Text**](Text.md) — Creates flat 2D Text as an Object in 3D Space from bitmap fonts. - [**TextOutlines**](TextOutlines.md) — Creates outlined text to use in combination with [Text] --- *Auto-generated from the operator library.*