Table of Contents

Class ObjectTargetController.ObjFileSourceData

名前空間
easyar
アセンブリ
EasyAR.Sense.dll

targetのobjファイルデータを作成する。

[Serializable]
public class ObjectTargetController.ObjFileSourceData : ObjectTargetController.SourceData
継承
ObjectTargetController.ObjFileSourceData

フィールド

ExtraFilePaths

Objファイルおよび他のファイルで参照される追加ファイルパス、例:.mtl、.jpg、.pngなど。これらのファイルは通常、複数のテクスチャファイルとmtlで構成されます。

public List<string> ExtraFilePaths

Name

Target名。

public string Name

ObjPath

Objファイルパス。

public string ObjPath

PathType

ファイルパス・タイプ。

public PathType PathType

Scale

Targetのスケール係数、単位はメートル。参照scale()

public float Scale