Jump to content

Count to a million


DubWolf

CTAM after 1 million  

193 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))
      106
    • Count back down to 1 (then back up)
      52
    • 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...