Outdoordoor
Member
|
Make physical body visible in editor
(This post was last modified: 10-11-2023 08:51 AM by Outdoordoor.)
|
|
10-11-2023 08:48 AM |
|
tipforeveryone
Bronze Supporter
|
RE: Make physical body visible in editor
I think if the object itself is a Game.Char object. it will not show capsule physic shape in model editor.
In case you want physic shape to be displayed in engine editor. press Alt Shift B
|
|
10-11-2023 02:53 PM |
|
Outdoordoor
Member
|
RE: Make physical body visible in editor
The problem appears not only with Game.Char, but with other object (like Static or Item) as well. Unfortunately, Alt+Shift+B does not seem to change anything either.
|
|
10-11-2023 03:07 PM |
|
Zervox
Member
|
RE: Make physical body visible in editor
I am assuming you are using an AMD card
it is caused by whatever shader behavior the engine does in D.lineSmooth which is used by the editor.
it is not only physical bodies that gets hidden.
|
|
10-13-2023 05:00 AM |
|
Outdoordoor
Member
|
RE: Make physical body visible in editor
I'm indeed using an AMD card. Is there a way to somehow tweak this D.lineSmooth to show the lines in the editor?
|
|
10-13-2023 06:30 AM |
|
Zervox
Member
|
RE: Make physical body visible in editor
(10-13-2023 06:30 AM)Outdoordoor Wrote: I'm indeed using an AMD card. Is there a way to somehow tweak this D.lineSmooth to show the lines in the editor?
Only if you have source code access and rebuild the editor by uncommenting any use of D.lineSmooth to my knowledge any editor graphics settings etc will not do anything.
|
|
10-13-2023 09:16 PM |
|
Outdoordoor
Member
|
RE: Make physical body visible in editor
I don't have access to the source code, but thanks for the answer anyway!
|
|
10-14-2023 07:31 AM |
|