Skip to content

Commit

Permalink
TextGeometry: Remove deprecated code. (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jan 21, 2025
1 parent b5c29b9 commit bad775e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions types/three/examples/jsm/geometries/TextGeometry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ export interface TextGeometryParameters extends ExtrudeGeometryOptions {
*/
size?: number | undefined;

/**
* Thickness to extrude text.
* Expects a `Float`.
* @defaultValue `50`
* @deprecated THREE.TextGeometry: .height is now deprecated. Please use .depth instead
*/
height?: number | undefined;

/**
* Thickness to extrude text.
* Expects a `Float`.
Expand Down

0 comments on commit bad775e

Please sign in to comment.