Skip to content

Commit

Permalink
v2.1.0--changeModel,interceptorImprovement,updateDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Faraz authored and Faraz committed Jan 8, 2025
1 parent db37723 commit 7c3442b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/core/modules/obj_viewer/light.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Light {
position?.copyInto(this.position);
setColor(color, ambient, diffuse, specular);
}

final Vector3 position = Vector3(0, 0, 10);
final Vector3 ambient = Vector3.zero();
final Vector3 diffuse = Vector3.zero();
Expand Down

0 comments on commit 7c3442b

Please # to comment.