56 std::string TraceColorName(TraceColor color);
75 virtual void SetTraceDown(
bool down) = 0;
77 virtual bool GetTraceDown() = 0;
80 virtual void SetTraceColor(TraceColor color) = 0;
82 virtual TraceColor GetTraceColor() = 0;
85 virtual void SetTraceWidth(
float width) = 0;
87 virtual float GetTraceWidth() = 0;
float Max(float a, float b)
Maximum.
Definition: func.h:75
Interface for objects that can draw wheel trace (at the moment, all movable objects) ...
Definition: trace_drawing_object.h:64
objects that can draw wheel trace
ObjectInterfaceType enum.
Namespace for (new) graphics code.
Definition: app.h:49
RGBA color.
Definition: color.h:39