Explorar o código

Remove deprecated for 11 releases code (#25642)

Levi Pesin %!s(int64=2) %!d(string=hai) anos
pai
achega
79e87d63e8
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      examples/jsm/utils/BufferGeometryUtils.js

+ 0 - 7
examples/jsm/utils/BufferGeometryUtils.js

@@ -11,12 +11,6 @@ import {
 	Vector3,
 } from 'three';
 
-function computeTangents() { // @deprecated, r140
-
-	throw new Error( 'BufferGeometryUtils: computeTangents renamed to computeMikkTSpaceTangents.' );
-
-}
-
 function computeMikkTSpaceTangents( geometry, MikkTSpace, negateSign = true ) {
 
 	if ( ! MikkTSpace || ! MikkTSpace.isReady ) {
@@ -1325,7 +1319,6 @@ function toCreasedNormals( geometry, creaseAngle = Math.PI / 3 /* 60 degrees */
 }
 
 export {
-	computeTangents,
 	computeMikkTSpaceTangents,
 	mergeBufferGeometries,
 	mergeBufferAttributes,