Table of Contents

Class ObjectTargetController.ObjFileSourceData

Spazio dei nomi
easyar
Assembly
EasyAR.Sense.dll

Dati file Obj per creare un target.

[Serializable]
public class ObjectTargetController.ObjFileSourceData : ObjectTargetController.SourceData
Ereditarietà
ObjectTargetController.ObjFileSourceData

Campi

ExtraFilePaths

Percorsi file aggiuntivi referenziati dal file Obj e da altri file, come .mtl, .jpg, .png e cosi via. Questi file sono di solito composti da piu file texture e mtl.

public List<string> ExtraFilePaths

Name

Nome del target.

public string Name

ObjPath

Percorso del file Obj.

public string ObjPath

PathType

Tipo di percorso file.

public PathType PathType

Scale

Scala del target, in metri. Vedere scale().

public float Scale