Ground Texture rotation.
Come here for tutorials and 3d training. The aim is to point out good 3d training sites or methods.

Moderators: Winterhawk99, Mermut, Bannor Bloodfist

Post Reply
User avatar
Bannor Bloodfist
Posts: 1244
Joined: Fri Oct 09, 2009 11:45 pm
ctp: Yes
dla: Yes
TBotR: Yes
nwnihof: Yes

Ground Texture rotation.

Post by Bannor Bloodfist »

Word of warning on rotating textures.

Apparently, the game engine and/or toolset engine has an issue with multiple textures being rotated in a given tile on the same plane.

I have found that if you have more than one texture set to rotate on a given tile, the calculation that the engine performs on that tile is done ONCE and applied to all textures that are set to rotate.

So, depending on the order of the objects in the tile, the first or last one will rotate correctly, but any OTHER texture will rotate in the same direction, and will likely NOT match the rotation needed for that particular texture.

Basically, you get one pass at texture rotation calculations, so be sure that it is only the primary texture of a tile, most specifically whatever you are using for 'ground' textures, that is set to rotate.

Post Reply