Search:

Type: Posts; User: psychopath

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thread: Windows 10

    by psychopath
    Replies
    27
    Views
    2,553

    I missed this place. I should start posting...

    I missed this place. I should start posting again.


    Can we change my username to "Dayman"?
  2. Replies
    12
    Views
    2,575

    Not that odd, considering the influx of iPhone...

    Not that odd, considering the influx of iPhone (and now iPad) developers.
  3. Excellent responses here so far :D. @MK27: If...

    Excellent responses here so far :D.

    @MK27: If i'm understanding you correctly, you're saying that I shouldn't be using the PB EULA specifically as having a "cultural impact", but rather as a...
  4. Punkbuster EULA and Ethics [homework-related]

    I'm doing an "Ethics for Computer Science" course, and for an assignment we're supposed to come up with an "aspect or example of computer technology that has affected society or had a cultural...
  5. Replies
    12
    Views
    2,563

    I was pretty sure we figured out a while ago that...

    I was pretty sure we figured out a while ago that it was Sweden or something.
  6. Replies
    5
    Views
    4,517

    The light is being calculated prior to rotating,...

    The light is being calculated prior to rotating, but is never calculated with the rotated vertices, so naturally the light would rotate "with" the object. I'm not completely sure if there's a good...
  7. Replies
    15
    Views
    2,186

    Understatement, IMO.

    Understatement, IMO.
  8. Replies
    4
    Views
    1,563

    Not working on Chrome for the Mac :(.

    Not working on Chrome for the Mac :(.
  9. Replies
    33
    Views
    6,225

    XCode has a feature that allows you to manually...

    XCode has a feature that allows you to manually collapse selected text. It's not as nice as automatic recognition, but maybe there's something similar buried in VS somewhere?
  10. Replies
    2
    Views
    1,485

    Doing aweful in math, but decent in CS?

    To get a B.Sc at my university there are 6 math courses you need to complete; 3 Calculus courses, discreet math, linear algebra, and stats. I'm assuming it's like this most everywhere.

    The issue...
  11. Replies
    25
    Views
    4,960

    I've had so many needles in my life that they...

    I've had so many needles in my life that they don't bother me at all anymore. Dental needles do suck though, I really hope I never need anymore of those :(.
  12. The text book i'm using for my discreet math...

    The text book i'm using for my discreet math course, is this one. There are probably better ones, but this is the only one i've used so it's all I can recommend.
  13. Replies
    77
    Views
    8,970

    Sweden? Finland?

    Sweden? Finland?
  14. Replies
    108
    Views
    13,080

    I have a 500GB (OS X) and an 80GB (Windows) in my...

    I have a 500GB (OS X) and an 80GB (Windows) in my desktop. My laptop is 250GB.

    There's plenty of room left on both of them, but I tend to scale what I store on a drive with it's capacity. If I had...
  15. Replies
    4
    Views
    2,273

    Riiight. Of course. :rolleyes:

    Riiight. Of course. :rolleyes:
  16. Replies
    97
    Views
    15,250

    Poll: GCC via XCode for me. Not a fan of command-line...

    GCC via XCode for me. Not a fan of command-line compiling, personally. I always use MSVS if I happen to be using Windows.
  17. Replies
    18
    Views
    20,104

    Sorry for the slow replying. I'm running out of...

    Sorry for the slow replying. I'm running out of free time these days (I'm done working weekends now though...hopefully that'll give me a bit more play time :p).

    I tried:


    float theta = dot(L,...
  18. Replies
    6
    Views
    1,912

    They sound pretty close to the temps I got on my...

    They sound pretty close to the temps I got on my 3850 (single-slot, no exhaust) when I was using it. That was in a well-cooled Antec Sonata III (2x 120mm fans).

    Unless there's something about the...
  19. Replies
    18
    Views
    20,104

    Hmm, makes sense. I calculate the angle as a dot...

    Hmm, makes sense. I calculate the angle as a dot product of the view and light vectors:



    vec4 wPos = mWorld*gl_Vertex; //world matrix * "in" vertex position
    vec3 lPos = vec3(0.0, 10000.0,...
  20. Replies
    18
    Views
    20,104

    I think my sky colour problem may be related to...

    I think my sky colour problem may be related to incorrect distance calculation.

    From what I've read, it seems like the distance (that the light has to travel through the atmosphere), is supposed...
  21. Replies
    18
    Views
    20,104

    I calculated them using code for a demo I found...

    I calculated them using code for a demo I found online, which I just realised is the GDC demo code. I think. I can't even find it online anymore, but it was linked somewhere.

    The coefficients are...
  22. Replies
    18
    Views
    20,104

    AFAIK, Esun is supposed to be an RGB value, so...

    AFAIK, Esun is supposed to be an RGB value, so I'm assuming that it is between 0.0 and 1.0.


    The in-scatter result should be converted to RGB? I made an attempt at that, but it didn't seem to...
  23. Replies
    18
    Views
    20,104

    As you suggested, I added the shader to the...

    As you suggested, I added the shader to the terrain as well. It looks pretty good, but I'm not 100% sure it's exactly how it's supposed to be. I can't see anything wrong specifically with extinction...
  24. Replies
    18
    Views
    20,104

    I was under the impression that mie scattering...

    I was under the impression that mie scattering and/or atmospheric density/depth were responsible for the red and orange?

    Right now, I'm calculating extinction as exp(s * (Br+Bm) ). Which should...
  25. Replies
    18
    Views
    20,104

    Getting closer. I've got sunset colours now....

    Getting closer. I've got sunset colours now. However, the sky is now much too dark even when the sun is high in the sky.

    Seems like the coefficients and multipliers are more important to the...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4