Adapter for cubemaps
Name | Type | Description |
---|---|---|
psv |
PSV.Viewer | |
options |
PSV.adapters.CubemapAdapter.Options |
Extends
Members
-
Unique identifier of the adapter
-
-
-
psv PSV.Viewer readonly inherited overrides
Reference to main controller
-
-
Indicates if the adapter supports panorama download natively
-
-
Indicated if the adapter can display an additional transparent image above the panorama
-
Methods
-
createMesh (scale)external:THREE.Mesh inherited overrides
Creates the cube mesh
-
Name Type Default Description scale
number 1 optional Returns:
Type Description external:THREE.Mesh -
Destroys the adapter
-
-
Clear a loaded texture from memory
-
Name Type Description textureData
PSV.TextureData -
loadTexture (panorama)Promise.<PSV.TextureData> inherited overrides
Loads the panorama texture(s)
-
Name Type Description panorama
Array.<string> | PSV.adapters.CubemapAdapter.Cubemap Returns:
Type Description Promise.<PSV.TextureData> -
Applies the overlay to the mesh
-
Name Type Description mesh
external:THREE.Mesh textureData
PSV.TextureData opacity
number -
Applies the texture to the mesh
-
Name Type Default Description mesh
external:THREE.Mesh textureData
PSV.TextureData transition
boolean false optional -
Changes the opacity of the mesh
-
Name Type Description mesh
external:THREE.Mesh opacity
number -
Indicates if the adapter supports preload of a panorama
-
Name Type Description panorama
* Returns:
Type Description boolean -
Indicates if the adapter supports transitions between panoramas
-
Name Type Description panorama
* Returns:
Type Description boolean
Type Definitions
-
Object defining a cubemap
-
Properties:
Name Type Description left
string front
string right
string back
string top
string bottom
string -
Properties:
Name Type Argument Default Description flipTopBottom
boolean <optional>
false set to true if the top and bottom faces are not correctly oriented