Created
February 12, 2019 12:41
-
-
Save ksasao/2f7835398efb8cdc0493b81871dc4d4b to your computer and use it in GitHub Desktop.
Looking Glass + ASKA3Dプレート
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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