Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/Questions/Page 2

askthedev.com Latest Questions

Asked: June 14, 2025

How can I implement bicubic sampling for arbitrary data types in my raytracer’s texture interpolation?

anonymous user

I’m trying to add bicubic filtering to my software raytracer, but I’m kind of stuck on how to implement bicubic sampling for arbitrary data types in my texture interpolation. I already have a `Data` struct that has a bunch of ...Read more

  • 0
  • 2 Answers
Asked: June 13, 2025

Why are detail and tree distances not functioning correctly in Unity 6, showing unexpected behavior when adjusting their settings?

anonymous user

I’m having a bit of a frustrating experience with Unity 6 and could use some help. So, I started working on a terrain for my game, and while I was excited to add details and trees, I’ve run into some ...Read more

  • 0
  • 2 Answers
Asked: June 12, 2025

Why does GameInputCreate return E_NOTIMPL on one Windows 10 machine but not another with identical setups?

anonymous user

I’ve hit a snag with a project I’m working on, and I hope someone in the community can shed some light on this weird issue I’m facing. I’ve got two test machines, and they’re both running Windows 10 version 22H2. ...Read more

  • 0
  • 2 Answers
Asked: June 12, 2025

Why are my uploaded Steam leaderboard scores not reflecting correctly despite receiving a success message and global rank of 0?

anonymous user

I’ve been wrestling with an issue while trying to upload player scores to the Steam Leaderboard using the STEAMWORKS.NET C# wrapper in Unity. After I complete a run and call the `UpdateScore` function, everything seems to go smoothly since I ...Read more

  • 0
  • 2 Answers
Asked: June 12, 2025

Why is an integer operation using a massive float in line 60 of the decompiled shader code?

anonymous user

I was decompiling a game’s shaders using RenderDoc and stumbled upon something that has me scratching my head. There’s a segment of code that completely perplexes me, especially line 60. Here’s the relevant part: “` 57: mul [precise(xyz)] ...Read more

  • 0
  • 2 Answers
Asked: June 11, 2025

Is the view transform simply a combination of change of basis and translation to position objects in camera space?

anonymous user

I’ve been diving deep into the graphics pipeline lately, particularly the view transformation, and I feel like I’m grasping some concepts, but I still have a couple of puzzle pieces that don’t quite fit together. I’m curious to see if ...Read more

  • 0
  • 2 Answers
Asked: June 10, 2025

Create a series of programs that outputs the next program in the sequence with matching length growth.

anonymous user

Alright, here’s a fun challenge for you! Imagine we’re in a coding world where each program you write needs to follow a specific sequence based on length and structure. Let’s say you start with a simple program, and as you ...Read more

  • -1
  • 2 Answers
Asked: June 10, 2025

Why does geometry from the front of my Vulkan model peek through when rendering the back with depth testing?

anonymous user

I’m running into a puzzling issue while trying to render my `.obj` model using Vulkan 1.4. I’ve got this model of a character (let’s call it Suzanne) and I’m dynamically rotating it using quaternions. So far, everything’s working fine when ...Read more

  • -1
  • 2 Answers
Asked: June 10, 2025

Calculate the total intersections between multiple ranges given in a list.

anonymous user

Hey everyone! I’ve been diving into some programming challenges lately, and I hit this really interesting problem that I think could spark a fun discussion. So, here’s the scenario: imagine you have a list of ranges, and you need to ...Read more

  • 0
  • 2 Answers
Asked: June 10, 2025

Determine the fewest operations needed to check for the intersection of two sets.

anonymous user

Have you ever come across two sets of data and wondered if they have anything in common? Like, maybe you have two lists of your favorite movies—one from last year and another from the ’90s. Checking if there are any ...Read more

  • 0
  • 2 Answers
1 2 3 … 2,655

Sidebar

Recent Answers

  1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
  2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
  3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
  4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
  5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
  • Home
  • Learn Something
  • Ask a Question
  • Answer Unanswered Questions
  • Privacy Policy
  • Terms & Conditions

© askthedev ❤️ All Rights Reserved

Explore

  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes