Texture: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 3 users not shown)
Line 13: Line 13:
For 2D artwork, you should distinguish between textures you apply as a whole to an object (e.g. door) and textures that you use to "paint" tiles. The latter should be tileable, i.e. not show artificial borders.
For 2D artwork, you should distinguish between textures you apply as a whole to an object (e.g. door) and textures that you use to "paint" tiles. The latter should be tileable, i.e. not show artificial borders.


== Importing textures to Flash ==
== Importing textures into Flash ==


You can use textures as paint. Here is a short "how to"
You can use textures as paint. Here is a short "how to"
Line 29: Line 29:
Most high quality textures are sold commercially, but some commercial sites give out free samples. You also may dig in your computer. If you have games installed, e.g. [[Neverwinter Nights]] there are directories with lots of textures, but these are probably under copyright. Unfortunately, searching for free textures on the Internet is trouble. Most of the time you stumble on sites that just contain links and adds. But there are some excellent free and commercial resources. Below a few that include free textures.
Most high quality textures are sold commercially, but some commercial sites give out free samples. You also may dig in your computer. If you have games installed, e.g. [[Neverwinter Nights]] there are directories with lots of textures, but these are probably under copyright. Unfortunately, searching for free textures on the Internet is trouble. Most of the time you stumble on sites that just contain links and adds. But there are some excellent free and commercial resources. Below a few that include free textures.


* [http://www.oneodddude.net/FreeTextures.php One Odd Dude / Free textures]
* [https://www.textures.com/ Textures] Textures.com is a website that offers digital pictures of all sorts of materials.
* [http://www.textures4photoshop.com Textures4Photoshop] Free textures for commercial and non-commercial use
* [https://unsplash.com/search/photos/texture Unsplash] free texture pictures
* [http://www.fatstrawberry.com/ The Fat Strawberry] (LinkWare, i.e. you must provide a link to this site, if you use a texture).
* [http://www.fatstrawberry.com/ The Fat Strawberry] (LinkWare, i.e. you must provide a link to this site, if you use a texture).
* [http://www.textureworks.com/freestuff.html Free stuff from textureworks.com]
* [http://www.textureworks.com/freestuff.html Free stuff from textureworks.com]
* [http://ktn3d.com/ KTN3D] Large choice, Free for none commercial use.
* [http://ktn3d.com/ KTN3D] Large choice, Free for none commercial use.
* [http://www.2dvalley.com/ 2dvalley.com]. Smaller collection of free textures
* [http://www.2dvalley.com/ 2dvalley.com]. Smaller collection of free textures
* [http://www.2textured.com/main.php 2textured.com] Large choice (no copyright indication)
* [http://free3dstextures.com/ Free3DTextures.com] Large choice of free textures.
* [http://www.pixeldecor.com/ Pixeldecor] Tapestry-like textures. Free only for desktop use.
* [http://www.pixeldecor.com/ Pixeldecor] Tapestry-like textures. Free only for desktop use.
* [http://www.m3corp.com/a/download/3d_textures/pages/index.htm Freetextures from m3corp] (but too much publicity to cope with).
* [http://www.akebulan.com/Free_Textures.html Free Textures created for Elephants Dream]
* [http://www.akebulan.com/Free_Textures.html Free Textures created for Elephants Dream]
* [http://www.absolutecross.com/graphics/textures/ Free Seamless Background Textures] from absolutecross.com.
* [http://www.absolutecross.com/graphics/textures/ Free Seamless Background Textures] from absolutecross.com.
* [http://www.squidfingers.com/patterns/ Squifingers patterns]. Over 150 free patterns in *.gif format. By Travis Beckham.


== Links ==
== Links ==


* [http://en.wikipedia.org/wiki/Texture_mapping Texture mapping] (Wikipedia)
* [http://en.wikipedia.org/wiki/Texture_mapping Texture mapping] (Wikipedia)
* [http://www.learn2photoshop.com/tilabletex.htm Textures with Photoshop] from DadyyCool.
* [http://www.psd-dude.com/tutorials/resources/texture-photoshop-tutorials.aspx Create Textures with Photoshop] 100 tutorials


[[Category: Multimedia]]
[[Category: Multimedia]]
[[Category: Technologies]]
 
[[Category: Authoring tools]]
[[Category: Flash]]
[[Category: Flash]]
[[Category: Assets]]

Latest revision as of 07:59, 14 June 2019

Definition

Texture mapping is a method for adding detail, surface texture, or colour to a computer-generated graphic or 3D model. A texture map is applied (mapped) to the surface of a shape, or polygon. This process is akin to applying patterned paper to a plain white box. (Wikipedia)

In particular to thanks computer game technology, texture mapping has become very sophisticated. (Start reading from Wikipedia's texture mapping article and follow up the specialized articles)

This article is also part of the Flash tutorials

Types of textures

(This needs to be written ....)

For 2D artwork, you should distinguish between textures you apply as a whole to an object (e.g. door) and textures that you use to "paint" tiles. The latter should be tileable, i.e. not show artificial borders.

Importing textures into Flash

You can use textures as paint. Here is a short "how to"

  • Open the color panel (Window->Color). Then select type: Bitmap from the pull-down menu. Import the bitmap to the libray and select it.
  • Then paint the outline of your textured area with the brush tool. You probably should use the "Paint behind mode".
  • Then fill the rest with the paint bucket.

Note:

  • Since a texture file is just an image, you also can use it as image of course, then break it apart etc and apply a few transformations to it, e.g. make it smaller or bigger.
  • Bitmap fills can also be distorted with the Gradient Transform tool

Texture repositories

Most high quality textures are sold commercially, but some commercial sites give out free samples. You also may dig in your computer. If you have games installed, e.g. Neverwinter Nights there are directories with lots of textures, but these are probably under copyright. Unfortunately, searching for free textures on the Internet is trouble. Most of the time you stumble on sites that just contain links and adds. But there are some excellent free and commercial resources. Below a few that include free textures.

Links