Unreal Engine マーケットプレイスは 10月中旬に Fab に移行されます。 さらに詳しく

Runtime Mesh Simplifier

Provides a C++ and Blueprint interface to quickly simplify meshes at runtime

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.25 - 4.27, 5.0 - 5.1, 5.3 - 5.4
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

RMB or Runtime Mesh Simplifier is a UE4 plugin that allows you to simplify any static mesh just by calling a simple C++ function or a blueprint node.


Preview Video: https://www.youtube.com/watch?v=a8HgKV2SjBc


For any help or inquiries please reach out to: [email protected] or join the discord https://discord.gg/DZpBsTYNPD

テクニカルノート

Features:

  •  Fast simplification suitable to be done in runtime
  • Tweak parameters ranging from the max error or the quality of the resulting model to obtain the best result possible
  • Because RMB is very fast you can build LOD versions of your models at runtime using the plugin or even optimize your models!
  • Documentation & examples
  • Completely coded in C & C++ to ensure maximum performance
  • Fully commented code
  • Support for blueprint nodes
  • The simplified version preserves everything form the original model, including vertex colors, uvs, materials, normals and tangents.
  • Support for static meshes & procedural meshes


Code Modules:

  • RuntimeMeshSimplifier (Runtime)


Number of Blueprints: 0

Number of C++ Classes: 2

Network Replicated: No

Supported Development Platforms: Win32, Win64, MaxOs, Linux, IOS, Anroid, PS4, Xbox One

Supported Target Build Platforms: Win32, Win64, MaxOs, Linux, IOS, Anroid, PS4, Xbox One

Documentation: Link

Example Project: Link