Anaglyph Stereo
This example is rendering a stereo image of a flat projection using red-cyan anaglyph color mode. See the Window configuration for other stereo options.
{
"version": 1,
"masteraddress": "localhost",
"nodes": [
{
"address": "localhost",
"port": 20400,
"windows": [
{
"stereo": "anaglyph_red_cyan",
"size": { "x": 1280, "y": 720 },
"viewports": [
{
"projection": {
"type": "PlanarProjection",
"fov": {
"hfov": 80.0,
"vfov": 50.534015846724
},
"orientation": {
"yaw": 45.0,
"pitch": 25.0,
"roll": 0.0
}
}
}
]
}
]
}
],
"users": [
{
"eyeseparation": 0.25,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
}
