Skip to content

Instantly share code, notes, and snippets.

@bfgeek
Last active January 11, 2017 18:52
Show Gist options
  • Select an option

  • Save bfgeek/08e663c900bf6a0704931b04700272f0 to your computer and use it in GitHub Desktop.

Select an option

Save bfgeek/08e663c900bf6a0704931b04700272f0 to your computer and use it in GitHub Desktop.
interface VRAnchor {
readonly attribute VRCoordinateSystem coordinateSystem;
};
[Constructor(VRDisplay)]
interface VRStageAnchor : VRAnchor {
readonly attribute float sizeX;
readonly attribute float sizeY;
};
[Constructor(VRDisplay)]
interface VRStationaryAnchor : VRAnchor {
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment