DrawPoint3D abstract method

void DrawPoint3D(
  1. Vector3StructType position,
  2. ColorStructType color
)

Draw a point in 3D space, actually a small line

Implementation

void DrawPoint3D(
  Vector3StructType position,
  ColorStructType color,
);