From cb30344d2969bd79fb5b4080804f21fe9086567f Mon Sep 17 00:00:00 2001 From: tengge <930372551@qq.com> Date: Mon, 1 Jun 2020 18:59:21 +0800 Subject: [PATCH] ignore --- server/three/box2.go | 2 ++ server/three/box3.go | 2 ++ server/three/color.go | 2 ++ server/three/euler.go | 2 ++ server/three/frustum.go | 2 ++ server/three/interpolant.go | 2 ++ server/three/line3.go | 2 ++ server/three/mathutils.go | 2 ++ server/three/matrix3.go | 2 ++ server/three/matrix4.go | 2 ++ server/three/plane.go | 2 ++ server/three/quaternion.go | 2 ++ server/three/ray.go | 2 ++ server/three/sphere.go | 2 ++ server/three/spherical.go | 2 ++ server/three/sphericalharmonics3.go | 2 ++ server/three/triangle.go | 2 ++ server/three/vector2.go | 6 ------ server/three/vector3.go | 2 ++ server/three/vector4.go | 2 ++ 20 files changed, 38 insertions(+), 6 deletions(-) diff --git a/server/three/box2.go b/server/three/box2.go index bc659646..625c4eb4 100644 --- a/server/three/box2.go +++ b/server/three/box2.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/box3.go b/server/three/box3.go index 0ce25f0a..32337d17 100644 --- a/server/three/box3.go +++ b/server/three/box3.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/color.go b/server/three/color.go index b5cc1531..37814443 100644 --- a/server/three/color.go +++ b/server/three/color.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/euler.go b/server/three/euler.go index d99f1121..5f788e6e 100644 --- a/server/three/euler.go +++ b/server/three/euler.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/frustum.go b/server/three/frustum.go index 3432ae7f..1359211a 100644 --- a/server/three/frustum.go +++ b/server/three/frustum.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/interpolant.go b/server/three/interpolant.go index ea61dfac..92d75c0d 100644 --- a/server/three/interpolant.go +++ b/server/three/interpolant.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/line3.go b/server/three/line3.go index 519ba41e..90ec049a 100644 --- a/server/three/line3.go +++ b/server/three/line3.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/mathutils.go b/server/three/mathutils.go index 2180cd45..682526c2 100644 --- a/server/three/mathutils.go +++ b/server/three/mathutils.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/matrix3.go b/server/three/matrix3.go index 060e8e8f..f14c05e5 100644 --- a/server/three/matrix3.go +++ b/server/three/matrix3.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/matrix4.go b/server/three/matrix4.go index b9e88b54..6ceddbbd 100644 --- a/server/three/matrix4.go +++ b/server/three/matrix4.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/plane.go b/server/three/plane.go index 064cfdf2..16fdd764 100644 --- a/server/three/plane.go +++ b/server/three/plane.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/quaternion.go b/server/three/quaternion.go index 0dfd2720..ebfc6547 100644 --- a/server/three/quaternion.go +++ b/server/three/quaternion.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/ray.go b/server/three/ray.go index 29602173..debcf6be 100644 --- a/server/three/ray.go +++ b/server/three/ray.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/sphere.go b/server/three/sphere.go index 37ad559a..3f634683 100644 --- a/server/three/sphere.go +++ b/server/three/sphere.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/spherical.go b/server/three/spherical.go index f2f0f7fd..a576786d 100644 --- a/server/three/spherical.go +++ b/server/three/spherical.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/sphericalharmonics3.go b/server/three/sphericalharmonics3.go index d141ed87..a0fff834 100644 --- a/server/three/sphericalharmonics3.go +++ b/server/three/sphericalharmonics3.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/triangle.go b/server/three/triangle.go index 20b76187..e7fa39b8 100644 --- a/server/three/triangle.go +++ b/server/three/triangle.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/vector2.go b/server/three/vector2.go index 08b0e9cb..bf93867e 100644 --- a/server/three/vector2.go +++ b/server/three/vector2.go @@ -10,12 +10,6 @@ package three -/** - * @author mrdoob / http://mrdoob.com/ - * @author philogb / http://blog.thejit.org/ - * @author egraether / http://egraether.com/ - * @author zz85 / http://www.lab4games.net/zz85/blog - */ func NewVector2(x, y float64) *Vector2 { return &Vector2{x, y, true} } diff --git a/server/three/vector3.go b/server/three/vector3.go index 0e741e03..c62711df 100644 --- a/server/three/vector3.go +++ b/server/three/vector3.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/server/three/vector4.go b/server/three/vector4.go index 90b9b659..b4bfa35a 100644 --- a/server/three/vector4.go +++ b/server/three/vector4.go @@ -1,3 +1,5 @@ +// +build ignore + // Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file.