ollydbg

Results 285 comments of ollydbg

Yes, I can confirm that this add on does not work under deepseek site: https://chat.deepseek.com/ Are there any workaround? Thanks.

I found a workaround, see here: [Swap Ctrl+Enter and Enter](https://greasyfork.org/en/scripts/541360-%E4%BA%A4%E6%8D%A2-ctrl-enter-%E5%92%8C-enter) For me, it works under Firefox with the TamperMonkey add on.

LunaSVG not only can change the color, it can also change the text content inside the SVG. I have create a simple wxWidgets demo for that, see this: [https://github.com/asmwarrior/svg_canvas](https://github.com/asmwarrior/svg_canvas) I...

Yes, if I would like to use your preprocessor, I need such interface. I can use it to get all the file dependencies. I can use it to feed the...

The test code is generated by AI. You can see the deepwiki site here: https://deepwiki.com/axilmar/parserlib I can chat with the AI and ask it to generate the code. I think...

> For the colormap, could you use LUT? https://github.com/markaren/threepp/blob/master/examples/misc/lut.cpp Thanks, you mean `look up table` for the color selection? I think that code does not touch the shader code. But...

I'm not sure if the threepp library has some kinds of "shader debug log" information I can use? I mean I still has the issue, but I don't know how...

> `renderer.checkShaderErrors = true;` might produce output, but I'm not completely sure. OK, thanks. When enabled this option, I see one log message: ``` [Shader error] Attached vertex shader is...

OK, now, I see that I find the reason. If you looked at the source code here: https://github.com/markaren/threepp/blob/ada259b72435e380c8e3def429fc8001233b1a8f/src/threepp/renderers/gl/GLProgram.cpp#L718 I see there are many shader code prefix string which is defined...

The shader issue is fixed now, but I'm not sure how to fix the mouse rotation issue mentioned in the first post. In some axis rotation, the angle get locked...