Skip to content
Snippets Groups Projects
Commit 16be900b authored by Jean-Claude Iehl's avatar Jean-Claude Iehl
Browse files

Update correction.md

parent fdf6b98e
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ il faut reprendre la boucle de rendu de l'image, elle n'est pas compatible avec
```
version classique par pixel :
for(int py...)
for(int px...)
for(py < height)
for(px < width)
Sampler rng( seed )
for(i < samples)
rng.index(i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment