• Register

The game you are trying to view has ceased development and consequently been archived. If you are a member of this game, can demonstrate that it is being actively developed and will be able to keep this profile up to date with the latest news, images, videos and downloads, please contact us with all details and we will consider its re-activation.

Brave Battle: World War II is a FPS Mulplayer developed in the Unity engine. The main focus of the project is to ensure immersion, historical acurracy (weapons, locations, etc.) and try to bring good gameplay. Developed sole. Status: in development.

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Add media Report RSS Unity - Simple Prop Terrain Blend Shader [WIP]
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

A shader I'm working on that makes the terrain textures blend and the chosen objects. Does not work very well on objects with fully vertical angles. It is very cheap even using 1 more sampler on each object. This is the alternative to using alpha in the shader that can become expensive to perform. Uses a texture drawn from above the terrain only with the basic shading. An improvement would be a baked texture straight from the material where the pixels are in better quality (without mipmaping).