Stereo Panoramic Player

Hi,

to have the 3D plane working as intended, in your Player Pawn add a Plane mesh as child of the Camera component, and rotate it to face the Camera and place it as you like. Remember to set the correct material to the Plane.

To show 3D objects inside the Panoramic Sphere, if you don’t have a surrounding 3D scene, the easier option is to set the property Blend Mode of the Panoramic Director actor to the value Opaque.

If instead you’ve a surrounding 3D scene, then please review again the official instructions:

  • on the Plane component, set the TranslucentSortPriority to 200 (or a greater value);
  • ensure the material assigned to Plane is Translucent.