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