RobotecAI / robotec-o3de-tools

Toolset for demo recordings in O3DE
5 stars 1 forks source link

[Pointcloud] Eliminate blocking loading of pointcloud assets #40

Closed michalpelka closed 3 months ago

michalpelka commented 4 months ago

As @gadams3 pointed in his review, the pointclouds are currently loaded, blocking main thread. It is not o3de way to deal with loading assets. Add necessary handlers to components / Cloud Feature Processor.

michalpelka commented 3 months ago

There are three needed changes: