LUADOC - Farming Simulator 17

Printable Version

drawDebugPoint

Description
Render a point. Only use for debug rendering
Definition
drawDebugPoint(float x, float y, float z, float r, float g, float b, float a)
Arguments
floatxx position
floatyy position
floatzz position
floatrred color component [0, 1]
floatggreen color component [0, 1]
floatbblue color component [0, 1]
floataalpha color component [0, 1]