@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7



Comments:

<0> wow!
<0> very impressive. i hope they redesigned the cl*** sytem
<1> procedural forests are actually surprisingly simple to implement :)
<1> (if you have the right docs ;) )
<0> is that a first party engine?
<1> what other engine supports that stuff?
<0> if they had purchased the source to another engine and used that as the base, is what i was getting at
<2> anyone have any good sites for makeing demo reels?
<3> gamers are idiots.
<3> i see that now.
<4> lol
<2> what are they idiots>?
<4> lol
<2> what are you laughing at?
<3> think about that for a few moments
<3> and ask yourself why they ARENT idiots



<2> dont they pay your bills tho?
<3> they sure don't
<2> well someone has a high opion of himself for not working in the game industry
<2> a wolf doesnt hate the sheep he eats
<5> the **** is that metaphysical ****?
<4> kozmo, were havin a zone server test ina few
<2> newpz
<2> hi, i haunt gamedev, but dont do anything but complain
<2> i played bf2 once, im a dev
<3> kozmonaut what the hell are you talking about
<6> is that lub for me?
<6> you must be high
<6> and mighty
<2> newp
<3> i guess it comes down to wether you think a gamer is someone who casually plays games or a person that spends an irrational amount of time doing so, getting involved in message board debates over which console is better
<2> dedicated and loyal players is what fuels the industry
<2> how the average or power gamer conducts themselves is no buisnous of mine
<3> feh.
<3> way to leave before i could smash that argument like an eggshell
<4> lol
<7> Does anyone remember any of the wording from the ASCII anti-piracy screen that came up when you quit Doom 2?
<7> I'm trying to track down the text, but having a hard time of it
<8> homie?
<8> http://omega.kicks-***.org/blackfrog/doom2-quit.png
<8> Remember, if you are playing a pirated copy of DOOM II you are going to HELL.
<8> Buy it and avoid an eternity with all the other freeloaders.
<8> And remember kids, DOOM II is teh shizzle as is Teh Black Frog! Go to HELL if you think otherwise.
<8> (something along those lines)_
<8> :)
<9> http://www.heavensasunder.com/lobby.JPG
<9> its just too bad 99% of SL doesnt look that good
<1> moebius-, you should build a robot receptionist ;)
<9> hah
<10> didn't you steal that art? hmmmm?
<1> steal? I thought he bought it...
<10> sure, bought
<1> so piracy != theft, but buying stuff is? ;)
<10> well, obviously
<1> its a lot better than building stuff manually, unless you are planning on selling it
<10> isn't he?
<1> I dunno what he's selling, but I doubt its the building
<9> i only bought the tower, which was modded & looks little like the original anymore lol. the rest i built myself
<9> the interior design is custom
<10> that's a vague description
<9> http://www.slexchange.com/modules.php?name=Marketplace&file=images&ItemID=52560
<9> thats the original
<9> http://www.heavensasunder.com/towerfinal2.jpg
<9> the mod
<9> it was 3 pieces repeated anyway, i couldve made it
<9> lol
<9> 3 prims
<4> woot
<4> we just had a network test for the game
<4> mad spammage and it survived
<4> :D
<4> only 10 people connected, but still :D
<11> Hello :)
<4> :D



<3> Anybody know of a good xp defragger?
<4> ya.. xp defragger
<4> :D
<12> the defragger that comes with XP?
<12> heh
<3> so that's good?
<3> :) just asking if there's anything better
<12> they all do the same thing
<1> diskeeper
<13> Anyone here in Arazona?
<4> Arazona doesnt exist
<4> kthx
<4> well maybe it does somewhere
<4> :D
<13> fine.. ArIzona :P
<4> :D
<4> not i :D
<11> it is Idaho that doesn't exist :)
<6> allumomzen
<11> http://kuoi.asui.uidaho.edu/idaho_does_not_exist.html
<6> udaho
<4> wtf does that even mean
<4> seriously
<4> lol
<7> uhuhu
<7> it's like europe
<11> U Idaho :)
<7> something that parents made up to scare their children into eating their beets
<11> University of Idaho :)
<7> "if you don't get big and strong, you'll have to be a potato farmer in idaho"
<14> Europe is evil
<14> it destroyed the culture of loads of countries
<14> e.g. the currency :P
<15> they are evilll because they play soccer
<14> do they?
<14> I thought that was England, except we call it football
<14> and honestly, basing your whole mood and life and victims on something you have no control over like a bunch of yobs who for some strange reason actually warrant airtime on TV
<14> as you can tell I'm not much of a sports fan :P
<15> FOOOOZBALLZ
<9> http://i7.photobucket.com/albums/y263/uniquengenuine/robotdance4lx.jpg
<4> lol
<15> LOL
<15> you know, my brother is actually trying to make robot dance..
<15> I gotta tell him to put Beastie Boys - Intergalatic whenever his robot does the dance
<16> hey
<17> what's up, Kosher
<16> how can I triangulate this: 0 1 3 2 < face indices into this: 0 1 2 0 3 2 < Face triangle indices??
<14> (0+1+3+2) * (0+1+2+0+3+2) = 6*8 = 48
<14> done
<14> subtract 6 because there are six entries in the second array: 42
<16> eh
<16> so I have a face vertex indices list 0 1 3 2
<14> oh OK, I see what you mean now
<14> when you said "indices into this"
<16> I need to triangulate it
<16> so that it becomes 0 1 2 0 3 2
<14> yeah
<14> well um
<14> is it always just a quad you want to triangulate?
<16> of course there is more than one quade but I am only concerned with a single quade at a time, yes.
<14> and it's always quads?
<14> that's quite easy then
<14> are they convex?
<14> are they planar?
<16> convex
<14> if they're not planar, it makes it hard to define whether they're convex or not
<14> hehe
<14> I think it does anyway
<14> well that's dead easy
<14> let's say you have the vertices in a consistent order, either clockwise or anticlockwise, and they go a b c d
<14> your triangles are
<14> a b c and c d a
<16> i want a to be the arbitrary position


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #gamedev
or
Go to some related logs:

#dsl
#worldcup
#beginner
#beginner
#unixhelp
#beginner
#politics
#windows
WHITCAM divers
hoe to configure raid-5



Home  |  disclaimer  |  contact  |  submit quotes