Difference between revisions of "PaintingAcrossSeams"
From polycount
(Creating a Tileable Texture from a Photo) |
EricChadwick (Talk | contribs) (→Integrated 3D Paint) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | When a 2D texture is applied to a 3D model, the [[TextureCoordinates]] often need to be split into multiple chunks to minimize distortion. These splits often cause seams in the texture, which need to be removed by an artist. | |
− | + | ||
+ | There are some common workflows for solving texture seams. It is often easier if the seams can be painted non-destructively, on a separate layer with transparency. | ||
− | |||
− | |||
− | |||
== 2D Paint == | == 2D Paint == | ||
− | # Paint & save in your 2D painting app (Photoshop, GiMP, etc.) | + | # Paint & save in your 2D painting app (Photoshop, GiMP, etc.). |
− | # Reload the texture in your 3D app (3ds Max, Maya, etc.) to examine | + | # Reload the texture in your 3D app (3ds Max, Maya, etc.) to examine. |
− | # Repeat until seams are solved | + | # Repeat until seams are solved. |
+ | |||
== Integrated 3D Paint == | == Integrated 3D Paint == | ||
− | Use a 3D paint tool or plugin inside your main 3D software to paint directly | + | Use a 3D paint tool or plugin inside your main 3D software to paint directly on the model. |
− | + | * [http://polycount.com/discussion/174473/mari-vs-quixel Mari Vs. Quixel ?] Polycount Forum thread has 3d paint comparisons and workflows from multiple artists. | |
− | * [http:// | + | |
− | + | ||
− | + | ||
− | + | ||
− | = | + | * 3D Coat |
− | + | ** [http://3d-coat.com The Paint Room]. | |
+ | |||
+ | * 3ds Max | ||
+ | ** [http://help.autodesk.com/view/3DSMAX/2016/ENU/?guid=GUID-F5518487-A253-44F0-A8D9-9CB537A8F392 3ds Max 2016 Help - Viewport Canvas]. See the tutorial [http://www.shawnolson.net/a/1810/creating_a_tileable_texture_from_a_photo.html Creating a Tileable Texture from a Photo] by [http://www.shawnolson.net/u/1/shawn_olson.html Shawn Olson]. | ||
+ | ** [http://renderhjs.net/textools/ TexTools] is a free set of tools. Camera Map allows projection painting in conjunction with your 2D painting app, via the Windows clipboard. Does not isolate the painted details on a transparent layer. | ||
+ | ** [http://www.texpaint3d.de/tutorialtexpaint3d.html TexPaint3D] is a free painting plugin. 3ds Max 2010 only. Does not isolate the painted details on a transparent layer. | ||
+ | |||
+ | * Blender | ||
+ | ** [http://wiki.blender.org/index.php/Doc:2.4/Manual/Textures/Painting Texture Paint]. | ||
+ | |||
+ | * Maya | ||
+ | ** [http://help.autodesk.com/view/MAYAUL/2015/ENU/?guid=Paint_Effects_and_3D_Paint_Tool_overview Maya 2015 Help - Paint Effects and 3D Paint Tool Overview]. | ||
+ | |||
+ | * Photoshop | ||
+ | ** [https://helpx.adobe.com/photoshop/using/3d-painting-photoshop.html Photoshop Help / 3D painting]. | ||
+ | **[http://quixel.se Quixel 3DO] is a 3d paint app running inside of Photoshop. | ||
+ | **[http://quixel.se Quixel NDO] is a normal map painting app running inside of Photoshop. | ||
+ | |||
+ | |||
+ | * Zbrush | ||
+ | ** [http://docs.pixologic.com/user-guide/3d-modeling/painting-your-model/polypaint/ Polypaint] uses vertex color to paint details on the model. This can be converted into a texture using [http://docs.pixologic.com/reference-guide/tool/polymesh/texture-map/ Texture Map], or the model can be exported to a [[Texture Baking|texture baker]] like Xnormal. | ||
== Dedicated 3D Paint == | == Dedicated 3D Paint == | ||
− | You can use a dedicated 3D painting program to paint directly across | + | You can use a [[Tools#3D Paint Software|dedicated 3D painting program]] to paint directly across seams. |
+ | |||
+ | * Blacksmith3D Paint | ||
+ | * BodyPaint 3D | ||
+ | * CrackArt | ||
+ | * Mari | ||
+ | * P-XCEL | ||
+ | * Substance Painter | ||
+ | |||
== Multiple UV Channels == | == Multiple UV Channels == | ||
− | + | Fix seams by using two UV channels and baking textures: | |
− | # | + | # Create a UV layout and texture for your model. |
− | # | + | # Create a 2nd UV layout which moves the UV splits away from the existing seams. |
− | # | + | # Use a [[Texture Baking|baking tool]] to render the existing texture into the new UV layout. |
− | # Apply the | + | # Use a 2D painting tool to fix the seams. |
+ | # Apply the fixed texture to your model, and bake it back into the original UV layout. | ||
# [http://www.gamasutra.com/features/20061019/kojesta_01.shtml 3ds Max Tutorial] for this process - by ''[http://www.peterkojesta.com Peter Kojesta]'' | # [http://www.gamasutra.com/features/20061019/kojesta_01.shtml 3ds Max Tutorial] for this process - by ''[http://www.peterkojesta.com Peter Kojesta]'' | ||
+ | |||
+ | |||
== More Information == | == More Information == | ||
− | * [[Category:TextureTechnique]] | + | * [[:Category:TextureTechnique]] - Texturing techniques commonly used in game development. |
− | * [[ | + | * [[Concept Fundamentals]] - The basics of concept drawing and painting. |
− | * [[TexturingTutorials]] | + | * [[TexturingTutorials]] - Tutorials for creating game textures. |
---- | ---- | ||
[[Category:TextureTechnique]] | [[Category:TextureTechnique]] |
Latest revision as of 10:12, 7 August 2016
When a 2D texture is applied to a 3D model, the TextureCoordinates often need to be split into multiple chunks to minimize distortion. These splits often cause seams in the texture, which need to be removed by an artist.
There are some common workflows for solving texture seams. It is often easier if the seams can be painted non-destructively, on a separate layer with transparency.
Contents
2D Paint
- Paint & save in your 2D painting app (Photoshop, GiMP, etc.).
- Reload the texture in your 3D app (3ds Max, Maya, etc.) to examine.
- Repeat until seams are solved.
Integrated 3D Paint
Use a 3D paint tool or plugin inside your main 3D software to paint directly on the model.
- Mari Vs. Quixel ? Polycount Forum thread has 3d paint comparisons and workflows from multiple artists.
- 3D Coat
- 3ds Max
- 3ds Max 2016 Help - Viewport Canvas. See the tutorial Creating a Tileable Texture from a Photo by Shawn Olson.
- TexTools is a free set of tools. Camera Map allows projection painting in conjunction with your 2D painting app, via the Windows clipboard. Does not isolate the painted details on a transparent layer.
- TexPaint3D is a free painting plugin. 3ds Max 2010 only. Does not isolate the painted details on a transparent layer.
- Blender
- Photoshop
- Photoshop Help / 3D painting.
- Quixel 3DO is a 3d paint app running inside of Photoshop.
- Quixel NDO is a normal map painting app running inside of Photoshop.
- Zbrush
- Polypaint uses vertex color to paint details on the model. This can be converted into a texture using Texture Map, or the model can be exported to a texture baker like Xnormal.
Dedicated 3D Paint
You can use a dedicated 3D painting program to paint directly across seams.
- Blacksmith3D Paint
- BodyPaint 3D
- CrackArt
- Mari
- P-XCEL
- Substance Painter
Multiple UV Channels
Fix seams by using two UV channels and baking textures:
- Create a UV layout and texture for your model.
- Create a 2nd UV layout which moves the UV splits away from the existing seams.
- Use a baking tool to render the existing texture into the new UV layout.
- Use a 2D painting tool to fix the seams.
- Apply the fixed texture to your model, and bake it back into the original UV layout.
- 3ds Max Tutorial for this process - by Peter Kojesta
More Information
- Category:TextureTechnique - Texturing techniques commonly used in game development.
- Concept Fundamentals - The basics of concept drawing and painting.
- TexturingTutorials - Tutorials for creating game textures.