Skip to content

Commit

Permalink
fix: light intensity
Browse files Browse the repository at this point in the history
  • Loading branch information
makimenko committed Nov 30, 2023
1 parent 9c620bd commit d8a9455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<atft-axes-helper [size]="200"></atft-axes-helper>
<atft-grid-helper [size]="100" [divisions]="10"></atft-grid-helper>

<atft-point-light color="#ffffff" [intensity]="0.9" [distance]="1000" [translateX]="50" [translateY]="50"
<atft-point-light color="#ffffff" [intensity]="20000" [distance]="1000" [translateX]="50" [translateY]="50"
[translateZ]=50>
</atft-point-light>
<atft-point-light color="#ffffff" [intensity]="0.1" [distance]="1000" [translateX]="-50" [translateY]="50"
<atft-point-light color="#ffffff" [intensity]="10000" [distance]="1000" [translateX]="-50" [translateY]="50"
[translateZ]=20>
</atft-point-light>

Expand Down

0 comments on commit d8a9455

Please sign in to comment.