Skip to content

Commit 53e860f

Browse files
committed
Revert "Example: Adjust wrapped spatial boids interaction radius"
This reverts commit a5acb13.
1 parent 4217ae0 commit 53e860f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/python_native/boids_spatial3D_wrapped/boids_spatial3D.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def inputdata(message_in: pyflamegpu.MessageSpatial3D, message_out: pyflamegpu.M
292292
env.newPropertyFloat("MIN_INITIAL_SPEED", 0.1)
293293

294294
# Interaction radius
295-
env.newPropertyFloat("INTERACTION_RADIUS", 0.04) # 0.04 is a workaround for wrapped spatial messaging bug
295+
env.newPropertyFloat("INTERACTION_RADIUS", 0.05)
296296
env.newPropertyFloat("SEPARATION_RADIUS", 0.01)
297297

298298
# Global Scalers

0 commit comments

Comments
 (0)