Skip to content

rotate command can not handle floats and is in radians instead of degrees #3

@DanielBalog86

Description

@DanielBalog86

The --rotate[xyz] command states that it rotates a mesh in degrees around a specified axis.

Doing some experiments I have drawn 2 conclusions:

  1. This is actually RADIANS
  2. I can not pass a floating point number (like 0.234) to the command. It only seems to parse integers.

I have worked around this issue by using the nearest multiple of 2*PI that resulted in a rough round number. This worked, which seems to confirm my suspicion.

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