Unity Asset – Lux LWRP Essentials

Author Alex
2020-01-5
911
0
Unity Asset – Lux LWRP Essentials

Download Unity asset – Lux LWRP Essentials


Lux LWRP Essentials provide a growing collection of manually written and optimized HLSL shaders and custom nodes for Shader Graph. It bridges the gap between HDRP and LWRP/URP by adding missing advanced lighting models and adds a ton of other rendering features to cover a wide range of use cases.

Environment related Shaders
Parallax terrain, mesh terrain, grass including grass displacement (URP only), foliage, rock, water and tree creator

Advanced Materials and Lighting
Skin, hair, cloth, transmission, fuzz, clear coat, refractive glass, toon, lit and shadowed particles and flat shading

Effects
Fast outlines, rim based animated highlights, hidden surfaces, screen space decals, billboards and volumetrics

Shader Graph
Custom nodes for cloth, transmission, clear coat, transparent, toon lighting and flat shading next to some handy helper nodes like procedural stochastic sampling.

Compatibility
Lux LWRP Essentials have been successfully tested in Unity 2019.1.3, 2019.1.6 and 2019.1.10 using LWRP 5.16.1 and Unity 2019.2.0f1 using LWRP 6.9.1 on macOS and Metal, Windows 10 and DX11 and Android (Mali GPU) using Vulcan.

All shaders support the SRP Batcher.

All shaders support Single Pass Stereo rendering — this includes shaders, which sample the camera depth or opaque texture like water, particles, decals and glass. Single Pass Instanced Stereo rendering needs URP when it comes to more advanced shaders. Single pass stereo rendering and single pass instanced rendering have been tested using DX11 and Oculus Rift.

A preview package for URP 7.1.5. Is included.

Environment related Shaders

Parallax Terrain Shader
Assign the parallax terrain shader instead of Unity's built in one and benefit from various fixes and advanced parallax mapping.
● Advanced parallax mapping and height based blending for the first 4 layers.
● Fixed normal mapping.
● Fixed light mapping.
● Terrian mesh blending (experimental).

Mesh Terrain Shader
The mesh terrain shader lets you shade any custom mesh using up to 4 detail textures (albedo, smoothness and normal) mixed together based on a RGB splat map. It usually samples all textures according to the UVs allowing you to texture even cliffs and overhangs without any texture stretches – however the first detail layer may use top down projection to enhance mesh blending or hide texture seams at UV shell borders.
● Up to 4 different detail texture sets mixed based on a RGB splat map
● Combine UV based texture mapping with top down projection to enhance mesh blending or hide texture seams at UV shell borders

Grass and Foliage Shaders
The grass and foliage shaders allow you to place individual patches of grass as single game objects within your scene whose bending is globally controlled by a built in wind zone and a custom render texture.
● Global wind support
● Fast and lively bending
● Touch bending or grass displacement (URP only, preview)
● Distance based fading
● Designed to work with layer based culling
● Foliage shader: PBS subsurface scattering

Rock Shader – including top down projection
The rock or top down projection shader allows you to add one texture set on top of the regular texture set based on the up direction of the normal in world space to create effects such as moss on rocks, eroded sand or snow.
The projected texture set is sampled in world space and thus gives seamlessly textured surfaces even over multiple objects.
● Top down projected texture set with albedo, smoothness and normal
● Proper normal blending without the need of going triplanar
● Feature rich blending
● LOD cross fading
● Optional support for metallness, ambient occlusion, emission and blend mask
● Optional scale dependent base texture tiling to keep texel density

Water Shader
The water shader offers fast yet compelling water rendering for rivers or lakes.
● Accurate refractions
● View depth based underwater fog
● Soft edge blending with the surrounding geometry
● Dynamically generated edge and slope based foam
● Supports perspective and orthographic projection

Tree Creator Shaders
The Lux LWRP tree creator shaders are a port of the built in tree creator shaders and allow you to use tree creator trees along with LWRP and URP.


Advanced Materials and Lighting

Skin Shader
The skin shader uses pre-integrated skin lighting based on the work of Eric Penner and adds transmission lighting from a static thickness map on top.
● Dedicated specular and diffuse lighting
● Mix standard and skin lighting within a single material
● Distance based fading of skin lighting

Hair Shader
The hair shader supports anisotropic Kajiya-Kay specular hair lighting and transmission.
● Up to two anisotropic specular lobes
● Anisotropic ambient reflections
● Support for alpha testing and alpha blending

Cloth Shader
The cloth shader supports Charlie Sheen and GGX anisotropic lighting to cover a wide range of different fabrics.
● Charlie Sheen and GGX anisotropic lighting
● Transmission
● Support for alpha testing and double sided rendering

Clear Coat Shader
Versatile clear coat shader that lets you use duo coloring, add metallic flakes and even mix clear coat with standard lighting within the same material.
● Duo Coloring
● Coat and base layer normals

Transmission Shader
Versatile transmission or subsurface scattering shader, that lets you create materials like wax or thin plastics and supports transmission as well as wrapped diffuse lighting and can mix transmission and standard lighting within the same material.
● Transmission lighting
● Customizable wrapped around diffuse lighting
● Opaque and alpha testing
● Single and double sided rendering

Refractive Glass Shader
The glass shader allows you to add refractive, tinted and bump mapped glass.
● Geometry driven refractions
● Bump map driven distortion
● Single and double sided rendering

Lit and shadowed Particle Shaders
The lit and shadowed particles shaders offer advanced lighting support such as additional lights, transmission and real time shadows.
● Support for directional, spot and point lights
● Real time per pixel or per vertex shadows
● Tessellation
● Transmission lighting
● Support for flipbook blending, soft particles and camera fading next to a bunch of blending modes and proper fog

Flat shading
The flat shading lighting shader and node allow your to apply flat shading to any mesh – regardless of its vertex normals.


Effects

Fast Outline Shader
The fast outline shader allows you to highlight objects by adding a colored outline to them without having to use any expensive full screen image effect. The shader instead is based on the stencil buffer and needs the objects to be drawn twice.
● No full screen image effect involved
● Based on stencil and depth buffer
● Adjustable outline color and thickness
● Lets you create various outline effects.

Lit Extended Shader
This shader extends the built in "Lit" shader and adds support for stencil buffer operations and (animated) rim lighting.
● Lets you setup all kind of stencil buffer operations
● Adds (animated) rim lighting

Decal Shaders
The decal shaders let you add screen space decals which act more or less like deferred decals.
● Add screen space decals on top of any arbitrary geometry
● Lit and unlit decals
● Distance based fading
● Lit decals support normal mapping, metallness, emission and occlusion

Billboard Shader
The billboard shader lets you create fully camera aligned or camera facing upright oriented lit and unlit billboards suitable to create e.g. light halos, UI icons or distant trees and objects.
● Camera aligned or upright oriented billboards
● Lit and unlit billboards
● Support for alpha testing and alpha blending

Volumetric Shaders
The volumetric shaders let you create fast volumetric light beams or simple box or sphere volumes.
● UDK based light beams
● Simple box and sphere volumes.


Shader Graph

The package ships with a number of growing nodes for Unity's Shader Graph. Currently included nodes:
● Toon lighting inspired by Unity Chan.
● Transmission
● Charlie Sheen cloth lighting
● GGX anisotropic cloth lighting
● Clear coat lighting
● Advanced transparent lighting supporting proper directional shadows
● Flat shading
● Procedural stochastic sampling

Asset Details:
  • Current Version: 1.3
  • More Info: https://assetstore.unity.com/packages/vfx/shaders/lux-lwrp-essentials-150355

Download links:
Comments
Add comment
Add comment:
Your name:
Your E-Mail:
  • bowtiesmilelaughingblushsmileyrelaxedsmirk
    heart_eyeskissing_heartkissing_closed_eyesflushedrelievedsatisfiedgrin
    winkstuck_out_tongue_winking_eyestuck_out_tongue_closed_eyesgrinningkissingstuck_out_tonguesleeping
    worriedfrowninganguishedopen_mouthgrimacingconfusedhushed
    expressionlessunamusedsweat_smilesweatdisappointed_relievedwearypensive
    disappointedconfoundedfearfulcold_sweatperseverecrysob
    joyastonishedscreamtired_faceangryragetriumph
    sleepyyummasksunglassesdizzy_faceimpsmiling_imp
    neutral_faceno_mouthinnocent
I am not robot: *
Archive
«    April 2024    »
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930 
December 2023 (1)
October 2023 (1)
May 2023 (1)
February 2023 (519)
January 2023 (532)
December 2022 (515)
Vote
Upgrade to Premium