Crystal Hammer

Results 232 comments of Crystal Hammer

Okay I remembered it now. I fixed this in SR3 files `/home/ch/_sr/_sr3c/data/materials/Common/GLSL/GaussianBlurLogFilter_ps.glsl` I have now: ` for(int i=NUM_WEIGHTS - 1; i > 0; i--)` ` for(int i=0; i 0; )`...

Hmm maybe I need to update ogre-next-deps? But how do I do that after using basically that script that builds ogre and gets ogre-next-deps itself. `git submodule update --recursive --remote`...

Ugh I think I messed up something. ``` -- Build files have been written to: /home/ch/_sr/Ogre/ogre-next/build/Release ninja: error: '/home/ch/_sr/Ogre/ogre-next/Dependencies/lib/libshaderc_combined.a', needed by 'lib/RenderSystem_Vulkan.so.3.0', missing and no known rule to make it...

I got Python 3.x for sure whereis python3 python3: /usr/bin/python3 /usr/lib/python3 /etc/python3 /usr/share/python3 /usr/share/man/man1/python3.1.gz Right. Yeah I did remove Ogre, ogre-next and ogre-next-deps and just did that all again. Now...

Okay this is how it looks for me, after building, seems there is less stuff in lib/ but libshaderc are present ![04_22-34-09](https://github.com/user-attachments/assets/11110b6b-2fc6-4675-8a79-e03d69a99e9c) ![04_22-37-26``](https://github.com/user-attachments/assets/4b956d45-95b2-4b91-b497-62459514b3bb)

It's one of those options marked as "= todo, not done" or buggy. Didn't expect crash though. Could you attach `ogre.log`? But yeah anyway, triplanar normal has a bug, reported...

I have hidden this option from Gui for now. There is a lot of issues on forum to deal with first. So I leave this is for later.

I'm closing this, not an option anymore. Can find it by "TerTripl", it's the Gui name There are plenty of such issues, on Roadmap.md, IMO no need to have in...

Okay, yes, it'd be good to build from sources and debug this. I don't have a clue why it would crash so early and if it does inside GLXWindow I...

Ok this is bad: `OGRE EXCEPTION(5:ItemIdentityException): Can not find codec for 'png' image format. formats are: dds ktx oitd pkm.` It could mean that `freeimage` was not found and OgreNext...