All Projects → johannesugb → Volumetriclinesunity

johannesugb / Volumetriclinesunity

Licence: mit
Source of the Volumetric Lines Asset from Unity's Asset Store

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Volumetriclinesunity

Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (+36%)
Mutual labels:  unity3d, shader, unity-asset
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+322.4%)
Mutual labels:  unity3d, shader, unity-asset
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (+37.6%)
Mutual labels:  unity3d, shader, unity-asset
Unitypcss
Nvidia's PCSS soft shadow algorithm implemented in Unity
Stars: ✭ 533 (+326.4%)
Mutual labels:  unity3d, shader, unity-asset
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+2812%)
Mutual labels:  unity3d, shader, unity-asset
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+471.2%)
Mutual labels:  unity3d, shader, unity-asset
Dlibfacelandmarkdetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
Stars: ✭ 80 (-36%)
Mutual labels:  unity3d, unity-asset
Temporalreprojectionexample
Temporal reprojection example for Unity
Stars: ✭ 82 (-34.4%)
Mutual labels:  unity3d, shader
Infinity Square Space
Infinity Square/Space. The prototype of the game is open source. Unity Asset.
Stars: ✭ 122 (-2.4%)
Mutual labels:  unity3d, unity-asset
Csharp Eval Unity3d
C# Expression Parser for Unity3D
Stars: ✭ 102 (-18.4%)
Mutual labels:  unity3d, unity-asset
Drawmeshwithmotionvectors
An example showing how to generate per-object motion vectors when using DrawMesh.
Stars: ✭ 65 (-48%)
Mutual labels:  unity3d, shader
Spriteglow
A sprite glow effect for Unity game engine
Stars: ✭ 1,287 (+929.6%)
Mutual labels:  unity3d, shader
Shadergum
Unity3D GPU Sculpt & Morph
Stars: ✭ 125 (+0%)
Mutual labels:  unity3d, shader
Fancyscrollview
[Unity] A scrollview component that can implement highly flexible animations.
Stars: ✭ 1,216 (+872.8%)
Mutual labels:  unity3d, unity-asset
Msgpack Unity3d
MessagePack and JSON serializer for Unity3D
Stars: ✭ 74 (-40.8%)
Mutual labels:  unity3d, unity-asset
Adamplanereflection
Planar reflection effect from the Adam Interior Environment package.
Stars: ✭ 86 (-31.2%)
Mutual labels:  unity3d, shader
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+9258.4%)
Mutual labels:  unity3d, shader
Gpu Planetary Rendering
GPU atmosphertic scattering and planet generation in Unity 3D
Stars: ✭ 92 (-26.4%)
Mutual labels:  unity3d, shader
Unigit
An open source GIT Unity3D editor plugin.
Stars: ✭ 111 (-11.2%)
Mutual labels:  unity3d, unity-asset
Reflexityai
Provide a basic framework to build an Utility IA in Unity using the xNode editor of Siccity
Stars: ✭ 109 (-12.8%)
Mutual labels:  unity3d, unity-asset

paypal

Volumetric Lines - Unity Asset

Source of the Volumetric Lines Asset from Unity's Asset Store.

Support the development of this asset by donating via the PayPal link above. Your donations are greatly appreciated and help to improve this asset. Volumetric Lines for the standard/built-in render pipeline is available for free on both, the Unity's Asset Store and here, on GitHub. There's also a version of this asset that supports the universal render pipeline --- it can be purchased on the Asset Store, but it is also available for free from this repository. For details, see below.

Description

Volumetric Lines is a fast, GPU-based volumetric line renderer based on a technique by Sébastien Hillaire. It can be used to render lines with a volumetric appearance by smartly utilizing a texture. Through the use of different textures, different volumetric line effects can be achieved.

Some usage examples:
Example 1: A radial gradient texture can be used to render anti-aliased volumetric lines like laser shots or light sabers.
Example 2: A texture with a filled, solid circle positioned in the center of the square texture can be used to create the appearance of pipes.

Technically, the algorithm only uses as little as 8 vertices to describe a single line and positions them smartly on the screen to create a volumetric appearance. It also includes an algorithm to render volumetric line strips.

Support for the Universal Render Pipeline

Support for the Universal Render Pipeline (URP) has been added and is available on the branch universal_render_pipeline.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].