Jump to content
Banner by ~ VKH17

Count to a million


DubWolf

CTAM after 1 million  

199 users have voted

  1. 1. What should happen after 1 million is reached?

    • Start over at 1
      30
    • Keep counting to infinity (count to the next million(s))
      111
    • Count back down to 1 (then back up)
      53
    • Other (pm or mention if you'd like)
      15


Recommended Posts

347216ย 

347.214

ย 

"I need to get trough all my bills and stuff that math never teached me. But hey, I can calculate the distance between earth and sun!" :muffins:

*Raises hand*

Me Sir, me Sir, I know

The distance between the earth and the sun is "One"

Edited by DawnChaser
  • Brohoof 1

My awesomeness is only second to my modesty B)

ย 

Link to comment
Share on other sites

347217

ย 

Maths are awesome :love:

ย 

They let you calculate lighting in games :D

vec3 CalcDirLight(vec3 lightDirection, vec3 norm, vec3 viewDir, vec3 lightColor, float lightStrenght){

	vec3 lightDir = normalize(-lightDirection);
	
	float diff = max(dot(norm, lightDir), 0.0);
	vec3 halfDir = normalize(lightDir + viewDir);
	float spec = kEnergyConservation * pow(max(dot(norm, halfDir), 0.0), kShiny) * diff;
	
	vec3 diffuse = diff * lightColor * (objectColor/kPi);
	vec3 ambient = ambientStrenght * lightColor;
	vec3 specular = SpecStrenght * spec * lightColor;
	float shadow = ShadowCalculation(FragPosLightSpace, lightDir, norm);
	return (ambient + (1.f - shadow) * (diffuse+specular)) * lightStrenght;
}

โ€žI shall be quiet as a calm sea. Which is... not... very quiet.โ€œ

โ€žThis is intolerable!โ€œ

โ€žEven combat is a partnership... for a little while.โ€œ

Link to comment
Share on other sites

347222

ย 

ย 

347219

ย 

CAPS? You stateside?

ย 

What?

Sorry, I don't know what that means :derp:


โ€žI shall be quiet as a calm sea. Which is... not... very quiet.โ€œ

โ€žThis is intolerable!โ€œ

โ€žEven combat is a partnership... for a little while.โ€œ

Link to comment
Share on other sites

347228

ย 

Gonna be some time till I reach something like that xD

ย 

11.457 :P


โ€žI shall be quiet as a calm sea. Which is... not... very quiet.โ€œ

โ€žThis is intolerable!โ€œ

โ€žEven combat is a partnership... for a little while.โ€œ

Link to comment
Share on other sites

347231

ย 

I was just wondering from the use of "are" in "maths are awesome" if you 'are' in the US.

ย 

Only from the fact that I'd say "maths is awesome"

ย 

But if you're used to saying it that way, that's fine.

Edited by DawnChaser

My awesomeness is only second to my modesty B)

ย 

Link to comment
Share on other sites

347232

ย 

Oh, no I'm not from the US...

ย 

Well, you say "maths", plural s (whyever dafak english does plural here) so that's why I say "are".


โ€žI shall be quiet as a calm sea. Which is... not... very quiet.โ€œ

โ€žThis is intolerable!โ€œ

โ€žEven combat is a partnership... for a little while.โ€œ

Link to comment
Share on other sites

347236

ย 

Now I'm questioning everything I knew about being a native speaker.

ย 

We say "Mathematics" and abbreviate to "Maths".

I can't put a " ' " in there and have "Math's fun" which would be correct for "Math is fun" but we don't say "Math" (singular)

ย 

UK On Tuesday I had Maths class

?? On Tuesday I had Math class (to say that I'd use "...had a Math class")

ย 

Complex :)

ย 

Dear rest of the world,

English language is weird.

I bow to your bow.

I fire my bow from your bow.

Don't hit your head on the bough.

Sorry

Edited by DawnChaser

My awesomeness is only second to my modesty B)

ย 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
ร—
ร—
  • Create New...