Skip to content

Commit

Permalink
Removed all @author mrdoob.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jul 28, 2020
1 parent 743258c commit 4944e56
Show file tree
Hide file tree
Showing 132 changed files with 0 additions and 520 deletions.
4 changes: 0 additions & 4 deletions editor/js/Config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

function Config() {

var name = 'threejs-editor';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Editor.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { Config } from './Config.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Loader.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { ThreeMFLoader } from '../../examples/jsm/loaders/3MFLoader.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/LoaderUtils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

var LoaderUtils = {

createFilesMap: function ( files ) {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Menubar.Add.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIPanel, UIRow, UIHorizontalRule } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Menubar.Edit.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel, UIRow, UIHorizontalRule } from './libs/ui.js';

import { AddObjectCommand } from './commands/AddObjectCommand.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Menubar.Examples.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIPanel, UIRow } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Menubar.File.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { ColladaExporter } from '../../examples/jsm/exporters/ColladaExporter.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Menubar.Help.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel, UIRow } from './libs/ui.js';

function MenubarHelp( editor ) {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Menubar.Play.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel } from './libs/ui.js';

function MenubarPlay( editor ) {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Menubar.Status.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIPanel, UIText } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Menubar.View.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel, UIRow } from './libs/ui.js';

function MenubarView( editor ) {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Menubar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel } from './libs/ui.js';

import { MenubarAdd } from './Menubar.Add.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Player.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel } from './libs/ui.js';
import { APP } from './libs/app.js';

Expand Down
4 changes: 0 additions & 4 deletions editor/js/Script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIElement, UIPanel, UIText } from './libs/ui.js';

import { SetScriptValueCommand } from './commands/SetScriptValueCommand.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Animation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel, UIDiv, UIBreak, UISelect, UIButton, UIText } from './libs/ui.js';

function SidebarAnimation( editor ) {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.BoxGeometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIRow, UIText, UINumber, UIInteger } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.BufferGeometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIRow, UIText, UISpan, UIBreak } from './libs/ui.js';

function SidebarGeometryBufferGeometry( editor ) {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.CircleGeometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.CylinderGeometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIRow, UIText, UIInteger, UICheckbox, UINumber } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.DodecahedronGeometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.Geometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIRow, UIText } from './libs/ui.js';

function SidebarGeometryGeometry( editor ) {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.IcosahedronGeometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.Modifiers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIRow, UIButton } from './libs/ui.js';

function SidebarGeometryModifiers( editor, object ) {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.PlaneGeometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.SphereGeometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.TorusGeometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.TorusKnotGeometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Geometry.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIPanel, UIRow, UIText, UIInput, UIButton, UISpan } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Material.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIPanel, UIRow, UIInput, UIButton, UIColor, UICheckbox, UISelect, UIText, UINumber } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Object.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIPanel, UIRow, UIInput, UIButton, UIColor, UICheckbox, UIInteger, UITextArea, UIText, UINumber } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Project.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { UIPanel, UIRow, UIInput, UICheckbox, UIText, UIListbox, UISpan, UIButton, UISelect, UINumber } from './libs/ui.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Properties.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UITabbedPanel } from './libs/ui.js';

import { SidebarObject } from './Sidebar.Object.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Scene.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel, UIBreak, UIRow, UIColor, UISelect, UIText, UINumber } from './libs/ui.js';
import { UIOutliner, UITexture } from './libs/ui.three.js';

Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel, UIBreak, UIText, UIButton, UIRow, UIInput } from './libs/ui.js';

import { AddScriptCommand } from './commands/AddScriptCommand.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Settings.Viewport.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIDiv, UIText, UIRow } from './libs/ui.js';
import { UIBoolean } from './libs/ui.three.js';

Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.Settings.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel, UIRow, UISelect, UIText, UIInteger } from './libs/ui.js';

import { SidebarSettingsViewport } from './Sidebar.Settings.Viewport.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Sidebar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UITabbedPanel, UISpan } from './libs/ui.js';

import { SidebarScene } from './Sidebar.Scene.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Storage.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

function Storage() {

var indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB;
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Strings.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

function Strings( config ) {

var language = config.getKey( 'language' );
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Toolbar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel, UIButton, UICheckbox } from './libs/ui.js';

function Toolbar( editor ) {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Viewport.Camera.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UISelect } from './libs/ui.js';

function ViewportCamera( editor ) {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Viewport.Info.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import { UIPanel, UIBreak, UIText } from './libs/ui.js';

function ViewportInfo( editor ) {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Viewport.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../build/three.module.js';

import { TransformControls } from '../../examples/jsm/controls/TransformControls.js';
Expand Down
4 changes: 0 additions & 4 deletions editor/js/libs/app.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@

/**
* @author mrdoob / http://mrdoob.com/
*/

var APP = {

Player: function () {
Expand Down
4 changes: 0 additions & 4 deletions editor/js/libs/ui.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

function UIElement( dom ) {

this.dom = dom;
Expand Down
8 changes: 0 additions & 8 deletions editor/js/libs/ui.three.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @author mrdoob / http://mrdoob.com/
*/

import * as THREE from '../../../build/three.module.js';

import { RGBELoader } from '../../../examples/jsm/loaders/RGBELoader.js';
Expand All @@ -10,10 +6,6 @@ import { TGALoader } from '../../../examples/jsm/loaders/TGALoader.js';
import { UIElement, UISpan, UIDiv, UIRow, UIButton, UICheckbox, UIText, UINumber } from './ui.js';
import { MoveObjectCommand } from '../commands/MoveObjectCommand.js';

/**
* @author mrdoob / http://mrdoob.com/
*/

function UITexture( mapping ) {

UIElement.call( this );
Expand Down
4 changes: 0 additions & 4 deletions examples/js/exporters/OBJExporter.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
console.warn( "THREE.OBJExporter: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
/**
* @author mrdoob / http://mrdoob.com/
*/

THREE.OBJExporter = function () {};

THREE.OBJExporter.prototype = {
Expand Down
Loading

0 comments on commit 4944e56

Please sign in to comment.