Class ObjectTargetController.ObjFileSourceData
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Obj file data for creating a target.
[Serializable]
public class ObjectTargetController.ObjFileSourceData : ObjectTargetController.SourceData
- Inheritance
-
ObjectTargetController.ObjFileSourceData
Fields
ExtraFilePaths
Additional file paths referenced by the Obj file and other files, such as .mtl, .jpg, .png, and so on. These files usually consist of multiple texture files and mtl.
public List<string> ExtraFilePaths
Name
Target name.
public string Name
ObjPath
Obj file path.
public string ObjPath
PathType
File path type.
public PathType PathType
Scale
Scale of the target, in meters. See scale().
public float Scale