Skip to content

Commit

Permalink
Merge pull request #308 from GCChen97/patch-1
Browse files Browse the repository at this point in the history
Fix typo in ImplementingAssets.md
  • Loading branch information
pvl-bot authored Sep 21, 2024
2 parents a231df3 + 0cf999c commit d55e297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ImplementingAssets.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Now that you have imported Infinigen into Blender, you can easily access all its

To start, we recommend using Infinigen's sky lighting while you make your asset, so you can get a better sense of what the asset will look like in full scenes. To sample a random sky lighting, run the following two steps in your Blender console:
```python
from infingen.assets.lighting import sky_lighting
from infinigen.assets.lighting import sky_lighting
sky_lighting.add_lighting()
```

Expand Down

0 comments on commit d55e297

Please sign in to comment.