Важно
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.
Example of a monkey object represented as a point cloud.#
Свойства (properties)#
Атрибуты (attributes)#
The Attributes panel contains different point cloud characteristics such as the position and size of points. Use the List View to manage attributes.
Типы атрибутов#
См.также
See Встроенные атрибуты for information about common attributes.
Имя (name) |
Тип (type) |
Домен (domain) |
Примечания |
|---|---|---|---|
|
Vector |
Point |
Built-in attribute describing vertex or point locations, in the modifier object’s transform space. |
|
Float |
Point |
The radius of each point. |
|
Color |
Point |
The color of each point. |
|
Integer |
Point |
A unique identifier given to each particle. |
|
Vector |
Point |
The speed and direction that the particle is traveling. |
- Пользовательские атрибуты
Частицам можно присваивать пользовательские атрибуты, чтобы они содержали пользовательские характеристики.
- Имя (name)
Имя атрибута.
- Тип данных (data type)
Тип данных, который будет храниться в атрибуте.
- Нецелое (float):
Значение с плавающей запятой (floating-point value)
- Целое число (integer):
32-битное целое (32-bit integer)
- Вектор (vector):
Трёхмерный нецелочисленный вектор (3D vector with floating-point values)
- Цвет (color):
Цвет RGBA с точностью до чисел с плавающей запятой
- Байтовый цвет (byte color):
Цвет RGBA с точностью 8 бит
- Строка (string):
Текстовая строка (text string)
- Домен (domain)
Тип элемента, в котором хранится атрибут. В настоящее время атрибуты могут храниться только для домена „Point“.
Пользовательские свойства (custom properties)#
См. раздел «Пользовательские свойства» для получения дополнительной информации.
Редактирование (editing)#
Currently, not much can be done with point clouds; however, they can be converted to/from meshes.