تصویر آواتار

My Account

تخفیف!
تصویر
تصویر

دانلود Runtime Vertex Color Paint & Detection Plugin

نکات مهم توجه فرمایید
  1. میتوانید برای دانلود بر روی دیسک سخت از بخش مربوطه اقدام به خرید دیتا بر روی دیسک نمایید و پست مورد نظر خود را بالینک مربوطه ارسال تا بر روی دیسک محتوی برای شما ارسال شود.
  2. برای پشتیبانی از سازنده محصول در زمان استفاده تجاری و موفقیت بیشتر لایسنس مرتبط را با فشردن کلید منبع اصلی تهیه نمایید.
  3. در صورت نیاز به پلاگین یا مدل , قالب , افزونه مورد نظر آن را در قسمت مربوطه درخواست دهید تا در سایت قرار بگیرد

دانلود پلایگن ها و مدل های سه بعدی آنریل انجین و یونیتی

download unreal engine and unity plugin and 3d model

pssbox
pssbox

pssbox mega download site

SKU 620d64fcc1ba دسته بندی ها ,

عنوان محصول

Runtime Vertex Color Paint & Detection Plugin

Price : تومان ۰ — رایگان برای اعضاء دارای اشتراک

Runtime Vertex Color Paint & Detection Plugin

توضیحات سازنده در خصوص این پلاگین

اطللاعات کوتاه مرتبط با محصول :

Runtime Vertex Color Paint & Detection PluginAlex River - Code Plugins - Sep 6, 2022135 out of 5 stars(13 ratings)100%0%0%0%0%See 13 written reviews13 reviews written28 of 28 questions answeredA Plugin that allows the user to Paint, Remove & Detect Vertex Colors in Runtime in several different ways. Can enable Extreme Audio-Visual Fidelity, as well as new Game Modes and Gameplay Possibilities!On Sale: $24.99$12.49Sign in to BuySupported PlatformsSupported Engine Versions4.27, 5.0 - 5.2Download TypeEngine PluginThis product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

 مشخصات و سازگاری و امکانات در بخش پائین در دسترس است :

Runtime Vertex Color Paint & Detection Plugin

5.1

Premium Users

Code Plugins

- Update

Member Plans

Create Date :

Sep 6, 2022

VERSION :

Undefined

FILE SIZE : 120

Megabytes

دانلود فقط برای اعضای با سطح دسترسی زیر امکان پذیر است. (برای باز کردن لینک ها روی باکس دانلود زیر کلیک کنید)

---Premium Users---

در برخی موارد لینک های دانلود رایگان هستند و در مواردی نیاز به خرید اشتراک دانلود در پلن های مختلف دارید. لطفا به پلن مورد نیاز برای دانلود در قسمت بالا توجه کنید و طرح مورد نیاز خود را خریداری نمایید. توجه داشته باشید که با کلیک بر روی لینک مقابل صفحه دانلود باز می شود و پس از خرید اشتراک می توانید دانلود کنید

Runtime Vertex Color Paint & Detection Plugin

 

Runtime Vertex Color Paint & Detection Plugin

This plugin makes it possible to Paint and Remove Vertex Colors in Runtime on Static, Skeletal or Spline Meshes in several different ways that can enable New Mechanics, Game Modes or just incredible attention to detail!

You can also Detect Vertex Colors by getting the Data of the Closest Vertex to a Hit Location such as Vertex Color, Position, Normal, Material, UVs, Native EPhysicsSurface of each Vertex Color Channel, as well as Compare colors if you want to check if a specific Pattern or similar has been painted.

 

You can also get the Colors of Each Bone, and the Average Color and Physics Surface Within an Area, so you can run logic in case the player has for instance Painted / Removed Vertex Colors on the Majority of an area.

You can also get the Estimated Color and Physics Surface at the Actual Hit Location, which is highly useful if the Mesh has few vertices.

 

Supports Multithreading so you can paint on meshes with an extremely high vertex count with the FPS barely being affected. The plugin also comes with a Rapid Json Module so you can Serialize & Deserialize data into strings up to 5x faster than the Built in one, and optionally get vertex colors as Serialized String.

 

Showcases

-PrismaticaDev’s Showcase

-Graffiti, Whiteboard & Paper Painting Showcase

-Vehicle and Paint on Wheel Showcase

Line of Sight Paint Condition Showcases: Dry Surfaces where the Sun Hits Dry Character where the Sun HitsCombined with UDS Paint Rain & Dry

Ultra Dynamic Sky Showcases: -UDS + Paint at Random VerticesUDS + Slay Animation Assets Simple Ultra Dynamic Sky

-UIWS Showcase

-Snow Melting Showcase

-Fire Spread Showcase

-Mario Galaxy x Epic Mickey Painting Showcase

-Rolling Around in Filth Showcase

Vehicle Deformation (Coming Soon)

 

Performance Showcases

-Paint Task Speed Showcase

-Paint Task Speed Showcase when Painting on Different Heavy Meshes

-Painting on 980k Vertices FPS Showcase

-Painting on 50k Vertices 5 LODs FPS Showcase

 

User Showcases

-3D?-3dnchu- CG????? Showcase

-WowzThird Line of Sight Showcase

-Peter Gubins Spreading Electricity Showcase

 

Other

-Porting Fire Example to a clean C++ Project Tutorial

-Extend 4 Vertex Channels to 8

-80LV Article

 

Vertex Colors vs Runtime Virtual Texture & Decals

With Vertex Colors you have the power of the Material Editor per Vertex! However this may require you to have a higher vertex count for something that may otherwise not need it like a flat floor, which ofc isn’t an issue for RVTs or Decals. Decals and RVTs are also faster than painting with vertex colors, but each Decal is also a Draw Call, and if each of them should persist then that may affect performance alot.

With Vertex Colors we can also Remove & Detect, not just what Physics Surface and Color Strength is on each channel on the closest vertex and can run SFX/VFX based on that, but also what % of each channel is painted, and a lot of other more useful information which can be used to create logic.

 

 

Upcoming Features

-Landscape Layer Info Painting in Runtime (Hopefully this is possible)

-Multithreading for Cloth Overlap Component

 

Post Launch Added Features

Massive performance improvement where you can now paint on a mesh with up to 1 Million vertices with barely any change to the FPS.

-Paint Using Physics Surface. So instead of hard setting the values on RGBA, you can for instance paint Water Surface, and it applies colors to whatever channel Water is registered to. If Physics Surface Families is setup, then even if it doesn’t have Water, but has child, for instance Asphalt-Water, then it can apply to that instead, or vice versa, which makes this extremely useful.

-Compare Colors Feature to Detect Painted Pattern – So when painting/detecting, we can compare the result of those colors with a color array the player sent in.

Paint With different types of Conditions. This is so the user has more control of When color is Allowed to be applied using for instance Line of Sight, for instance to the Sun to Dry Faster on parts of a wet Mesh.

Paint Entire Mesh at Random Vertices. Simulate for instance Rain or Snow by having the colors be applied randomly over the Mesh, which is much cheaper than using Particle Collisions.

Get Estimated Color at Actual Hit Location, highly useful if the Mesh has few vertices.

 

 

NOTE

-The plugin itself does not contain any Art Assets.

-We can’t update plugins for 4.27 anymore, so that version doesn’t have all the latest features/fixes/optimizations!

-Spline Mesh Vertex Painting is broken in 5.2, even in Editor Time and isn’t related to the plugin. Epic is aware of the issue and have a Bug Tracker!

1 دیدگاه برای Runtime Vertex Color Paint & Detection Plugin

Quality

100%

Price

100%

Service

100%

Reviewed by 01 customer(s)

Sort by

  • Dudley

    I’ve been using this plugin for a while now, and it has become an essential part of my workflow. It’s reliable, efficient, and constantly updated

    مهر 10, 1402
    Verified Review

    Share on

    Helpful?

    • ReviewX shop icon

      PSSBOX مرجع دانلود پلاگین و مدل سه بعدی آنریل انجین و یونیتی

      مهر 10, 1402

      Thank you so much for taking the time to leave us a 5-star rating – it’s much appreciated!

Relate Product

This is Random Product Show.

Wordaizer 5.0 Build.141
قیمت اصلی تومان ۱ بود.قیمت فعلی تومان ۰ است.
Vizoo3D xTex 2.3.3 Win.x64
قیمت اصلی تومان ۱ بود.قیمت فعلی تومان ۰ است.