Publisher
sisilicon
Anaglyph Camera
This plugin adds a new camera that creates a 3D anaglyph effect. For the addon itself, install only the silicon.3d.anaglyph folder. For the whole demo, install everything.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Godot Anaglyph Camera
![]()
This is a simple plugin adds a new Camera called AnaglyphCamera. With it, you can make a 3D anaglyph effect in Godot.
Installation
Whether you downloaded it from GitHub, or from the Godot asset library, you must copy the folder silicon.3d.anaglyph from the addons folder into your project's addons folder. Don't have one? Make one. After that, you must go into your Project Settings and enable the addon there.
Usage
The addon is very to use. Just add a new Camera called AnaglyphCamera to the scene. You use just like an ordinary camera, but it has a few new properties.
Separation: How far apart the camera's "eyes" are. Increasing this strengthens the 3D effect.Convergence: How far the camera's focal point is. This point is where the 3D effect will appear like a regular camera.Greyscale: How much the view should appear black and white.Half Res: Whether the camera should be rendered at half resolution. The anaglyph camera renders the scene twice, so increasing this can improve performance.