3D Noise Volume Texture Pack

KristofLovas - 텍스처 - 2021/12/08

A large pack of pre-baked 3d noise textures.

  • 지원 플랫폼
  • 지원 엔진 버전
    4.25 - 4.27, 5.0 - 5.1
  • 다운로드 유형
    에셋 팩
    이 제품은 기존 프로젝트에 임포트 가능한 언리얼 엔진 에셋의 모음을 포함하고 있습니다.

Using pre-baked noise textures instead of real-time computing them will make your shaders cheaper, and you could sample more of them at the same time, for less cost. It's intended to replace the "noise material node" in your materials. Ideal use cases include volumetric clouds, volumetric fog, custom ray marchers, procedural texturing, particle effects and more. The pack also includes tools and a guide for making your own volume textures.

기술적 세부사항

Features:

  •  Pre-baked volume and pseudo volume textures for different grayscale and vector noise types.
  •  Float noise: Gradient, value, voronoi noise, each on 3 different sizes (packed in r-g-b channels), turbulence versions, and up to 5 levels of detail (25 volume textures + 25 source pseudo volume textures).
  •  Vector noise: Cell, perlin3d, perlin curl, perlin gradient, and vector noise. Cell noise is baked on different sizes (8 volume textures + 8 source pseudo volume textures), 2-4-8-16-32-64-128-236^3 resolutions. Other types of vector noises can be mipmapped, so they have 3 different sizes (zoom) baked out (12 volume textures + 12 source pseudo volume textures).
  • 45 volume textures in total (some of them has 3 textures packed into channels).
  • 45 source pseudo volume textures in total (some of them has 3 textures packed into channels).
  • 4 sampling examples are included.
  • Utility material, material function, and editor utility widget included, to bake your own.
  • Baking size guide included.
  • All volume textures are tiling on all 3 axes.

Texture Resolutions: (complete list)

  •  4096x4096(256^3)
  • 2048x1024(128^3)
  • 512x512(64^3)
  • 256x128(32^3)
  •  64x64(16^3)
  • 32x16(8^3)
  • 8x8(4^3)
  • 4x2(2^3)

Number of Unique Materials and Material Instances: 5

Number of Textures: 90

Texture Resolutions: 4x2-4096x4096 (2^3-256^3)

Supported Development Platforms:

Windows: Yes

Mac: Yes


Important/Additional Notes: