Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion examples/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"webgl_loader_imagebitmap",
"webgl_loader_kmz",
"webgl_loader_ldraw",
"webgl_loader_lwo",
"webgl_loader_md2",
"webgl_loader_md2_control",
"webgl_loader_mdd",
Expand Down
4 changes: 4 additions & 0 deletions examples/jsm/loaders/LWOLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,22 @@ let _lwoTree;
*
* @augments Loader
* @three_import import { LWOLoader } from 'three/addons/loaders/LWOLoader.js';
* @deprecated since r185.
*/
class LWOLoader extends Loader {

/**
* Constructs a new LWO loader.
*
* @param {LoadingManager} [manager] - The loading manager.
* @deprecated since r185.
*/
constructor( manager ) {

super( manager );

console.warn( 'THREE.LWOLoader: The loader has been deprecated and will be removed with r195. Export your LWO files to glTF before using them on the web.' ); // @deprecated, r185

}

/**
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions examples/models/lwo/LICENSE.txt

This file was deleted.

Binary file removed examples/models/lwo/Objects/LWO3/Demo.lwo
Binary file not shown.
Binary file removed examples/screenshots/webgl_loader_lwo.jpg
Binary file not shown.
114 changes: 0 additions & 114 deletions examples/webgl_loader_lwo.html

This file was deleted.

2 changes: 1 addition & 1 deletion src/renderers/shaders/ShaderLib/distance.glsl.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ varying vec3 vWorldPosition;
#include <alphahash_pars_fragment>
#include <clipping_planes_pars_fragment>

void main () {
void main() {

vec4 diffuseColor = vec4( 1.0 );
#include <clipping_planes_fragment>
Expand Down