Mapplet like editor... SOURCE?

Blitz3D Forums/Blitz3D Programming/Mapplet like editor... SOURCE?

FBEpyon(Posted 2005) [#1]
Hello,

Can anyone on here give me a example to how to do a editor like mapplet its a great and easy editor, but I want to add a few things to it like terrain matrix and such.. if anyone know how or were I can get info on doing a Subtracted Editor like that let me know..

P.S. I know there is another name for that style of editor I just forgot :P


Gabriel(Posted 2005) [#2]
Yes, it's called CSG or constructive solid geometry. There's something in the code archives for it, but IIRC, it's a little broken.

Here :

http://www.blitzbasic.com/codearcs/codearcs.php?code=560

And here :

http://www.blitzbasic.com/codearcs/codearcs.php?code=552


Picklesworth(Posted 2005) [#3]
I asked about boolean mesh operations ages ago and got nothing. Now I know what it's properly called too :)
I do need it again, so this is great!!!
Thanks Sybixsus, you have just unknowingly changed the future of our universe.


FBEpyon(Posted 2005) [#4]
Thanks I wil lhave to go thru these two things later.. so I can understand what there trying to do..

Im workin on a mmorpg and I needed a faster map format, and I have noticed how much better UnrealED was compaired to others..

so I figure it would be a good thing for my game also, thanks for the help.. if you have any advice on terrain editing and matrixes that would help also :P