All Projects → keijiro → Skyboxplus

keijiro / Skyboxplus

Licence: mit
Basic skybox extensions for Unity

Projects that are alternatives of or similar to Skyboxplus

Noiseball2
A small example of procedural modeling with compute shaders.
Stars: ✭ 215 (-33.64%)
Mutual labels:  unity, unity3d, graphics, shader
Depthinverseprojection
An example showing how to inverse-project depth samples into the view/world space in Unity.
Stars: ✭ 296 (-8.64%)
Mutual labels:  unity, unity3d, graphics, 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 (+3510.49%)
Mutual labels:  unity, unity3d, graphics, shader
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-82.41%)
Mutual labels:  unity, unity3d, graphics, shader
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (-49.69%)
Mutual labels:  unity, unity3d, graphics, shader
Drawmeshwithmotionvectors
An example showing how to generate per-object motion vectors when using DrawMesh.
Stars: ✭ 65 (-79.94%)
Mutual labels:  unity, unity3d, graphics, shader
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (-4.01%)
Mutual labels:  unity, unity3d, graphics, shader
Pcx
Point cloud importer & renderer for Unity
Stars: ✭ 806 (+148.77%)
Mutual labels:  unity, unity3d, graphics, shader
Noiseball3
A Unity example that shows how to use the new implementation of DrawProcedural.
Stars: ✭ 147 (-54.63%)
Mutual labels:  unity, unity3d, graphics, shader
Lwrpshaders
A collection of high customizable unlit shaders for Lightweight Render Pipeline
Stars: ✭ 125 (-61.42%)
Mutual labels:  unity, unity3d, graphics, shader
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-87.96%)
Mutual labels:  unity, unity3d, graphics, shader
Videoplayereffects
Experimental special effects for VideoPlayer (Unity 5.6 new feature)
Stars: ✭ 252 (-22.22%)
Mutual labels:  unity, unity3d, graphics, shader
Shadergraphexamples
Simple examples of Unity shader graphs.
Stars: ✭ 869 (+168.21%)
Mutual labels:  unity, unity3d, graphics, shader
Kinovision
Frame visualization utility for Unity
Stars: ✭ 177 (-45.37%)
Mutual labels:  unity, unity3d, graphics, shader
Testbedhdrp
Testbed project for Unity HDRP (High Definition Render Pipeline)
Stars: ✭ 859 (+165.12%)
Mutual labels:  unity, unity3d, graphics, shader
Temporalreprojectionexample
Temporal reprojection example for Unity
Stars: ✭ 82 (-74.69%)
Mutual labels:  unity, unity3d, graphics, shader
Kinobloom
Bloom effect for Unity
Stars: ✭ 704 (+117.28%)
Mutual labels:  unity, unity3d, graphics, shader
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 (+120.37%)
Mutual labels:  unity, unity3d, graphics, shader
Gpu Planetary Rendering
GPU atmosphertic scattering and planet generation in Unity 3D
Stars: ✭ 92 (-71.6%)
Mutual labels:  unity, unity3d, graphics, shader
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-47.53%)
Mutual labels:  unity, unity3d, graphics, shader

SkyboxPlus

SkyboxPlus is a collection of skybox shaders for Unity.

System Requirements

Unity 5.5 or later versions.

Installation

Download one of the unitypackage files from the Releases page and import it to a project.

Cubemap

screenshot

Cubemap is a basic cubemapped skybox shader. The main difference from the standard skybox shader is that it can be rotated not only around the Y-axis but also around the X/Z-axis. It also has a saturation slider that can be used for adjusting the colorfulness of the cubemap.

MIP Level property

The MIP Level property controls the blurriness of the cubemap. It can be used for mimicking bokeh-like blur effects on the background.

screenshot

To make this option effective, it’s required to turn on the Glossy Reflection (pre-convolution for glossy reflection) switch in the texture importer settings. Also it’s recommended to use the Skybox component to apply different MIP levels to the camera background and lighting (reflection).

Hemisphere

screenshot

Hemisphere is a basic gradient skybox shader. It only has three color properties: color at the north pole, on the equator and at the south pole. The shader linearly interpolates between them.

Gradients

screenshot

Gradients is an additive gradient skybox shader. Each gradient has a direction vector and a color value. The shader interpolates along the vector, from black to the given color. The shape of the gradient can be adjusted with the exponent property. Up to four gradients can be given at the same time.

License

MIT

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].