Skip to content

Documentation / scene / GrassInstanceInfo

Type Alias: GrassInstanceInfo

GrassInstanceInfo = object

Defined in: libs/scene/src/scene/terrain-cm/grass.ts:17

Grass blade instance information

Properties

x

x: number

Defined in: libs/scene/src/scene/terrain-cm/grass.ts:19

x position of the blade


y

y: number

Defined in: libs/scene/src/scene/terrain-cm/grass.ts:21

y position of the blade


angle

angle: number

Defined in: libs/scene/src/scene/terrain-cm/grass.ts:23

Rotation angle of the blade

Released under the MIT License.