GithubHelp home page GithubHelp logo

linecode / runtimemeshcomponent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from triaxis-games/realtimemeshcomponent

0.0 1.0 0.0 1.19 MB

Unreal Engine 4 plugin component for rendering runtime generated content.

Home Page: https://runtimemesh.koderz.io

License: Other

C++ 93.63% C 5.88% C# 0.49%

runtimemeshcomponent's Introduction

Runtime Mesh Component for Unreal Engine 4


Here you will find the current version of the RMC. At present it only supports UE4.23 and newer.

If you require support for UE4.20-4.22 you'll need to use the v4 release found here: https://github.com/KoderzUnreal/RuntimeMeshComponent/releases/tag/v4.0


For information on installation, usage and everything else, please read the docs!


Join us on Discord

Basic examples of the features of the RMC can be found here! A more advanced example project can be found here!

This project is a labor of love, but unfortunately love doesn't pay the bills! If you've found this project useful, please consider supporting the development! You can support the project here!


The RuntimeMeshComponent or more commonly known as RMC, is a replacement to the ProceduralMeshComponent (aka PMC) found in UE4. The RMC is much more efficient, and carries many more features, while allowing for a much more fine-grained approach for advanced use cases, while being simple to use just like the PMC. It can handle any use case from simply loading models at runtime, to debug views, to modification of existing models all the way up to procedural generation of entire worlds!

The RMC has been around for 4+ years and has an active community of users from individuals, to schools, to Fortune 500 companies, with many released projects. You can also find active support in our Discord server here: https://discord.gg/KGvBBTv


Features (Community Edition):

  • Full Collision Support, both static triangle mesh and dynamic moving objects
  • Variable mesh formats, allowing for tradeoff in needed features and memory/performance overhead
  • Up to 8 Texture Coordinate (UV) channels
  • Normal or High preicision Texture Coordinate (UV) channels
  • Normal or High preicision texture coordinates, supports engine feature for high precision normals
  • LOD Support, alowing engine maximum of 8 LOD levels and full dithering support
  • Full NavMesh support
  • Tessellation support, including generation
  • Full threading support, both internally managing threads and allowing for your external threading safely around the garbage collector.
  • Async collision updates. As collision can be slow to update, the RMC can offload it from the game thread.
  • Separate collision from rendering
  • StaticMesh conversion in game and editor.
  • Tangent generation utility
  • Mesh Slicer

Features (Premium Edition):

  • All features found in RMC-Community!
  • Additional Reversed Indices buffer for inverted views or inverted transforms like negative scaling.
  • Depth Only Indices, allow for a separate index buffer for depth prepass and shadows for improved performance
  • Distance Field support. Supports engine features like DF Shadows, and DF Ambient Occlusion, and material distance queries, and Niagara collision
  • Distance Field generation on CPU. RMC can generate the DF for you on the CPU, GPU implementation coming later.
  • Model loading of many common formats including obj, stl, fbx, x, 3ds, dae, and more through Assimp
  • Optimization-ReIndex, can reindex the mesh to remove redundant vertices.
  • Optimization-VertexOrder, Forsyth algorithm to optimize the order of vertices to improve caching efficiency
  • Optimization-Overdraw, Reducing overdraw of a mesh by rearranging triangles
  • Optimization-VertexFetch, Improve memory coherency by ordering vertex buffer to more efficiently work with triangle order
  • Texture loading support for .jpg/.jpeg, .png, .tga, .bmp, .psd, .gif
  • Texture mipmap generation support

Improvements over PMC:

  • 50-90% Lower memory useage than PMC
  • 30-100% lower render thread cpu time
  • Static draw path for maximum rendering performance
  • Dynamic Draw path for efficient frequent updates.

Supported Engine Versions: v4.1 supports engine versions 4.23+ v4.0 supports engine versions 4.20+ v3.0 supports engine versions 4.17+ v2.0 supports engine versions 4.12+ v1.2 supports engine versions 4.10+

The Runtime Mesh Component should support all UE4 platforms. Collision MAY NOT be available on some platforms (HTML5)

runtimemeshcomponent's People

Contributors

alleysark avatar benui-dev avatar caswal avatar connorjak avatar craftedcart avatar davenye avatar doubledeez avatar eddieataberk avatar glassbeaver avatar gribuser avatar iblackcat avatar janiscircenis avatar jerryhyun avatar jwindgassen avatar koderz avatar kuldaen avatar manlok876 avatar michaeltchapman avatar moddingear avatar obiwahn89 avatar raian avatar rpg3d avatar rumbleballthereal avatar siggig avatar timdecode avatar vmartsynovskyy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.