Home
last modified time | relevance | path

Searched refs:m_subRotation (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Diwa_fractalnoisefx.cpp52 , m_subRotation(0.0) in Iwa_FractalNoiseFx()
86 m_subRotation->setMeasureName("angle"); in Iwa_FractalNoiseFx()
87 m_subRotation->setValueRange(-360.0, 360.0); in Iwa_FractalNoiseFx()
108 bindParam(this, "subRotation", m_subRotation); in Iwa_FractalNoiseFx()
299 param.subRotation = m_subRotation->getValue(frame); // in degree, not radian in obtainParams()
H A Diwa_fractalnoisefx.h88 TDoubleParamP m_subRotation; variable