Interface ConstDrawSettings

All Superinterfaces:
AutoCloseable, Comparable<JoltPhysicsObject>, ConstJoltPhysicsObject
All Known Implementing Classes:
DrawSettings

public interface ConstDrawSettings extends ConstJoltPhysicsObject
Read-only access to a DrawSettings object. (native type: const Hair::DrawSettings)
  • Method Details

    • getDrawAngularVelocity

      boolean getDrawAngularVelocity()
      Test whether to visualize vertex angular velocities. The settings are unaffected. (native attribute: mDrawAngularVelocity)
      Returns:
      true if enabled, otherwise false
    • getDrawGridDensity

      boolean getDrawGridDensity()
      Test whether to visualize grid density. The settings are unaffected.
      Returns:
      true if enabled, otherwise false
    • getDrawGridVelocity

      boolean getDrawGridVelocity()
      Test whether to visualize grid velocity. The settings are unaffected.
      Returns:
      true if enabled, otherwise false
    • getDrawInitialGravity

      boolean getDrawInitialGravity()
      Test whether to visualize the initial gravity vector. The settings are unaffected.
      Returns:
      true if enabled, otherwise false
    • getDrawNeutralDensity

      boolean getDrawNeutralDensity()
      Test whether to visualize the grid density of the hair in its neutral pose. The settings are unaffected.
      Returns:
      true if enabled, otherwise false
    • getDrawOrientations

      boolean getDrawOrientations()
      Test whether to visualize the coordinate axes of each simulated vertex. The settings are unaffected.
      Returns:
      true if enabled, otherwise false
    • getDrawRenderStrands

      boolean getDrawRenderStrands()
      Test whether to visualize the strands. The settings are unaffected.
      Returns:
      true if enabled, otherwise false
    • getDrawRods

      boolean getDrawRods()
      Test whether to visualize the simulated rods. The settings are unaffected.
      Returns:
      true if enabled, otherwise false
    • getDrawSkinPoints

      boolean getDrawSkinPoints()
      Test whether to visualize the skinning points on the scalp. The settings are unaffected.
      Returns:
      true if enabled, otherwise false
    • getDrawUnloadedRods

      boolean getDrawUnloadedRods()
      Test whether to visualize rods in their unloaded pose. The settings are unaffected.
      Returns:
      true if enabled, otherwise false
    • getDrawVertexVelocity

      boolean getDrawVertexVelocity()
      Test whether to visualize vertex velocities. The settings are unaffected.
      Returns:
      true if enabled, otherwise false
    • getRenderStrandColor

      ERenderStrandColor getRenderStrandColor()
      Return the option for coloring strands. The settings are unaffected.
      Returns:
      the enum value (not null)
    • getSimulationStrandBegin

      int getSimulationStrandBegin()
      Return the start of the range of strands to visualize. The settings are unaffected.
      Returns:
      the starting strand index
    • getSimulationStrandEnd

      int getSimulationStrandEnd()
      Return the end of the range of strands to visualize. The settings are unaffected.
      Returns:
      the ending strand index