Skip to content

Commit

Permalink
Skinning Shaders: Remove need skinning texture size uniform by using …
Browse files Browse the repository at this point in the history
…textureSize function (#669)
  • Loading branch information
Methuselah96 authored Nov 7, 2023
1 parent 5cb219c commit e6dda4e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions types/three/src/objects/Skeleton.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ export class Skeleton {
*/
boneTexture: null | DataTexture;

/**
* The size of the {@link boneTexture | .boneTexture}.
* @remarks Expects a `Integer`
*/
boneTextureSize: number;

frame: number;

init(): void;
Expand Down

0 comments on commit e6dda4e

Please sign in to comment.