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 사이즈 |