Page 1 of 1

Object Editing - Blue Circle/Sphere

Posted: Wed Oct 13, 2010 4:08 pm
by deeahchur
I wasn't sure how to search for this answer on the forums, if it even has an answer, but I am hoping someone knows the answer to what I'm asking. This is also something I may have asked way back in my old modding days on BoxHat. Anyway, I digress. . .

All Objects in DEdit have a blue circle/sphere around it. I'm not sure what that represents/affects, but also when I have many in the map, it becomes distracting.

I am wondering:

1) what that represents/affects

2) if it can be resized smaller or larger?

Re: Object Editing - Blue Circle/Sphere

Posted: Wed Oct 13, 2010 5:01 pm
by TronFAQ
Not all objects have a blue circle around them. For those that do, it's because they have a Radius property that specifies the range in which that object will have some kind of effect. For example: How far light or sound will travel.

I don't think there's any way to disable that, at least none that I could find. It's intended to give you the object's radius at a glance and is meant to be very helpful/useful. The only way to get rid of the circles would be to set every object's Radius property to zero. But then that could prevent those objects from doing what you need them to. A radius set to zero means no light or no sound at all.

Re: Object Editing - Blue Circle/Sphere

Posted: Thu Oct 14, 2010 1:04 am
by win3k
Morning chaps
All Objects in DEdit have a blue circle/sphere around it. I'm not sure what that represents/affects, but also when I have many in the map, it becomes distracting.
Maybe you already hit this, but if you aren't currently working on something, hide it. I've come across other map makers who sit next to an overheating PC whilst trying to simultatenously render the entire universe in four viewports who've complained that "dedit's performance is teh suxxor". Dedit has features that allow you to hide/unhide the current selection/everything but the current selection. Hide inverse/selected are (IIRC) keys ; and [. Unhide inverse/selected are ' and ]. Your mileage may vary, but Edit-> Edit key configuration should show you the way.

win3k

Re: Object Editing - Blue Circle/Sphere

Posted: Thu Oct 14, 2010 1:17 pm
by deeahchur
I'm not really looking to eliminate the blue circles, but rather manipulate them, if possible. Affect radius is what I was curious about and is probably the answer I am looking for. I'll play around with that and see if I can make it do what I'm intending.

One more thing, where do I change the radius?

Re: Object Editing - Blue Circle/Sphere

Posted: Thu Oct 14, 2010 1:37 pm
by xistence
Depending on the current object, you have to look under 'Properties' for a value able to handle the radius. This can be named 'Radius', but can also have different names, depending what on the purpose of the object. In the end, just try to alter some values to see if it changes the radius.

Re: Object Editing - Blue Circle/Sphere

Posted: Thu Oct 14, 2010 3:00 pm
by deeahchur
Thanks X and TronFAQ,

Properties > Sounds > SoundRadius

The default is set at 1000.00

Changing the value using the standard grid units (32, 64, 128, 256, 512, etc.) worked like a charm for my needs!

I guess I should start thinking of what sounds I want to include in my maps. I'll admit that was one aspect I haven't played with before but wanted to at some point.