when to use detail brushes?

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

when to use detail brushes?

Post by fKd »

can anyoe plz tell me what detail brushes do... and when to use em? is there any point in using em??
Fjoggs
Posts: 2555
Joined: Fri May 03, 2002 7:00 am

Post by Fjoggs »

no point sorry :(
Anwulf
Posts: 93
Joined: Wed Jun 21, 2000 7:00 am

Post by Anwulf »

Any brush that doesn't seal off the hull of a map from the void can be made detail. That tends to mean brushes used as decoration in a map. It helps speed up the vis process because only the major parts of the structure of the map are considered.
pjw
Posts: 860
Joined: Sun May 07, 2000 7:00 am

Post by pjw »

Fjoggs wrote:no point sorry :(
Image

@ fKd, like Anwulf said, when a complex map compiles, if the compiler had to consider every little bit of trim and crack in the floor and tiny light sticking out and stuff like that, then the compile would take forever, and your map wouldn't run as efficiently.

The detail flag is kind of a way of saying to the compiler "pretend this brush isn't there" for some purposes (like visibility calculations). Basically, all major walls, floors, etc. should be structural, and all the fussy stuff should be detail (and don't forget to use the caulk texture on hidden faces of detail brushes).
I beat the internet; the end guy is hard.
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Post by axbaby »

detail brushes won't cast a shadow so use detail wisely
[color=#FF0000][WYD][/color]
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Post by fKd »

cheers for all the info :) been working on my first dm map for q3... (been mapping for ut for a while... then got broadband... ut online sux... but ra has held my attention.. its like streetfight quake :) )
i'll post some screens soon... btw... its not the vis that is so bad... its the lighting... anyway to make this render faster? im using q3build..

(cheers for the info bout caulk)
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Post by fKd »

well heres some pics :) texturing is miles off... old.. so old
Last edited by fKd on Tue Jun 27, 2006 3:17 am, edited 1 time in total.
User avatar
Captain
Posts: 20410
Joined: Thu Jan 05, 2006 2:50 am

Post by Captain »

Nice map :icon14:
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Post by fKd »

getting there... spent all day on it :) might get back into it :)


heres a link to it so far.. feedback would be nice :)
http://www.mysharefile.com/v/3884887/pwra1.zip.html
Fjoggs
Posts: 2555
Joined: Fri May 03, 2002 7:00 am

Post by Fjoggs »

pjw wrote:
Fjoggs wrote:no point sorry :(
Image
Yeah I know, but come on, if he'd use the search function or checked the stickys, he could have gotten this question answered and saved you for some time.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

axbaby wrote:detail brushes won't cast a shadow so use detail wisely
For Q4 perhaps (not sure about this)??

Not true for Q3.


See the sticky threads. There have already been resources and tutorials written on the subject and will go into far more detail (heh... no pun intended) than we can be bothered to post here.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

axbaby wrote:detail brushes won't cast a shadow so use detail wisely
detail brushes cast shadows in Q3. detailing is a VIS optimization feature, and has no effect on lightmaps

speaking of detail brushes, a future build of radiant could colour code detail brushes in the 2D so they stand out more. this was built into CoDRadiant, and is invaluable in hammer
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

pjw wrote:Image
bwahaha
pjw
Posts: 860
Joined: Sun May 07, 2000 7:00 am

Post by pjw »

Fjoggs wrote:Yeah I know, but come on, if he'd use the search function or checked the stickys, he could have gotten this question answered and saved you for some time.
Yeah, I know, but a simple "Search is your friend." or whatever would be better. Worst case, he could have taken you seriously and wandered off to compile-time hell, lost all hope in life or joy or God at about hour 400, lost his job from heavy drinking, and ended up selling his ass in a dirty Vegas backalley to support his crack addiction for the remainder of his tragic life.

All because u leid!!! :tear:
User avatar
Captain
Posts: 20410
Joined: Thu Jan 05, 2006 2:50 am

Post by Captain »

olo
Anwulf
Posts: 93
Joined: Wed Jun 21, 2000 7:00 am

Post by Anwulf »

fKd wrote:heres a link to it so far.. feedback would be nice :)
http://www.mysharefile.com/v/3884887/pwra1.zip.html
Better to start a new thread for this, 'cos it's buried in the mass of incidental posting in this one.
Fjoggs
Posts: 2555
Joined: Fri May 03, 2002 7:00 am

Post by Fjoggs »

pjw wrote:Yeah, I know, but a simple "Search is your friend." or whatever would be better. Worst case, he could have taken you seriously and wandered off to compile-time hell, lost all hope in life or joy or God at about hour 400, lost his job from heavy drinking, and ended up selling his ass in a dirty Vegas backalley to support his crack addiction for the remainder of his tragic life.

All because u leid!!! :tear:
i lub you :lub: :)
StormShadow
Posts: 557
Joined: Wed Feb 16, 2005 8:10 pm

Post by StormShadow »

fKd wrote:c
i'll post some screens soon... btw... its not the vis that is so bad... its the lighting... anyway to make this render faster? im using q3build..
use the -fast switch :)
AEon
Posts: 1816
Joined: Sun Apr 20, 2003 7:00 am

Post by AEon »

obsidian wrote:
axbaby wrote:detail brushes won't cast a shadow so use detail wisely
For Q4 perhaps (not sure about this)??

Not true for Q3.
Yeah... was wondering WTH ;)...

From what I have seen mapping for Q4, detail brushes actually *do NOT exist* at all. You can try to turn a brush into detail, and then via Ctrl+D check if Q4's editor actually hides something. It does not, so lighting can't be effected by turning a brush detail.

It may be possible to set certain flags for brushes, e.g. that they do not cast shadows. Though I have not seen that sofar.
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

pjw wrote:Yeah, I know, but a simple "Search is your friend." or whatever would be better. Worst case, he could have taken you seriously and wandered off to compile-time hell, lost all hope in life or joy or God at about hour 400, lost his job from heavy drinking, and ended up selling his ass in a dirty Vegas backalley to support his crack addiction for the remainder of his tragic life.
hey, i've been out of rehab for a year and my ass has almost healed. you said you weren't going to bring this up :icon33:
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Post by axbaby »

seremtan wrote:
axbaby wrote:detail brushes won't cast a shadow so use detail wisely
detail brushes cast shadows in Q3. detailing is a VIS optimization feature, and has no effect on lightmaps

speaking of detail brushes, a future build of radiant could colour code detail brushes in the 2D so they stand out more. this was built into CoDRadiant, and is invaluable in hammer
ow .. thanks guys for not hammering me on my error, i have mapped for years thinking details cast no shadow.
[color=#FF0000][WYD][/color]
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Post by fKd »

why have you guys gotten so into the detail thing... it was covered.. i said thanks... why go on?
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

We're a bunch of level editing nerds with nothing else better to do.

Welcome to Quake3World, BTW. :p
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Post by fKd »

StormShadow... use -fast... for lighting??? i dont see that option... i see it for vis... but not lighting... :? you confused..?
Underpants?
Posts: 4755
Joined: Mon Oct 22, 2001 7:00 am

Post by Underpants? »

pjw wrote:
Fjoggs wrote:no point sorry :(
Image
good find!
Post Reply