Documentation

Draw Model - Open Dev Kit Documentation

Open Dev Kit Documentation :: Game :: Hologram Parameters :: Draw Model

Game.HologramParameters.DrawModel(
  Render Context Render Context*,
  Model Model*,
  Position 3D Vector,
  Scale 3D Vector,
  Orientation 4D Vector (Quaternion),
  Time Float,
  Tint Color Color HDR,
  Tint Specular Color HDR,
  Layer Color Color HDR
) 
Draws model using rendering properties

Parameters

Render Context Render Context*
Render context to use for drawing the model
Model Model*
Model to draw
Position 3D Vector
Position of the model
Scale 3D Vector
Scale of the model
Orientation 4D Vector (Quaternion)
orientation of the model
Time Float
Time value for animations
Tint Color Color HDR
Tint color of the model
Tint Specular Color HDR
Specular tint color of the model
Layer Color Color HDR
Layer color of the model

Return Value

Nothing

If you think anything is missing, please feel free to: submit documentation feedback on this page