Важно

This feature is currently experimental and not available in current releases.

Point Cloud

Point clouds can be used to represent 3D scans and in the future can represent particles. Each point can store data in a set of Attributes.

../_images/modeling_point-cloud_example.png

Example of a monkey object represented as a point cloud.

Свойства

Атрибуты

The Attributes panel contains different point cloud characteristics such as the position and size of points. Use the List View to manage attributes.

Attribute Types

См.также

See Встроенные атрибуты for information about common attributes.

Name (имя)

Type

Domain

Примечания

position

Vector

Point

Built-in attribute describing vertex or point locations, in the modifier object’s transform space.

radius

Float

Point

The radius of each point.

color

Color

Point

The color of each point.

id

Integer

Point

A unique identifier given to each particle.

velocity

Vector

Point

The speed and direction that the particle is traveling.

Пользовательские атрибуты

Custom attribute can be given to particles to hold a custom characteristic.

Name (имя)

The name of the attribute.

Тип данных

The type of data to store in the attribute.

Float

Значение с плавающей запятой (float)

Integer

32-битное целое (integer)

Vector

3D вектор со значениями с плавающей запятой

Color

Цвет RGBA с точностью до чисел с плавающей запятой

Byte Color

RGBA color with 8-bit precision

String

Text string

Domain

The type of element the attribute is stored in. Currently, attributes can only be stored per Point.

Custom Properties

See the Custom Properties page for more information.

Редактирование

Currently, not much can be done with point clouds; however, they can be converted to/from meshes.