Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "DP ENT LOWPRECISION"

From Quake Wiki

(New page: Implements a new .effects bit: <pre> float EF_LOWPRECISION = 4194304; </pre> Entitites with this bit set use low quality origin coordinates, reducing network traffic compared to the defaul...)
 
 
Line 4: Line 4:
 
</pre>
 
</pre>
 
Entitites with this bit set use low quality origin coordinates, reducing network traffic compared to the default high precision, intended for numerous objects (projectiles/gibs/bullet holes/etc).
 
Entitites with this bit set use low quality origin coordinates, reducing network traffic compared to the default high precision, intended for numerous objects (projectiles/gibs/bullet holes/etc).
 +
[[Category:DarkPlaces]]

Latest revision as of 02:11, 25 March 2013

Implements a new .effects bit:

float EF_LOWPRECISION = 4194304;

Entitites with this bit set use low quality origin coordinates, reducing network traffic compared to the default high precision, intended for numerous objects (projectiles/gibs/bullet holes/etc).