The
render without displaying element is a command used in special cases to render the scene without displaying on the screen. Main utilization of the command is multiple rendering e.g. when creating shadow effects behind moving objects. First rendering of the scene is usually realized with
clearing of the background. Following rendering proceeds without background clearing, objects overlap original image. Last rendering will proceed with the
wait command, with drawing on the sceen.