StrataSource / FGD

The FGD + Hammer resource files for games built on Strata Source.
20 stars 15 forks source link

Add origin for point entities #57

Closed braem closed 2 years ago

braem commented 3 years ago

Closes https://github.com/ChaosInitiative/Chaos-FGD/issues/40

Has the caveat of having the origin sphere helper: image

braem commented 3 years ago

Does this now work correctly in Chaos Hammer? Normally it causes buggy behavior when dragging stuff in the 2D views.

Didn't see any slowdown but it sure is annoying that you grab the origin instead of dragging for smaller point entities, maybe that's what you were referring to. Perhaps we can do a patented HACKHACK in code to not draw the circle helper for point entities.

Gocnak commented 3 years ago

Didn't see any slowdown but it sure is annoying that you grab the origin instead of dragging for smaller point entities, maybe that's what you were referring to. Perhaps we can do a patented HACKHACK in code to not draw the circle helper for point entities.

Or could maybe do a origin(origin_no_helper) type that doesn't draw the helper in 3D view but does in properties?