Texture on Disk in Mathematica 8?
- To: mathgroup at smc.vnet.net
- Subject: [mg123088] Texture on Disk in Mathematica 8?
- From: michael at socratica.com
- Date: Wed, 23 Nov 2011 07:04:58 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Reply-to: comp.soft-sys.math.mathematica at googlegroups.com
Is it possible to apply a texture to a disk? Applying a texture to a polygon works fine: Graphics[{Texture[<<Texture Image>>], Polygon[{{0, 0}, {1, 0}, {1/2, 1}}, VertexTextureCoordinates -> {{0, 0}, {1, 0}, {1/2, 1}}]}] But when I try to apply it to a disk I get a solid, black circle: Graphics[{Texture[<<Texture Image>>], Disk[{0, 0}, 1]}] Thanks! -Michael
- Follow-Ups:
- Re: Texture on Disk in Mathematica 8?
- From: Heike Gramberg <heike.gramberg@gmail.com>
- Re: Texture on Disk in Mathematica 8?