Version: 2018.1

VertexChannelCompressionFlags

enumeration

マニュアルに切り替える

説明

These enum flags are used specify which elements of a vertex to compress.

Default settings: Position and TexCoord1 are uncompressed because high precision is usually desired. Everything else is compressed to save memory and conserve bandwidth.

変数

NoneNothing.
Position座標
Normal頂点法線
Tangent接線
Color頂点カラー
TexCoord0Texture coordinate 0. Usually used for Albedo texture.
TexCoord1Texture coordinate 1. Usually used for baked lightmap.
TexCoord2Texture coordinate 2. Usually used for realtime GI.
TexCoord3Texture coordinate 3.