All Projects → fullike → Arteries

fullike / Arteries

Licence: other
A procedural modeling toolkit base on UE4 blueprint

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Arteries

palladio
Palladio enables the execution of CityEngine CGA rules inside of SideFX Houdini.
Stars: ✭ 92 (+0%)
Mutual labels:  modeling, houdini, cityengine
RuntimeBPs
This project allows for visual scripting in UE4 similar to Blueprints, but at runtime. The way this is set up does not make use of any UE4 boilerplate and could with a few adjustments be used in another engine.
Stars: ✭ 77 (-16.3%)
Mutual labels:  runtime, ue4
global-event-system-ue4
Loosely coupled internal event system plugin for the Unreal Engine.
Stars: ✭ 122 (+32.61%)
Mutual labels:  blueprint, ue4
CoopShooterUdemy
C++ Coop Horde Third-person Shooter for Unreal Engine 4 (Udemy Project)
Stars: ✭ 328 (+256.52%)
Mutual labels:  blueprint, ue4
Bluelua
A lightweight ue4 lua framework
Stars: ✭ 69 (-25%)
Mutual labels:  blueprint, ue4
Ue4 Style Guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,656 (+2786.96%)
Mutual labels:  blueprint, ue4
gamedevguide
Game Development & Unreal Engine Programming Guide
Stars: ✭ 314 (+241.3%)
Mutual labels:  houdini, ue4
autotorio
autotorio.com
Stars: ✭ 56 (-39.13%)
Mutual labels:  blueprint, generation
RyansUE4Helpers
Extremely helpful helper functions for developing Blueprint and C++ projects in Unreal Engine.
Stars: ✭ 55 (-40.22%)
Mutual labels:  blueprint, ue4
CrashlyticsKit
The most powerful, yet lightest weight crash reporting solution for Unreal Engine 4
Stars: ✭ 25 (-72.83%)
Mutual labels:  blueprint, ue4
LocalSimulation
This plugin allows you to essentially create PxScene or Physic Scenes by placing an Actor, and adding other Static Mesh Components and soon Skeletal Mesh components within this space. Adding Constraints, and Forces will work as expected, but now with the additional layer of abstraction so that simulation can be anchored to a transform.
Stars: ✭ 42 (-54.35%)
Mutual labels:  blueprint, ue4
Steambridge
A UE4 implementation of the Steamworks API.
Stars: ✭ 48 (-47.83%)
Mutual labels:  blueprint, ue4
Varest
REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
Stars: ✭ 707 (+668.48%)
Mutual labels:  blueprint, ue4
Runtimemeshcomponent
Unreal Engine 4 plugin component for rendering runtime generated content.
Stars: ✭ 903 (+881.52%)
Mutual labels:  runtime, ue4
Coophordeshooter
C++ Coop Horde Third-person Shooter for Unreal Engine 4 (Udemy Project)
Stars: ✭ 257 (+179.35%)
Mutual labels:  blueprint, ue4
tsu
TypeScript plugin for Unreal Engine 4
Stars: ✭ 62 (-32.61%)
Mutual labels:  blueprint, ue4
ue5-style-guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,892 (+3043.48%)
Mutual labels:  blueprint, ue4
DlgSystem
Dialogue Plugin System for Unreal Engine | 🪞 Mirror of https://bit.ly/DlgSource
Stars: ✭ 136 (+47.83%)
Mutual labels:  blueprint, ue4
stomt-unreal-plugin
Collect feedback in-game/in-app with STOMT for Unreal Engine.
Stars: ✭ 23 (-75%)
Mutual labels:  blueprint, ue4
hms-3d-modeling-demo
HUAWEI 3D Modeling Kit project contains a sample app. Guided by this demo, you will be able to implement full 3D Modeling Kit capabilities, including 3D object reconstruction and material generation.
Stars: ✭ 45 (-51.09%)
Mutual labels:  modeling, generation

Arteries

Arteries is a procedural modeling toolkit base on UE4 blueprint. By using this plugin you can implement the whole modeling procedure in UE4 blueprint graph without any other modeling software.
To implement a modeling procedure is rather simple. Just creating a blueprint inherited from ArteriesActor and implement its OnBuild event. In the event graph you can create a serial of different geometry operation nodes and any logic you want to build the final geometry.

Features

  • Runtime generation.
  • Multi-threaded.
  • Most of common geometry operations.
  • Per Point/Primitive/Geometry lua code snippet for custom operations.
  • Point/Primitive group.
  • Point/Primitive custom attributes.
  • Tangent space and UV coordinates generation.
  • Procedural static mesh instancing.
  • Full source code provided.

Links

Documentation

1. The modeling procedure

Your first modeling procedure

1) Creating a blueprint inherited from ArteriesActor. 2) Implement its OnBuild event.
3) Finish the implementation then click compile and build button.
For usages of more geometry operation nodes and in-depth tutorials please see the tutorial playlist


Watch the video

Check each steps

The final result will be displayed in Arteries Viewport after you click build button. Sometimes it's also neccessary to check the result of each steps. You can display results of any selected geometry operation nodes using Arteries extended functions in context menu or just press "D" key.

Place static meshes


a) Scatter node creates points inside specific primitives randomly.

b) CopyToPoints node copies a staticmesh to points created by previous node. A HierarchicalInstancedStaticMeshComponent attached to the final actor will be created for each static mesh.

Multi-thread

Arteries is designed for multi-threaded to improve generation performance. There are 2 threads for each Arteries actor in the process of generation. One for calling OnBuild event and another is a task queue to process all Completed event of all sub actors.

Spawn sub actors

In modeling procedure you can spawn other Arteries actors then attach them to current actor as children or merge geometries generated by them to a new geometry for further operations.
In order to support multi-thread generation please use SpawnActorAsync instead of SpawnActorFromClass.

a) If you don't need to process the final geometry of the spawned actor, just want it to be attached as child actor, please set "Attach to Caller" to true and leave Completed event unbind.

b) If you set "Attach to Caller" to false, this spawned actor will be destroyed after current actor finish its generation. So you should bind Completed event of spawned actor and make sure its geometry (ArteriesObject) has been merged to the geometry of current actor.

2. The extended blueprint editor

Arteries extends blueprint editor for its specific functions. You could always find the two extended windows in window menu.
Arteries Viewport works just like original viewport in addition to Arteries specific functions for selection and editing. Don't forget to close the original viewport otherwise it will be very slow due to redundant rendering. Although most of geometries (ArteriesObject) are generated by procedure, manual editing is still neccessary for profile curves and some initial shapes.

a) Arteries extended windows. b) Arteries Viewport.

In Arteries Toolbox there are 4 tabs covering editing modes, statistics and settings.

  • Select Mode



There are 4 selection types in this mode. You can select elements by clicking them in Arteries Viewport or just in the property sheet.
You can also modify properties of current selected elements in the property editor on bottom of the toolbox.

  • Create Mode

In this mode you can create primitive by drawing lines in the viewport.

  • Settings

In this page you can modify some settings of the editor.

  • Statistics

In this page you can see some statistics of building process.

3. BP callable functions

Basic Primitives

  • Line
  • Grid
  • Circle
  • Sphere
  • Tube
  • Torus
  • Box

Copy and Transforms

  • Add
  • Copy
  • CopyAndTransform
  • CopyToPoints
  • Transform
  • Merge
  • MergeArray

Attributes And Groups

  • SortRandomly
  • SortByAttribute
  • GroupRange
  • Measure
  • Hole
  • SetMaterial

Lua Script

  • Execute

Geometry Operations

  • Carve
  • BreakPoints
  • Scatter
  • Voronoi
  • SubDivide
  • Blast
  • Facet
  • Divide
  • Fuse
  • Clean
  • MakeGrids
  • PolyExpand
  • Clip
  • Resample
  • Reverse
  • PolyBevel
  • PolyExtrude
  • Sweep

4. Lua callable functions

BP Properties (Global)

  • GetInt
  • GetFloat
  • GetVec2
  • GetVec3

Element (Point, Primitive, Geometry) Properties

  • HasInt
  • GetInt
  • SetInt
  • HasFloat
  • GetFloat
  • SetFloat
  • HasVec3
  • GetVec3
  • SetVec3

Point

  • Position (Property)
  • GetTargets
  • GetPrimitives

Primitive

  • Insert
  • Add
  • NumPoints
  • GetPoint
  • Delete

Geometry

  • AddPoint
  • AddPrimitive
  • NumPoints
  • NumPrimitives
  • GetPoint
  • GetPrimitive
  • DeletePoint
  • DeletePrimitive
  • SetPointGroup
  • SetPrimitiveGroup
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].