Search found 240 matches

by Benjamin100
Tue May 06, 2014 10:17 pm
Forum: General/Off-Topic
Topic: Building a Desktop
Replies: 22
Views: 9509

Re: Building a Desktop

Wish I had read these before. Been trying to install Ubuntu all day. Tricky mainly because I cannot see the Windows partition in Ubuntu installation. Very annoying. Shows it all as free space.
by Benjamin100
Tue May 06, 2014 1:40 am
Forum: General/Off-Topic
Topic: Building a Desktop
Replies: 22
Views: 9509

Re: Building a Desktop

Well, turns out I couldn't go very long without wanting to use some of my old familiar programs on the new desktop. Guess I'll reinstall Ubuntu soon for a dual boot.
by Benjamin100
Tue Apr 29, 2014 1:35 pm
Forum: General/Off-Topic
Topic: Building a Desktop
Replies: 22
Views: 9509

Re: Building a Desktop

All done.
This is it.
Running Ubuntu.
by Benjamin100
Fri Apr 25, 2014 4:05 pm
Forum: General/Off-Topic
Topic: Building a Desktop
Replies: 22
Views: 9509

Re: Building a Desktop

Well shit.
I was trying to line it up with the input cover AND the screw spots, and the thing scratched on the bottom. Looks pretty bad. It scratched one of those silver dots around the hole, and is showing some copper.
Should I just try it out? It looks pretty bad.
by Benjamin100
Mon Apr 21, 2014 4:45 pm
Forum: General/Off-Topic
Topic: Building a Desktop
Replies: 22
Views: 9509

Re: Building a Desktop

Is it easier to install the CPU onto the motherboard when it is outside of the case, or is it better to install the motherboard first?
by Benjamin100
Tue Apr 08, 2014 1:00 am
Forum: General/Off-Topic
Topic: Building a Desktop
Replies: 22
Views: 9509

Re: Building a Desktop

Wow! OK.
I will shop around.
by Benjamin100
Mon Apr 07, 2014 6:19 pm
Forum: General/Off-Topic
Topic: Building a Desktop
Replies: 22
Views: 9509

Re: Building a Desktop

Would you get a separate GPU?
Even though the processor has graphics in it also?
by Benjamin100
Sat Apr 05, 2014 11:33 am
Forum: General/Off-Topic
Topic: Building a Desktop
Replies: 22
Views: 9509

Re: Building a Desktop

OK, Thanks.
I will look at getting a decent power supply.
I'll probably be getting an i5 processor. I'll think about it.
by Benjamin100
Fri Apr 04, 2014 7:30 pm
Forum: General/Off-Topic
Topic: Building a Desktop
Replies: 22
Views: 9509

Building a Desktop

Well, I'm feeling my laptop is a little outdated (not much though,) and that I could use a bit more powerful of a computer. So I've decided to build a desktop. I'm also thinking about installing Ubuntu as the operating system. I've never used Linux before and I'm not sure how difficult it would be t...
by Benjamin100
Thu Mar 27, 2014 12:28 pm
Forum: Current Events and Science/Technology
Topic: Oculus
Replies: 3
Views: 6004

Oculus

So I'm sure you've all heard by now.
What are your thoughts on Facebook buying Oculus?
by Benjamin100
Sun Mar 16, 2014 4:08 pm
Forum: Programming Discussion
Topic: [SOLVED] Normal Vector for lighting.
Replies: 14
Views: 6394

Re: Normal Vector for lighting.

OK, seems the problem was with my uniform binding.
Some sort of mistake with the matrix I was binding.
All working fine now.
by Benjamin100
Wed Mar 12, 2014 8:57 pm
Forum: Programming Discussion
Topic: [SOLVED] Normal Vector for lighting.
Replies: 14
Views: 6394

Re: Normal Vector for lighting.

Well, I think I understand the different spaces. I was working in view space for the lighting. My problem is with the vertex normals. When I just use the vertex normals, things look as I would expect. The trick is that I will eventually want to rotate the object, and so I need to make sure the norma...
by Benjamin100
Fri Mar 07, 2014 11:30 pm
Forum: Programming Discussion
Topic: [SOLVED] Normal Vector for lighting.
Replies: 14
Views: 6394

Re: Normal Vector for lighting.

OK. Thanks.
I have a couple of books on computer graphics that talk about the different spaces. I will review those sections very carefully again to make sure I understand them.
by Benjamin100
Fri Mar 07, 2014 12:31 am
Forum: Programming Discussion
Topic: [SOLVED] Normal Vector for lighting.
Replies: 14
Views: 6394

Re: Normal Vector for lighting.

Both the object and light have a color.

I'm trying to make a directional light. I'm not sure I understand how to do that with a light vector. Which space should that be done in?
by Benjamin100
Tue Mar 04, 2014 9:07 pm
Forum: Programming Discussion
Topic: [SOLVED] Normal Vector for lighting.
Replies: 14
Views: 6394

[SOLVED] Normal Vector for lighting.

I've been working a while on my vertex shader. I've been having trouble with my lighting. Everything on the screen appears dark unless I go in and manually set the color, in which case I can see that the cube does draw to the screen. I played around with different variables to figure out where the p...