Practical solution to render volumetric laser beams. It is extremely fast since:
- All beams can batch into a single draw call.
- No heavy shader calculation, just simplest blend.
- No complicated geometry, just simplest quad.
Practical for mobile platform.
Script API is easy to use.
Parameters of laser beam could be customized:
- Length
- Width
- Color
Sample scene and full source code included.
Version 1.2 optimize performance, remove heavy garbage collection.
Check our all products