-
The model to use as the locaiton puck
Declaration
Swift
public var model: Model
-
The scale of the model.
Declaration
Swift
public var modelScale: Value<[Double]>?
-
The rotation of the model in euler angles [lon, lat, z].
Declaration
Swift
public var modelRotation: Value<[Double]>?
-
Initialize a
Puck3DConfiguration
with a model, scale and rotation.Declaration
Parameters
model
The
gltf
model to use for the puck.modelScale
The amount to scale the model by.
modelRotation
The rotation of the model in euler angles
[lon, lat, z]
.