mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 20:50:27 +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({
|
||||
type: 'Light',
|
||||
name: 'whiteboard light',
|
||||
|
|
Loading…
Reference in a new issue