Exemplo n.º 1
0
 public UnityARCamera(UnityARMatrix4x4 wt, UnityARMatrix4x4 pm, ARTrackingState ats, ARTrackingStateReason atsr, UnityVideoParams uvp, UnityARLightEstimate lightEst, Vector3[] pointCloud)
 {
     worldTransform   = wt;
     projectionMatrix = pm;
     trackingState    = ats;
     trackingReason   = atsr;
     videoParams      = uvp;
     lightEstimation  = lightEst;
     pointCloudData   = pointCloud;
 }
Exemplo n.º 2
0
 public UnityARLightData(LightDataType ldt, UnityARLightEstimate ule, UnityARDirectionalLightEstimate udle)
 {
     arLightingType            = ldt;
     arLightEstimate           = ule;
     arDirectonalLightEstimate = udle;
 }
Exemplo n.º 3
0
 public UnityMarshalLightData(LightDataType ldt, UnityARLightEstimate ule, MarshalDirectionalLightEstimate mdle)
 {
     arLightingType            = ldt;
     arLightEstimate           = ule;
     arDirectonalLightEstimate = mdle;
 }