-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 deletions
6
models/tessellated-shape-with-style/tessellation-with-image-texture/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
The tessellated shape representation includes an indexed texture coordinate list, providing texture vertices for each face, along with a texture referenced by URL. Figure 483 shows a cylinder with faces having specific texture coordinates. | ||
The tessellated shape representation includes an indexed texture coordinate list, providing texture vertices for each face, along with a texture referenced by URL. Figure 483 shows a cylinder with faces having specific texture coordinates. The texture for use in this model is provided in Figure 484. | ||
|
||
![SurfaceTexture](../../figures/examples/texture.png) | ||
![SurfaceTexture](../../figures/examples/tessellation_texture_image.png) | ||
|
||
Figure 483 — Tessellation with textures | ||
|
||
![SurfaceTexture](../../figures/examples/texture.png) | ||
|
||
Figure 484 — Texture image for use in this model | ||
|