Peter Boyer

Results 24 comments of Peter Boyer

@jmwright Thanks for asking! Presently, I'm focused on making verb's NURBS algorithms a lot faster for 2.1.0. You can find the current state of the BRep work in the `topo`...

@jmwright Usually on twitter. My handle is @ptrbyr.

Not really, but I've got some more free time lately. Maybe it's time to revisit the brep stuff. :D

Thanks for the suggestion @bradphelan. I'll look into it.

Hi @mnesarco, I don't have enough time to contribute to this project at the moment. I am Dir Eng at a startup, which leaves me w/ not a lot of...

Cool! Thanks for the great library.

@kronz On Mon, Mar 30, 2015, 5:18 AM Andreas Dieckmann [email protected] wrote: > Example files posted here: > > https://github.com/CAAD-RWTH/ClockworkForDynamo/tree/master/issues/4128_CurtainPanel.ByElements%20unreliable > > — > Reply to this email directly or...

Note that the problem doesn't occur when trying out the same configuration with the ImGui 1.60 samples. That is, the issue doesn't have to do with the ImGui version. This...

I tried setting the `HighDPI` flag. It seemed to have no effect. Here's my setup: ``` this->gfxSetup = GfxSetup::WindowMSAA4(1280, 800, "Foobar"); this->gfxSetup.HighDPI = true; this->gfxSetup.DefaultPassAction = PassAction::Clear(glm::vec4(0.0f, 0.0f, 0.0f, 1.0f));...

Thanks @pierredittgen. Sounds like an issue with the templates. I'm presently at a conference but I'll look soon.