Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

THREE.TextGeometry: .height -> .depth #27949

Merged
merged 2 commits into from
Mar 20, 2024
Merged

THREE.TextGeometry: .height -> .depth #27949

merged 2 commits into from
Mar 20, 2024

Commits on Mar 20, 2024

  1. THREE.TextGeometry: .height -> .depth

    - depreciating `height` parameter in TextGeometry options for `depth`
      for consistency with ExtrudeGeometry, which refers to the thickness
      the Text will be extruded. using `height` is still supported but
      will emit a warning in the console
    - updated examples, manual and docs
    zz85 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c0c08e6 View commit details
    Browse the repository at this point in the history
  2. missed one reference

    zz85 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    28897e4 View commit details
    Browse the repository at this point in the history