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

Legacy: Remove deprecated 11 releases ago code #24400

Merged
merged 1 commit into from
Aug 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions src/Three.Legacy.js
Original file line number Diff line number Diff line change
@@ -1,50 +1,7 @@
import { BufferGeometry } from './core/BufferGeometry.js';
import { WebGLRenderTarget } from './renderers/WebGLRenderTarget.js';
import { DataArrayTexture } from './textures/DataArrayTexture.js';
import { Data3DTexture } from './textures/Data3DTexture.js';

// r133, c5bb5434555a3c3ddd784944a0a124f996fc721b

export class ParametricGeometry extends BufferGeometry {

constructor() {

console.error( 'THREE.ParametricGeometry has been moved to /examples/jsm/geometries/ParametricGeometry.js' );
super();

}

}

// r133, eb58ff153119090d3bbb24474ea0ffc40c70dc92

export class TextGeometry extends BufferGeometry {

constructor() {

console.error( 'THREE.TextGeometry has been moved to /examples/jsm/geometries/TextGeometry.js' );
super();

}

}

// r133, eb58ff153119090d3bbb24474ea0ffc40c70dc92

export function FontLoader() {

console.error( 'THREE.FontLoader has been moved to /examples/jsm/loaders/FontLoader.js' );

}

// r133, eb58ff153119090d3bbb24474ea0ffc40c70dc92

export function Font() {

console.error( 'THREE.Font has been moved to /examples/jsm/loaders/FontLoader.js' );

}

// r134, d65e0af06644fe5a84a6fc0e372f4318f95a04c0

export function ImmediateRenderObject() {
Expand Down