可编程渲染管线(SRP)兼容性
Unity可编程渲染管线(SRP)是让您能够通过C#脚本控制渲染的一个功能。SRP是支撑通用渲染管线(URP)和高清渲染管线(HDRP)的底层技术。
Unity版本
内置渲染管线
通用渲染管线(URP)
高清渲染管线(HDRP)
2019.4.39f1
兼容
兼容
兼容
其他兼容性信息
URP and HDRP compatible when appropriate MicroSplat URP or HDRP module is installed.
资源包依赖项
1
此资源包需要与资源商店的其他资源包一起使用。
快速浏览
JASON BOOTH
MicroSplat
(241)
FREE
添加至我的资源
描述
The Tessellation and Parallax module for MicroSplat adds several new features to the MicroSplat framework.
Discord Group
Features Added:
– Tessellation with displacement mapping
– Parallax Offset Mapping, which adds an added depth effect to tessellated or non-tessellated geometry
– Parallax Occlusion Mapping, which as a high quality depth effect to non-tessellated geometry.
Per Texture strength controls are available for controlling displacement amount, displacement direction, displacement offset, and parallax amount. Effects unused are optimized out of the shader to have no cost.
MicroSplat tessellation is incredibly fast, and when enabled generates custom fallback shaders used beyond the tessellation range to reduce the cost even further.
Requires the MicroSplat framework to be installed.
Tessellation now available in all render pipelines
相关的关键字
Shader
Terrain
Tessellation
Parallax