Jump to content

The Ctrl+V thread!


Felsmak

Recommended Posts

GameObject ball = GameObject.Instantiate(snowBall) as GameObject;

ball.transform.position = new Vector3(transform.position.x + 0.3f * sideNum, transform.position.y + 0.2f, transform.position.z);

ball.GetComponent<SnowBall>().side = side;

break;

Link to comment
Share on other sites

<img src="http://www.explainxkcd.com/wiki/images/0/07/Antique_Factory.PNG" alt="WARNING: This item was aged by the same inexorable passage of time that also processes nuts."/>

Huh. Yay xkcd!

I wonder why that's the explain xkcd link.

Link to comment
Share on other sites

Adobe After Effects 8.0 Keyframe Data

Units Per Second 29.97

Source Width 3816

Source Height 1308

Source Pixel Aspect Ratio 1

Comp Pixel Aspect Ratio 1

Transform Opacity

Frame percent

1288 0

1317 100

End of Keyframe Data

...

Yeah, came here for a rendering brake.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...