Function setColor
Synopsis
#include <Source/Falcor/Utils/UI/DebugDrawer.h>
void setColor(const float3 &color)
Description
Sets the color for following geometry
Source
Lines 61-61 in Source/Falcor/Utils/UI/DebugDrawer.h.
void setColor(const float3& color) { mCurrentColor = color; }