GoProVideoLayer

new GoProVideoLayer(properties, videoURL, showFrustumopt)

construct a projected layer that will project a three.js onto other loaded geospatial data from the given perspective.
Parameters:
NameTypeAttributesDefaultDescription
propertiesObject
Properties
NameTypeDescription
idString | Numberlayer id should be unique
nameStringthe name can be anything you want and is intended for labeling
videoURLStringurl to a video
properties.depthTestBoolean<optional>
truedepth test prevents drawing the projected texture behind occluders but the precision is limitted at long distances
properties.visibleBoolean<optional>
truelayer will be rendered if true (true by default)
showFrustumBoolean<optional>
trueshow the projection camera frustum