Skip to content

Cylinder Collider #6

@ysinotelodigo

Description

@ysinotelodigo

I think that it will be better to change the last funtion:

private float CalculateRotationStep()
{
return 360.0f / boxCount;
}

For this one:

private float CalculateRotationStep()
{
return 180.0f / boxCount;
}

Also, amplify the box Cont range [1 to 64]

Cheers,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions