Boat Attack使用了Universal RP的许多新图形功能,可以用于探索 Universal RP 的使用方式和技巧。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

886 B

Precision Types

Description

There are currently two Precision Types in Shader Graph. Use the options listed in Precision Modes to define a Precision Type for each node.

Precision Types

Name Description
Half Medium precision floating point value; generally 16 bits (range of –60000 to +60000, with about 3 decimal digits of precision).
Half precision is useful for short vectors, directions, object space positions, and high dynamic range colors.
Float Highest precision floating point value; generally 32 bits (identical to float in regular programming languages).
Full float precision is useful for world space positions, texture coordinates, and scalar computations that involve complex functions such as trigonometry, power, and exponentiation.