A gift…

When it comes to textures, i allways found it practical to have a testing-texture just to see if my triangles are aligned correctly and to get a feeling about the translation from what i see in the world to the actual texture coordinates.

I did those grafics and perhaps someone will find them useful.

Maybe u want to add them to the default textures provided with jme?


This is a logical setup 256×256 pixel texture, every colorbar is exactly 16px; Its got 2 greys (0x00888888 and 0x00CCCCCC), all other colors are at their binary max (eg: yellow 0x00FFFF00), so it is easy to not only spot the coordinate down to a single pixel if you zoom close enough and remeber that the order is just black, rainbow, white but also to compare the resulting color with the input color. The borders have no rulers to not occlude tile seams.


The png-version has color-neutral 0x7F7F7F7F instead of full transparency.

1 Like

Ooh, handy. Maybe you could make a simple little plugin for it?

This might be good as an asset pack as well.

EDIT: I just saw in the chat that Normen suggested the same thing :slight_smile:

Right, yeah an asset pack would be better. Since they serve basically the same purpose I tend to bundle them into one…