mirror of
https://github.com/BlueMap-Minecraft/BlueMapWeb.git
synced 2024-11-16 23:25:10 +01:00
Remove some TODOs
This commit is contained in:
parent
4e81bb4abd
commit
ce57dfdda5
@ -87,8 +87,6 @@ LineGeometry.prototype = Object.assign( Object.create( LineSegmentsGeometry.prot
|
||||
|
||||
copy: function ( /* source */ ) {
|
||||
|
||||
// todo
|
||||
|
||||
return this;
|
||||
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ UniformsLib.line = {
|
||||
resolution: { value: new Vector2( 1, 1 ) },
|
||||
dashScale: { value: 1 },
|
||||
dashSize: { value: 1 },
|
||||
gapSize: { value: 1 }, // todo FIX - maybe change to totalSize
|
||||
gapSize: { value: 1 },
|
||||
opacity: { value: 1 }
|
||||
|
||||
};
|
||||
|
@ -243,8 +243,6 @@ LineSegmentsGeometry.prototype = Object.assign( Object.create( InstancedBufferGe
|
||||
|
||||
toJSON: function () {
|
||||
|
||||
// todo
|
||||
|
||||
},
|
||||
|
||||
applyMatrix: function ( matrix ) {
|
||||
|
Loading…
Reference in New Issue
Block a user