Importante

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

Nube de puntos#

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

Ejemplo de un mono representado mediante una nube de puntos.#

Propiedades#

Atributos#

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

Tipos de atributos#

Ver también

See Atributos internos for information about common attributes.

Nombre

Tipo

Dominio

Notas

position

Vector

Punto

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

radius

Decimal

Punto

El radio de cada punto.

color

Color

Punto

El color de cada punto.

id

Entero

Punto

Un identificador único dado a cada partícula.

velocity

Vector

Punto

La velocidad y dirección en que está viajando la partícula.

Custom Attributes

Se podrá asignar un atributo personalizado a las partículas para contener una característica especial.

Nombre

El nombre del atributo.

Tipo de Datos

Tipo de datos a almacenar en el atributo.

Float:

Valor con coma decimal flotante

Entero:

Entero de 32 bits

Vector:

Vector 3D con valores decimales

Color:

Color RVAα con precisión decimal de punto flotante

Color (byte):

Color RVAα con precisión de 8 bits

Cadena de texto:

Cadena de texto

Dominio

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

Propiedades personalizadas#

Ver la sección de Propiedades personalizadas para obtener más información.

Edición#

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