color wheel and picker
This commit is contained in:
@@ -49,7 +49,7 @@ void NodeSliderH::set_value(float value)
|
||||
|
||||
float NodeSliderH::get_value()
|
||||
{
|
||||
return glm::length(m_value);
|
||||
return glm::length(m_value * m_mask);
|
||||
}
|
||||
|
||||
void NodeSliderH::parse_attributes(kAttribute ka, const tinyxml2::XMLAttribute* attr)
|
||||
|
||||
Reference in New Issue
Block a user