wiremod / wire

Garry's Mod add-on that allows users to wire up components in order to make more elaborate automatic and user-controlled contraptions.
http://www.wiremod.com
Apache License 2.0
551 stars 331 forks source link

Several EGP elements dissapear permanently if not updated constantly #3003

Closed Ally-for-Hire closed 5 months ago

Ally-for-Hire commented 6 months ago

Please note: This issue tracker is for bug reports If your issue isn't a bug report, or if you are unsure whether it's a bug, please go to our discord channel instead at https://discord.gg/H8UKY3Y If you are confident your issue is a bug, please fill in as much information as you can below.

Describe the bug linestrips, polyoutlines, triangleoutlines, and lines when parented to a 3d tracker all delete themselves when you look away from them

To Reproduce Steps to reproduce the behavior: parent any of these elements to a 3d tracker, look more than 120 degrees away, and away indeed it goes

Expected behavior they disappear permanently

Screenshots just imagine a screenshot where first the triangle is there and then it isnt, took me like an hour and a half before i realized what was happening and just used a circle outline

Denneisk commented 6 months ago

Looked into it, it seems the vertices are being set to an impossible number from moving so far off the screen. Not sure how to remedy this best, maybe just clamp to a really high number.