ollydbg

Results 288 comments of ollydbg

> > > No, that's not possible because bulk operations with custom types are currently not supported. > > > > > > OK, thanks for the help. So, my...

Hi, thanks for the help. I'm going to learn the resources you mentioned. BTW: Is it possible to add one screen shot for each example's cpp file? I mean if...

To visualized some basic 3D object, I found this library is very simple, see here: [glampert/debug-draw: Immediate-mode, renderer agnostic, lightweight debug drawing API.](https://github.com/glampert/debug-draw) or [sjb3d/imdd: Immediate Mode Debug Draw library](https://github.com/sjb3d/imdd)...

> You shouldn't need to get into ANY gl code to draw within the morphologica framework. > > If you want to implement a drawing primitive, your task is simply...

> Ok, see wx-triaxes.cpp > > I also fixed a small bug which meant that the left/right mouse button presses weren't being distinguished from each other, so you can now...

![image](https://github.com/ABRG-Models/morphologica/assets/561818/11697aca-816b-45f5-953f-518845f6eaa2) Great, that's exact the method to show the "x", "y" and "z". One minor issue, when I rotate the scene, the "z" label will move out of the window(see...

I just looked at the all the images in this folder: https://github.com/ABRG-Models/morphologica/tree/main/examples/screenshots It looks like there are a lot of 2D graphics, but there are not many 3D graphics. for...

I try to copy the code to set the model in the source file `examples/wx/wx-triaxes.cpp` to the `examples/wx/wx-graph1.cpp`. And I got a crash when runs to the line `tav->finalize();`, not...

> I try to copy the code to set the model in the source file `examples/wx/wx-triaxes.cpp` to the `examples/wx/wx-graph1.cpp`. And I got a crash when runs to the line `tav->finalize();`,...

> > > I try to copy the code to set the model in the source file `examples/wx/wx-triaxes.cpp` to the `examples/wx/wx-graph1.cpp`. And I got a crash when runs to the...