Resources¶
GUISkin¶
Resources/EasyAR
└── GUISkin
├── GUIPopup.guiskin
└── GUIPopup.png
Used for popup message background rendering.
SparseSpatialMap¶
Resources/EasyAR
└── Materials
└── PointCloudParticle.mat
Material for sparse SpatialMap point cloud rendering.
DenseSpatialMap¶
Resources/EasyAR
├── Materials
│ ├── DenseSpatialMapMesh.mat
└── Texture
└── DenseSpatialMapMeshEffect.png
Material and texture for dense SpatialMap mesh rendering.
The texture can be changed to any other image in the scene if necessary.
Asset¶
Resources/EasyAR
├── Settings.asset
└── Shaders.asset
Assets that are required to load in the scene. Settings has License Key and other global configurations which can be changed through EasyAR menu from Unity. Shaders has shaders required in the scene, which usually need not to change.