xverse-engine / XV3DGS-UEPlugin

A Unreal Engine 5 (UE5) based plugin aiming to provide real-time visulization, management, editing, and scalable hybrid rendering of Guassian Splatting model.
Apache License 2.0
519 stars 72 forks source link

Crop problem in 5.4 #44

Open COcisuts opened 3 months ago

COcisuts commented 3 months ago

Greetings! Im on unreal engine 5.4 and when i crop a BPGaussianActor created with importer in the editor preview everything is fine and also cropping the points creates a niagara effect cropped correctly, but when i launch it in game the crop position is moved and i cannot find a way to crop the selected area...

To Reproduce Steps to reproduce the behavior:

  1. Latest Plugin release for ue 5.4
  2. Imported/trained correctly aBPGaussianActor from an mp4
  3. Cropped and everything visualized fine in the editor preview and in the new cropped niagara asset created pushing on "Crop New Points In this Box" button from Clip Volume Component Box
  4. Launching the game in editor the crop box is putted way away from selected area and if i launch the game in standalone nothing is cropped, even if i select the cropped one as asset...

Expected behavior Right cropped position also in game.

Btw great plugin!