style: autoformat
Co-authored-by: pejour <pejour@users.noreply.github.com>
This commit is contained in:
parent
984db29300
commit
37aa9f0ac5
|
@ -22,15 +22,14 @@ public class Texture {
|
|||
}
|
||||
|
||||
/**
|
||||
* Samples the texture at texture coordinates (u,v), using nearest neighboor interpolation
|
||||
* Samples the texture at texture coordinates (u,v), using nearest neighboor
|
||||
* interpolation
|
||||
* u and v and wrapped around to [0,1].
|
||||
*/
|
||||
public Color sample(double u, double v) {
|
||||
|
||||
|
||||
/* A COMPLETER */
|
||||
|
||||
|
||||
return new Color(0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue