Procedural Column Blueprint

Ludwig Arts - 블루프린트 - 2022/06/27
평점 없음

A blueprint for procedurally generating columns using geometry script.

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

Generate ancient column meshes in the Unreal Engine editor using Geometry Script. The blueprint exposes 35 parameters to control the shape and features of the column. Inspired by the Level Design Tool Objects used in the Lyra Sample Game.

Showcase: https://youtu.be/nWbKQFBGHms

기술적 세부사항

Features:

  • Generate procedural columns from a list of input parameters
  • 35 parameters with defined ranges: general (6), column base (18), column shaft (6), column capital (5)
  • Parameters to freeze column generation (fast transforms) and disable flutes (faster prototyping)
  • The steps parameter allows for any polygon shape of the column (e.g. triangular, square, round)
  • Descriptions for every input parameter and main blueprint operations
  • Automated UVs, normals, mesh cleanup (no holes or hidden vertices)
  • Material for 3D texture projection (ignores UVs)
  • Inspired by the Level Design Tool Objects used in the Lyra Sample Game

Number of Blueprints: 1

Supported Development Platforms: Windows

Supported Engine Version: 5.0, 5.1, 5.2

Important/Additional Notes:

  • Dependency: Geometry Script is an experimental plugin and needs to be enabled in the target project before migrating.
  • The computational cost of generating a column depends on the number of faces and flutes, as they are repeated to form the main cylinder.
  • The procedural generation can be frozen using an inbuilt DynamicMesh boolean variable.
  • The UVs are auto-generated to the best of the author's ability, but there may be some visible seams or distortions.
  • This is a student project.