Class AlembicPointsRenderer
Component that renders point clouds by instancing a mesh.
Inherited Members
Namespace: UnityEngine .Formats.Alembic.Importer
Assembly: Unity.Formats.Alembic.Runtime.dll
Syntax
[ExecuteInEditMode]
[RequireComponent(typeof(AlembicPointsCloud))]
public class AlembicPointsRenderer : MonoBehaviour
Properties
InstancedMesh
Get or set the reference to the Mesh instanced for every point cloud.
Declaration
public Mesh InstancedMesh { get; set; }
Property Value
Type | Description |
---|---|
Mesh |
Materials
Get or set the array of Materials used for the rendering of the instanced Mesh. Only one Material per sub-Mesh will be used.
Declaration
public List<Material> Materials { get; set; }
Property Value
MotionVectorMaterial
Get or set the reference to the Material used for the motion vector computation.
Declaration
public Material MotionVectorMaterial { get; set; }
Property Value
Type | Description |
---|---|
Material |