mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
fixed ray test
This commit is contained in:
parent
4a186721b5
commit
3df96b989a
@ -16,7 +16,6 @@ test('Testing Ray', () => {
|
||||
expect(ray.getStartPosition()).toStrictEqual(new Vec3(1, 1, 1));
|
||||
expect(ray.getEndPosition()).toStrictEqual(new Vec3(0, 0, 0));
|
||||
|
||||
ray.setLength(10);
|
||||
ray.setThickness(1);
|
||||
|
||||
ray.setColors4v({ x: 1, y: 1, z: 1, w: 1 }, { x: 0, y: 1, z: 0, w: 1 });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user