imported_vr6
Platinum Member
Software forum is flooded with doom3 threads so i thought i give it a try here.
A circle 0-360 degrees
I need to divide it, Up to 8 sections
- Cannot overlap
- can be any range
ex.
Section1: 345-55
or
section1: 355 - 340
or
section1: 90-240, etc.
- if a new section is to be created within another section, i must divide the section
for example.
section 1 : 90-270
new section = 140-200
result:
section1: 90-139
section2: 140-200
section3: 201-270, section three will hold the same attibutes as section1, just range difference.
-if a new section will cover part of an existing section, then shift the start/end range of existing section accordingly.
How would you do it?
A circle 0-360 degrees
I need to divide it, Up to 8 sections
- Cannot overlap
- can be any range
ex.
Section1: 345-55
or
section1: 355 - 340
or
section1: 90-240, etc.
- if a new section is to be created within another section, i must divide the section
for example.
section 1 : 90-270
new section = 140-200
result:
section1: 90-139
section2: 140-200
section3: 201-270, section three will hold the same attibutes as section1, just range difference.
-if a new section will cover part of an existing section, then shift the start/end range of existing section accordingly.
How would you do it?