Skip to content

Commit

Permalink
Remove commented out code, see #123
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jun 3, 2024
1 parent 2d222e6 commit ddd2e8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/buoyancy/model/shapes/Duck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ import { flatDuckData } from './DuckData.js';

export type DuckOptions = StrictOmit<InstrumentedMassOptions, 'body' | 'shape' | 'volume' | 'massShape'>;

// const VERTICES = _.chunk( mainDuckGeometry.children[ 0 ].geometry.getAttribute( 'position' ).array, 3 ).map( vert3 => {
// return new Vector2( vert3[ 0 ], vert3[ 2 ] );
// } );

export default class Duck extends Mass {

public readonly sizeProperty: Property<Bounds3>;
Expand Down

0 comments on commit ddd2e8f

Please sign in to comment.