Tagged Questions
0
votes
2answers
71 views
Sprites: Are there any tools to scale sprites individually without using Photoshop/GIMP? [closed]
I am using TexturePacker as tool to pack my 2D sprites, it is good but it doesn't provide the possibility to scale individual sprites to a specific scale.
I am wondering whether there is any good ...
1
vote
0answers
46 views
A tool to select points on texture, and obtain 0.0f .. 1.0f UV coordinates
If there is a need to create about 40 sets of UV coordinates for 40 different images. The sets can have 4 to ~16 UV points. Is there some way to make this easier?
A tool similar to Inkscape would be ...
5
votes
2answers
403 views
Tools for assembling textures into DDS files
There are plenty of tools for making images. I'm not looking for one of those; I have many tools for creating an image. I've got tools for compressing images, generating mipmaps, and even for poking ...
4
votes
0answers
157 views
Texture resources [duplicate]
Possible Duplicate:
Where can I find free sprites and images?
Can anyone recommend any resources for free images that can be used as textures - sky boxes/spheres, dirt, gravel, bark, etc? ...
3
votes
3answers
1k views
Tool to convert Textures to power of two?
I'm currently porting a game to a new platform, the problem being that the old platform accepted non power of two textures and this new platform doesn't.
To add to the headache, the new platform has ...
4
votes
2answers
419 views
Is there a tool to automatically pack individual textures into one big png?
I'm currently working on a texture pack for minecraft (but this question is not restricted to that). All terrain textures are squared and stored in one big terrain.png, see e.g. here (FYI that's from ...
0
votes
1answer
1k views
3D Paint tool in Maya
Hey everyone, could someone help me out on this question?
When I am trying to texture objects in maya (for example a barrel) I want to texture it with a brush. When I try to use the 3D painting tool ...
2
votes
4answers
1k views
Is there a command line ATI texture compression tool?
Is there a command line tool that can convert PNG and JPG files to ATITC compressed textures?
I have my own export pipeline that converts all textures to PVRTC, ATITC, and DXT, so I have no use for a ...
3
votes
3answers
143 views
What kind of skills are required to work in a content pipeline department in a high level role
I'm looking more for high level role such as producer/manager of the group making the tools for a content pipeline. This would be for a large AAA studio.
Also what kinds of tools are they creating?
5
votes
5answers
2k views
Non-destructive way to edit alpha channel in Photoshop/Gimp image
Looking to make textures for Unity3d, and I'm stuck at what seems to be a simple stage. My goal is to create an RGBA image, with color information for every pixel, and a separate alpha channel. These ...