Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411490 Posts in 69371 Topics- by 58428 Members - Latest Member: shelton786

April 24, 2024, 08:19:53 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)Beautiful fails.
Pages: 1 ... 32 33 [34] 35 36 ... 67
Print
Author Topic: Beautiful fails.  (Read 341583 times)
Schilcote
Level 1
*


View Profile
« Reply #660 on: July 06, 2014, 01:23:52 PM »

I'm an eldritch abomination, you see.
snip
PUTTYPUTTYPUTTYPUTTYPUTTY

I can only imagine that bit was on the end because the memory being read from was inside the SSH server. So I'm assuming I've just shared the keys to my Linux box with the internet Heartbleed style. Joke's on you, internet, there's nothing good on there except PlayOnLinux and SMAC!
Logged
TomHunt
Level 3
***



View Profile WWW
« Reply #661 on: July 06, 2014, 01:48:13 PM »

Looks cool actually!
Thanks!  Smiley

Is that a screenshot?
i had removed a background render pass that was clearing the color buffer, and so i was left with the main render pass, which wasn't clearing the color buffer. it did this for about 1 or 2 frames before pausing on an error. it looked even freakier when i unpaused it and let it keep playing.

i'm thinking that it might be a cool visual effect to just turn off that one gl.clear flag for a couple of seconds and do this crazy visual on for something like maybe when you go to another level in the game.

but this - yeah, it was pretty much just a cool-looking bug at the time.
Logged

~tom | □³ | kRYSTLR
Whiteclaws
Level 10
*****


#include <funny.h>


View Profile
« Reply #662 on: July 08, 2014, 12:56:16 PM »


Why am i even trying  Facepalm

Edit: Holy Sh*t Who, Me?
Logged
Signal Walker
Level 0
**


World Champion 1995


View Profile WWW
« Reply #663 on: July 08, 2014, 05:27:50 PM »

What were you trying to do?
Logged

Mastodon - @AshWalker
Rotonde - @Ash
Cunnah
Level 1
*



View Profile
« Reply #664 on: July 10, 2014, 12:59:52 AM »

Who knew screwing up your terrain LOD creation could be so pretty!

Logged
Whiteclaws
Level 10
*****


#include <funny.h>


View Profile
« Reply #665 on: July 10, 2014, 07:14:14 AM »

What were you trying to do?
I was trying to normalize some pixel data for it to be between 0-256, I added 1 to the base value in the second picture
Logged
gamerzap
Level 0
***



View Profile
« Reply #666 on: July 10, 2014, 12:31:23 PM »


Why am i even trying  Facepalm

Edit: Holy Sh*t Who, Me?

Reminds me of a bug I had a while back when starting a raycaster-esque thing:
Logged
Schilcote
Level 1
*


View Profile
« Reply #667 on: July 12, 2014, 08:00:23 AM »

My Markov-based procedural map generator wasn't producing output anywhere near as coherent as I liked, so I modified the generator function to be able to add more tiles to an already existing map.



I'm not sure what else I expected, really.
Logged
ben657
Level 0
*


View Profile
« Reply #668 on: July 12, 2014, 12:42:23 PM »

My Markov-based procedural map generator wasn't producing output anywhere near as coherent as I liked, so I modified the generator function to be able to add more tiles to an already existing map.

--SNIP

I'm not sure what else I expected, really.

Woow that plays with your eyes... parts just out of my main focus look to be squiggly, then go back to normal when lookhng directly at them.  Shocked
Logged
gimymblert
Level 10
*****


The archivest master, leader of all documents


View Profile
« Reply #669 on: July 13, 2014, 09:30:59 AM »

What were you trying to do?
I was trying to normalize some pixel data for it to be between 0-256, I added 1 to the base value in the second picture
Shouldn't that be between 0 and 255 or 1 and 256?
Logged

RadiationMutt
Level 0
**



View Profile
« Reply #670 on: July 13, 2014, 12:13:44 PM »

The car is supposed to stand still but it wants to dance.

Just a little approximation with vector math is enough to make undamped tyre deformation crazy. I fixed it by adding damping. I had similar issue with clutch causing oscillating engine sound.

« Last Edit: July 13, 2014, 12:24:31 PM by RadiationMutt » Logged

Zack Bell
Level 10
*****



View Profile WWW
« Reply #671 on: July 13, 2014, 09:37:18 PM »

Transforms are hard.

Logged

ThemsAllTook
Administrator
Level 10
******



View Profile WWW
« Reply #672 on: July 13, 2014, 11:00:49 PM »

Transforms are hard.

Looks perfect to me. Grin
Logged

Noogai03
Level 6
*


WHOOPWHOOPWHOOPWHOOP


View Profile WWW
« Reply #673 on: July 14, 2014, 07:34:29 AM »

Transforms are hard.

snip

that is superb
Logged

So long and thanks for all the pi
Schilcote
Level 1
*


View Profile
« Reply #674 on: July 14, 2014, 09:43:56 AM »

I vote you leave it like that, or at least only tone it down a little.
Logged
Sik
Level 10
*****


View Profile WWW
« Reply #675 on: July 15, 2014, 03:10:03 AM »

Dunno, having the rotation point not centered does feel annoying.

I imagine it should go like this:

  • Rotate
  • Translate
  • Scale
  • Translate

May or may not need to get reversed, depending on the API.
Logged
powly
Level 4
****



View Profile WWW
« Reply #676 on: July 15, 2014, 05:54:31 AM »

Both translates after the rotate?
Logged
Sik
Level 10
*****


View Profile WWW
« Reply #677 on: July 15, 2014, 06:31:50 AM »

  • Rotate to make the text spin on its center
  • Translate to shift the origin for the next transform
  • Scale to enlarge the text around its upper left corner
  • Translate text to its final position on screen
Logged
sam_suite
Level 1
*



View Profile WWW
« Reply #678 on: July 15, 2014, 07:44:11 PM »

Juuust the right number of particles

Logged

Zaphos
Level 5
*****



View Profile WWW
« Reply #679 on: July 15, 2014, 07:54:33 PM »

The bug is that you have too few particles, right?
Logged

How to Be a Tree | Voro | Realistic Kissing Simulator | twitter | Programmer at Epic Games
Pages: 1 ... 32 33 [34] 35 36 ... 67
Print
Jump to:  

Theme orange-lt created by panic