Abhi Reddy
Abhi Reddy
### Description Hello I am trying to mesh a sdf that I have using libfive, the meshing worked , but I get a nasty crash when the Mesh object goes...
Why does the api look so complicated,it is not possible to design one like this? ``` c++ class ofxCIFilter { public: ofxCIFliter(); ~ofxCIFliter(); // in place processing virtual void apply(ofImage...
running this code after the line `cp.setOrientation(cp.getOrientation());` the view Direction of the camera flips to {0,-1,0}. This looks like `setViewDirection` is not setting the orientation correctly ``` cinder::CameraPersp` cp; cp.setViewDirection({0,1,0});...
Im using the Xcode source editor extension with the default options, however swiftFormat removes parentheses which makes the math incorrect here is my input (I leave no space between `b`...
Im using the Xcode source editor extension with the default options, However the space around the `+` and `*` is not being applied for this input: ```swift import Foundation func...