Skip to content

Instantly share code, notes, and snippets.

@ksasao
Created February 12, 2019 12:41
Show Gist options
  • Save ksasao/2f7835398efb8cdc0493b81871dc4d4b to your computer and use it in GitHub Desktop.
Save ksasao/2f7835398efb8cdc0493b81871dc4d4b to your computer and use it in GitHub Desktop.
Looking Glass + ASKA3Dプレート
// Assets/HoloPlay/Core/Scripts/Capture.cs
namespace HoloPlay
{
...
public class Capture : MonoBehaviour
{
...
public void RenderView
{
...
view = numViews - 1 - view; // この1行を追加!
HandleOffset(AngleAtView(view, numViews, viewCone), verticalAngle);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment