Skip to content

ofxOfelia v1.0.6

Compare
Choose a tag to compare
@cuinjune cuinjune released this 22 Mar 16:10
· 627 commits to master since this release
  • [ofCreateFbo] auto MSAA scaling is disabled
  • fixed bug for mesh editor and getter objects
  • [ofReceive], [ofValue] can change name dynamically
  • float inlet is removed from [ofGetCanvasName], [ofGetDollarZero], [ofGetDollarArgs], [ofGetPatchDirectory] as it's problematic when used in cloned abstraction
  • [ofGetPos], [ofGetScale] are renamed to [ofGetWindowPos], [ofGetWindowScale]
  • [ofGetTranslate], [ofGetRotate], [ofGetScale] are added
  • [pdgui] abstractions are added to the "examples/gui" directory
  • [ofMap] has 5th argument which enables/disables clamping
  • [ofGetElapsedTime], [ofGetLastFrameTime] returns time in seconds
  • [ofGetElapsedTimeMillis], [ofGetLastFrameTimeMillis] are added