Entity

Entity

  • Letsee의 Entity 타입 클래스입니다. 실제 세계의 존재하는 사물에 대한 정보를 가지고 있습니다. Entity는 보통 실세계 사물의 이미지를 기반으로 생성되며 이를 마커(Marker)라고도 표현합니다. Entity 객체에는 마커에 대한 여러 정보를 담고 있습니다.

Constructor

new Entity()

Properties:
Name Type Description
uri string

마커에 대한 정보를 담고있는 Json Descriptor의 웹 리소스 경로 문자열

image string

증강할 마커의 타겟 이미지의 웹 리소스 경로 문자열

imageData ImageData

마커이미지를 Canvas를 이용하여 뽑아낸 ImageData 객체

isEntity boolean

마커가 Object3D 타입인지 Entity 타입인지 판단하는 boolean 값

isUseDescriptor boolean

이미지 기반의 JSON Descriptor를 사용할지, Keypoint기반의 JSON Descriptor를 사용할지에 대한 boolean 값

physicalSize Map.<string, number>

이미지 마커의 실측 mm 사이즈

pixelSize Map.<string, number>

이미지 마커의 pixel 사이즈