naelstrof

Results 177 comments of naelstrof

I like it, nice. I'll need to make sure that I can have the same parameters pass through maim. A little bit of bad design on my part for having...

Yeah that seems like it'll work, someone make a pull request and I'll accept it

Both 334 and this are binding shortfalls of godot-rust that other languages currently don't suffer from. Inherited Resources is how I implement the [gang of four command pattern](https://refactoring.guru/design-patterns/command). It allows...

> Maybe other languages that have inheritance. Pretty sure Go bindings face the same issue. Yeah you're right, honestly it seems like this is a failure on godot's part for...

Using the orthographic projection should eliminate the perspective distortion... My guess is that perhaps you have dilation enabled? (Found in the PaintDecal singleton behavior serialized properties) Dilation would try to...

Do you have backface culling enabled on the projector material?

May I see the code you're using to render the decal? I am doing some somewhat janky backface culling since I can't use the built-in (because I'm flattening it onto...

Make sure you're up to date. The newest playspace mover prints a URL to an exe that typically fixes that bug. I'd get you the URL but I'm on my...

Oof. Then I'm unsure. Sorry. It uses boost interprocess comminations to communicate if that helps

You probably should not reinstall windows, part of of the bug is that your Windows error log is empty. Reinstalling Windows would probably clear your error log (causing the bug)....