Skip to content

Instantly share code, notes, and snippets.

@aferriss
Last active February 6, 2019 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aferriss/0bcaf50695662a8178d354082aee3ccd to your computer and use it in GitHub Desktop.
Save aferriss/0bcaf50695662a8178d354082aee3ccd to your computer and use it in GitHub Desktop.
Env anchor struct
typedef struct {
ofVec3f position;
ofMatrix4x4 transform;
NSUUID * uuid;
AREnvironmentProbeAnchor * rawAnchor;
vector<ofTexture> environmentTextures;
// All corevideo objs cause crash
// vector<CVOpenGLESTextureRef> openglTextures;
}EnvironmentAnchorObject;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment