Game
JICE

1 year ago

Experimenting with some textures!


Experimenting with some textures! I am aiming for the shader doing most of the visual candy job in the game. That means using only the most basic textures, and freeing up some graphics memory. And recently I tried different ones for metal surfaces - and the results are here:

  • Only color - solid color, no textures. Look a bit basic, not really like a metal piece, but might be ok for some small details.

  • More realistic metal texture - diffuse texture that gives rough, worn out metal look. Looks too detailed for the cartoon style I'm going for.

  • Edited metal texture - same diffuse texture edited down to keep a fear wear marks. Looks better, gives it some texture while not being too detailed.

  • Edited metal texture + normal texture - diffuse and a normal to define nails and metal sheets. Looks more like a metal surface, I think I'm keeping this one! But let's try some other things too.

  • Edited metal texture + normal texture + rust and wear normal. Gives the surface a bumpy look, might be a bit too detailed.

  • Edited metal texture + normal texture + metallic texture. Is supposed to give the surface a metal shine but looks weird with the shader . Might experiment with creating a "fake" metal shine through diffuse later on though.



0 comments

Loading...

Next up

A piece of sparking wire colliding with environment. Decided to make this as an effect first and see if it is going to be easier to implement as a weapon than a skeletal mesh.

More new models, ready to be in the game. A bunch of cake related stuff and various waffles.

Testing greyboxed level by running around and jumping on jellies.

Happy #WIPWednesday!

Are you working on a game?

Making some art?

Practicing a song?

Something else?

Tell us in the comments!

Spacious arena-like room to introduce a new mechanic and give a mini objective. There will be a moving gate-mouth at the end of a conveyor that will need to be fed

Happy #WIPWednesday!

Are you working on a game?

Making some art?

Practicing a song?

Something else?

Tell us in the comments!

Made some new different waffles, here they are without textures!

Some more greyboxing. This part is a multi-level room where you need to carefully plan your steps or risk falling down and having to restart your progress.

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

Created another spline for faster placements of obstacles. It randomly spawns objects along the path. Later on I can use these as guides for where to place the final props.