mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 14:02:57 +02:00
light tweak
This commit is contained in:
parent
b6b71e7e76
commit
6bdf66534f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ var drawingSurface = Entities.addEntity({
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
var lightPosition = Vec3.sum(center, Vec3.multiply(-4, Quat.getFront(rotation)));
|
var lightPosition = Vec3.sum(center, Vec3.multiply(-3, Quat.getFront(rotation)));
|
||||||
var light = Entities.addEntity({
|
var light = Entities.addEntity({
|
||||||
type: 'Light',
|
type: 'Light',
|
||||||
name: 'whiteboard light',
|
name: 'whiteboard light',
|
||||||
|
|
Loading…
Reference in a new issue