PLEXUS GAME ASSET: 전체 콘텐츠 50% 할인

Point Cloud Kit

This plugin lets you create huge animated Point Clouds that are placeable as an Actor in the scene

  • 지원 플랫폼
  • 지원 엔진 버전
    4.23 - 4.27
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

The difference between a Point Cloud and a Particle System is that all the Particles will only spawn once and they will live as long as the Point Cloud exists. Every Point has an index and can be addressed separately. Therefore it is common to use them to show constant data points, but the Point Cloud Kit Plugin can also animate every single Point to create unique effects. The Point Cloud rendering is based on the ParticleSystemComponent by Unreal Engine™ but it provides a framework (C++ and Blueprint) to import, create and animate Point Clouds. The system uses GPU Particles and depending on the Graphics Card it can handle huge amounts of Points (100k up to 1 million).

To get the most out of this Plugin you should be familiar with scripting Materials, which is the main interface for the PointCloudKit.


Watch the Trailer

In Editor video Get Started 

Homepage: fullofstars.de

기술적 세부사항

Features:

  • PointCloudActor (with Blueprint interface)
  • PointCloudSystemComponent (with Blueprint interface)
  • Data Assets for PointCloudData and PointCloudAnimation
  • A lot of examples in the Plugin Content folder, including Demo Maps: Galaxy, LiDAR, Painter, Physics, Scanner, Showroom, VRDemo


Code Modules:

  •  PointCloudKit (Runtime)


Number of Blueprints: Several Blueprint in the Content/Examples folder, Blueprint interface on PointCloudActor, PointCloudSystemComponent

Number of C++ Classes: 10

Network Replicated: No

Supported Development Platforms: Windows 64bit / Linux

Supported Target Build Platforms: Windows 64bit / Linux

Documentation: At fullofstars.de

Example Project: All includes example maps should work on any standard project