본문으로 건너뛰기

CubestripProjectionOptions

Since version 4.0.0

CubestripProjection의 옵션들

interface CubestripProjectionOptions extends ProjectionOptions

Extends

Properties

큐브맵 이미지를 좌우대칭할지 여부.

큐브맵 이미지의 순서.

파노라마 이미지/비디오의 URL

비디오 엘리먼트에 설정할 프로퍼티를 담는 객체.

Properties

cubemapFlipX

>=4.0.0
cubemapFlipX

boolean

false

큐브맵 이미지를 좌우대칭할지 여부.

cubemapOrder

>=4.0.0
cubemapOrder

string

"RLUDFB" (Right - Left - Up - Down - Front - Back)

큐브맵 이미지의 순서.

src

>=4.0.0
inherited
src

string | HTMLElement | (string | HTMLElement)[]

파노라마 이미지/비디오의 URL

video

>=4.0.0
inherited
video

boolean | Partial<VideoConfig>

비디오 엘리먼트에 설정할 프로퍼티를 담는 객체.

Example

Default properties

autoplay: true
muted: true
loop: false
volume: 1