0 votes

So, for the project I am working on I wanted to implement a working Vector lightbar on a police vehicle (as seen on vehicles of the NYPD).

My idea for the implementation was to use a mesh with transparency and within a OmniLight as light, as this seems to me the best solution to the problem, as I also want to try to include an additional, animated mesh so I can simulate rotating lights.

However, the mesh looks not as intended:

bad looking mesh

I am aware that there is a known limitation with transparency sorting, and I could probably circumvent this problem by putting a different lightbar on the vehicle, but I would first try if I could make this possible.

So, my question is if there is a way to make this reasonably work inside Godot with the known limitations.

Godot version 3.2.4 rc 5
in Engine by (57 points)

1 Answer

0 votes

This would likely be fixed by https://github.com/godotengine/godot/pull/43506, but it's too late to merge it for 3.2.4 since it's nearing release.

by (12,781 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.