Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Vector3 position, normal;
  2. Bitmap texture;
  3.  
  4. public override Vector3 GetColor(Vector3 point) {
  5. int u = ?
  6. int v = ?
  7.  
  8. return texture.GetPixel(u, v);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement