Interpolate#
(GeometryFurInterpolate)
- Category:
/Geometry/Fur
- Default object name:
interpolate
Description#
Interpolate curves from another fur geometry.
Attributes#
Name | Type | Description |
---|---|---|
Translate | double[3] |
Set the XYZ position of the item relative to its parent item. |
Rotate | double[3] |
Set the XYZ rotation of the item relative to its parent item. |
Scale | double[3] |
Set the XYZ scaling of the item relative to its parent item. |
Shear | double[3] |
Set the XYZ shear of the item relative to its parent item. |
Rotation Order | long |
Specify on which order the Euler rotations are composed. By default Clarisse's uses YXZ |
Parent | reference (SceneItem ) |
Set the parent item of the item. |
Inherit Transform | bool |
Does the current object inherits its parent transformation ? |
Reference Frame | long |
Set the reference frame that defines the base transform and deformation state of the item. This reference is used when computing texture projections or when generating point cloud (in Global Base) on the base geometry. |
Constraints | object[] (Constraint ) |
Stack of constraint operators. Constraints like Target, Point, Orient... are applied to a Scene Item in order to drive the transformation of the item. |
Scale Pivot | double[3] |
Set the coordinates of the scale pivot. |
Rotate Pivot | double[3] |
Set the coordinates of the rotation pivot. |
Translate Offset | double[3] |
Set the XYZ position of the pivot point of the item. |
Rotate Offset | double[3] |
Set the XYZ rotation of the pivot point of the item. |
Scale Offset | double[3] |
Set the XYZ scaling of the pivot point of the item. |
Rotation Offset Order | long |
Set the rotation axis mode. |
Display Visible | bool |
Set whether the item is shown in the 3D View or not. |
Display Pickable | bool |
Set whether the item is pickable in the 3D View or in the Image View. |
Display Color | long |
Set the item color for constant or simple shading display in the 3D View. |
Display Custom Color | double[3] |
Set the item custom color used for display in the 3D View when the Display Color attribute is set to Custom. |
Enable Motion Blur | bool |
Set whether the renderer will do motion blur on the item or not. |
Display Mode | long |
Define how the object is displayed in the 3D View. |
Highlight Mode | long |
Define how the object is highlighted in the 3D View when selected. |
Override Material | reference (Material ) |
Setting a material here will set the specified material to all elements of the scene object. Ex: all shading groups of a geometry will have the same material. Ex: all elements of a combiner or a scatterer will have the same material. |
Matte Object | bool |
Switch the object to 2D matte mode. |
Matte Color | double[3] |
Set the color of the object in matte mode. |
Matte Alpha | double |
Set the opacity of the object in matte mode. When the matte alpha is less than 100%, the object creates a hole in the layer as no transparency is evaluated. |
Custom Id | long |
|
Raytrace Offset | double |
Set the minimum distance for raytracing visibility. If the ray hit point distance from the ray source position is smaller than this value, then the geometry is not seen. Note: this attribute is used to prevent self intersection artifacts. |
Shading Variables | string |
|
Unseen By Renderer | bool |
Set whether the object is hidden from the renderer or not. |
Unseen By Camera | bool |
Set whether the object is hidden from the camera (primary rays) or not. |
Unseen By Rays | bool |
Set whether the object is hidden from the raytraced shading effects like reflection/refraction (secondary rays) or not. |
Unseen By Reflections | bool |
Set whether the object is hidden from reflections or not. |
Unseen By Refractions | bool |
Set whether the object is hidden from refractions or not. |
Unseen By Gi | bool |
Set whether the object is hidden from global illumination or not. |
Unseen By Sss | bool |
Set whether the object is hidden from sub-surface scattering or not. |
Cast Shadows | bool |
Set whether the object casts shadows or not. |
Receive Shadows | bool |
Set whether the object receives cast shadows or not. |
Receive Self Shadows | bool |
Set whether the object receives self shadows or not. |
Lights | reference (Group ) |
Specify the group of lights that illuminate this object. By default, scene objects are lit using the lights gathered by the 3D layer. |
Deformers | object[] (Deformer ) |
List of deformation that will be applied on the geometry. |
Smoothing Approximation | double |
Controls how much the smoothing must be approximated during the shading. This influences the origin of secondary rays casted from the surface. A value of 0% corresponds to the position that has been found during the raytracing and a value of 100% corresponds to the theoretical position on the smoothed surface. |
Shape | long |
Specify how hair are rendered. |
Flatness | double |
Flatness of the hair. A value of 1 creates round hair, a value of 0 creates flat hair. |
Radius Values | long |
Override radius values stored in the geometry by the one set below. |
Base Radius | double |
Radius of the hair at its base. |
Tip Radius | double |
Radius of the hair at its tip. |
Radius Multiplier | double |
Hair radius is multiplied by this value. |
Use Normal Map | bool |
Set whether ribbons should be oriented according to the first available normal map. When disabled, the ribbons are facing the camera. |
Geometry Support | reference (Geometry ) |
Geometry used to place fur roots. One hair will be generated by vertex. |
Guides | reference (GeometryFur ) |
Fur geometry to use as a guide. |
Knot Count | long |
Set the number of control points of the curve. |
World Coordinates | bool |
If checked, the generation uses the world coordinates. By default, the generation uses local coordinates. |
Length | double |
Controls the length of the fur according to the guides. |
Length Variation | double |
Controls the length variation of the fur. A value of 100% will generate fur that varies between 0% and 200% of the guides original size. In order to have fur that varies between 0% and 100% of the guides size, a value of 50% must be used here and in the length attribute. |
Growth Scale Blending | double |
Controls how the fur behaves according to its length. A value of 0% will make the fur follow the growth of the guides which means that with a length of 50%, the fur will use only 50% of each guide. A value of 100% will use the full length of each guide to compute the interpolation, then it will apply the length as a scale. |
Radius Variation | double |
Controls the radius variation of the fur. |
Frizziness | double |
Controls the frizziness of the curve. |
Frizziness Variation | double |
Controls the frizziness variation of the curve. |
Max Guide Count | long |
Set the maximum number of guides that can influence a sample. |
Influence Radius | double |
Set the influence radius of guides. When textured, the value is added to the one read from the texture. |
Influence Weight | reference (Texture ) |
Set the texture describing the influence weight of each guide. |
Influence Shape | curve |
Set the influence weight of a guide according to the distance to it. The range [0,1] corresponds to the influence radius. |
Clump | double |
Set how much hair clump on guides. |
Clump Shape | curve |
Set the shape of the clump along the hair. |