jnphgs / UE4_ProceduralGrid

UE4 material with grid texture and world coordinate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UE4 World Grid Material

cover.png

Introduction

On starting development, we sometimes need to prepare a grid floor of a specific color. In this repository, a material with following features is managed.

  • Project multiple grid textures from the x-y-z axis which closest to the fragment normal.
  • Grid texture is repeated every 100 units (1m) in world coordinates.
  • You can specify both grid texture and background color.

All of grid textures are generated using this repository as SVG files. And SVG files are converted to PNG images using this repository.

Environment

  • Unreal Engine 4.22.1

About

UE4 material with grid texture and world coordinate.

License:MIT License