Skip to content

Commit

Permalink
Merge pull request #692 from lexaknyazev/texture-origin
Browse files Browse the repository at this point in the history
Add clarification on texture origin.
  • Loading branch information
pjcozzi authored Aug 26, 2016
2 parents 47d2adc + fb64e48 commit 6efec44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specification/2.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,7 @@ Images referred to by textures are stored in the `images` dictionary property of
}
},
```
> **Implementation Note**: With WebGL API, the first pixel transferred from the `TexImageSource` (i.e., HTML Image object) to the WebGL implementation corresponds to the upper left corner of the source. Non-WebGL runtimes may need to flip Y axis to achieve correct texture rendering.
#### Samplers
Expand Down

0 comments on commit 6efec44

Please sign in to comment.