dan200 / Redirection

A puzzle game
GNU General Public License v3.0
51 stars 9 forks source link

Conveyor rendering #27

Closed Vswe closed 9 years ago

Vswe commented 9 years ago

Tiles that have the conveyor behavior renders slightly different. The brighter line in the image below is made of conveyors that uses the same .obj file as the tiles around it (which are just normal solid tiles).

2014-10-08t18-44-24

dan200 commented 9 years ago

Post the .mtl file for the conveyors. Models rendered as entities obey the specular/diffuse colours in these, models rendered as part of the world do not.

Vswe commented 9 years ago

No entities are used in the setup, the conveyors are tiles and so are the tiles around it. The conveyors used do not have any moving subobjects, they are completely animation-free.

https://www.dropbox.com/s/01xm543rlbxv7kx/beach_sea_no_base.mtl?dl=0

dan200 commented 9 years ago

Conveyors are always rendered as entities.

Vswe commented 9 years ago

Then I guess this is a side effect of that rather than a bug.