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.