3d objects in a 2d node?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mellon
:warning: Old Version Published before Godot 3 was released.

Hello, I was wondering if it were possible to have a 3d objects in the background of a 2d platformer. Would I just have to prerender the background stuff?

:bust_in_silhouette: Reply From: avencherus

You’ll want to use the ViewportSprite for that. Then attach it to a functioning Viewport that contains your 3D scene. There is an example in the demos.