Skip to content

Commit 7c3442b

Browse files
FarazFaraz
Faraz
authored and
Faraz
committed
v2.1.0--changeModel,interceptorImprovement,updateDependencies
1 parent db37723 commit 7c3442b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/core/modules/obj_viewer/light.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class Light {
1414
position?.copyInto(this.position);
1515
setColor(color, ambient, diffuse, specular);
1616
}
17+
1718
final Vector3 position = Vector3(0, 0, 10);
1819
final Vector3 ambient = Vector3.zero();
1920
final Vector3 diffuse = Vector3.zero();

0 commit comments

Comments
 (0)