Difference between revisions of "Content Dev:IC Avatar Collision Shapes"

From Reallusion Wiki!
Jump to: navigation, search
m (CC3+ Basic Collision Shape Structure)
m (Production Notes)
Line 73: Line 73:
  
 
<ul>  
 
<ul>  
<li style="display: inline-block; vertical-align: middle"> [[File:cc33_collision_shapes_03.png|frame|{{Wrong|The collision shape sticks, producing a gap between the back and the hair.}}]] </li>
+
<li style="display: inline-block;"> [[File:cc33_collision_shapes_03.png|frame|{{Wrong|The collision shape sticks, producing a gap between the back and the hair.}}]] </li>
<li style="display: inline-block; vertical-align: middle"> [[File:cc33_collision_shapes_04.png|frame|{{Right|When placed closer to the neck, allows the hair to fall properly to the back.}}]] </li>
+
<li style="display: inline-block;"> [[File:cc33_collision_shapes_04.png|frame|{{Right|When placed closer to the neck, allows the hair to fall properly to the back.}}]] </li>
 +
</ul>
 +
 
 +
When setting the size of the collision shape, factor in the widest width of the limbs, especially for the thighs.
 +
 
 +
<ul>
 +
<li style="display: inline-block;"> [[File:cc33_collision_shapes_05.png|frame|{{Right|Set the thickness of the collider to the largest diameter of the thigh.}}]] </li>
 +
<li style="display: inline-block;"> [[File:cc33_collision_shapes_06.png|frame|If the collider is smaller than the largest diameter of the thigh, then cloth worn over the legs will sink into the mesh, like the figure to the right.]] </li>
 +
</ul>
 +
 
 +
The colliders for the trunk of the body must be connected, without any gaps in between.
 +
 
 +
<ul>
 +
<li style="display: inline-block;"> [[File:cc33_collision_shapes_07.png|frame|{{Right|Colliders for the trunk of the body must be big enough to connect with each-other.}}]] </li>
 +
<li style="display: inline-block;"> [[File:cc33_collision_shapes_08.png|frame|{{Wrong|Leaving a gap between the colliders inside the body can create gaps where collision with the surround clothe can fail.}}]] </li>
 +
</ul>
 +
 
 +
Make sure the colliders for the buttocks are properly sized to cover the region.
 +
 
 +
:[[File:cc33_collision_shapes_09.png|frame|left]]
 +
 
 +
{{clear}}
 +
 
 +
It's recommended to use the capsule collider instead of the sphere shape to support the shape of the breasts.
 +
 
 +
<ul>
 +
<li style="display: inline-block;"> [[File:cc33_collision_shapes_10.png|frame|{{Right|Using the capsule colliders for the breasts prevents the hairs from falling into the chest.}}]] </li>
 +
<li style="display: inline-block;"> [[File:cc33_collision_shapes_11.png|frame|{{Wrong|Using the sphere colliders for the breasts makes it easy for the hairs to intersect with the chest.}}]] </li>
 
</ul>
 
</ul>

Revision as of 01:25, 19 August 2020

Main article: CC Content Development.

Production Instructions and Restrictions

  • The number of Collision Shapes in the whole body of each character cannot exceed 16 (there is an upper limit for calculating collisions).
  • Do not use Box for Collision Shape when Create New.
  • Try not to circle the Collision Shape beyond the scope of the Mesh, especially the head.
  • Collision Shape from the upper edge of the chest to the shoulders, placed in the area of the neck.
  • The limbs try to use the widest area of the Mesh as the diameter of the Collision Shape, especially the thighs.
  • The Collision Shape of the torso must be coherent, without gaps.
  • Be sure to weigh the ass and chest to avoid side leakage.
  • Recommendation: Try to use Capsule shape for the chest to prop up the sloped area between the clavicle to chest.

CC3+ Basic Collision Shape Structure

The collision shapes below are all capsules:

  • Caption 1
  • Caption 2
  • Parts Areas Quantity Direction
    A Head x1 Y-axis
    B Neck x1 Y-axis
    Shoulder to Chest x1 Z-axis
    Chest x2 Y-axis
    C Lower Chest x1 Z-axis
    D Limbs x8 Y-axis
    E Waist to the buttocks x2 Y-axis

We recommend you download the CC3+ Neutral ini file to start off the adjustment process.

Production Notes

The collision shape for the upper chest to the shoulders should be embedded into the neck.

  • ✘ Wrong: The collision shape sticks, producing a gap between the back and the hair.
  • ✔ Right: When placed closer to the neck, allows the hair to fall properly to the back.

When setting the size of the collision shape, factor in the widest width of the limbs, especially for the thighs.

  • ✔ Right: Set the thickness of the collider to the largest diameter of the thigh.
  • If the collider is smaller than the largest diameter of the thigh, then cloth worn over the legs will sink into the mesh, like the figure to the right.

The colliders for the trunk of the body must be connected, without any gaps in between.

  • ✔ Right: Colliders for the trunk of the body must be big enough to connect with each-other.
  • ✘ Wrong: Leaving a gap between the colliders inside the body can create gaps where collision with the surround clothe can fail.

Make sure the colliders for the buttocks are properly sized to cover the region.

Cc33 collision shapes 09.png

It's recommended to use the capsule collider instead of the sphere shape to support the shape of the breasts.

  • ✔ Right: Using the capsule colliders for the breasts prevents the hairs from falling into the chest.
  • ✘ Wrong: Using the sphere colliders for the breasts makes it easy for the hairs to intersect with the chest.