u/BasePersonal8220

Image 1 — Unknown part at mcdonalds
Image 2 — Unknown part at mcdonalds

Unknown part at mcdonalds

This object has ben sitting on my front counter for weeks, down know what it is. It consists of the metal frame with two big screws. I can only assume it came from one if the machines here, anyone know what it is?

u/BasePersonal8220 — 1 day ago

Hit cock on surface now its not as erect

This is gonna sound stupid as fuck but basically i hit my mostly erect dick on the toilet seat head on, think like extending your finger and running it into a wall. (It wasnt too hard but it still hurt). Ever since ive observed that i havent ben able to get fully erect, i dont know if itll solve itself or if its just a big placebo effcect, but im pretty worried.

reddit.com
u/BasePersonal8220 — 4 days ago
▲ 553 r/godot

how can i make a raycast draw a line? for a firearm

yeah. i just need some help on how to make a raycast draw a line from start to finish, coloring, size, etc. any help is appreciated. the following is the main code block

func getcol():
  var center = get_viewport().get_size()/2

  var rayorigin = project_ray_origin(center)
  var rayend = rayorigin + project_ray_normal(center)*rayrange

  var newint = PhysicsRayQueryParameters3D.create(rayorigin,rayend)

  var intersect = get_world_3d().direct_space_state.intersect_ray(newint)

  if not intersect.is_empty():
    print(intersect.collider.name)

  else:
    print("you missed fatty")
u/BasePersonal8220 — 9 days ago