充电难扎心窝!电动汽车的“春天”究竟还有多远?

57,663 questions
Filter by
Sorted by
Tagged with
1 vote
1 answer
79 views

How does real Perlin noise work?

I find lots of articles but they cut parts out to simplify the process. I am trying to write a function to generate real 3D Perlin noise without skipping steps like averaging the 4 corners ray somehow....
Opengraphicspros12's user avatar
0 votes
0 answers
82 views

Why does a sprite with a larger texture render faster?

While drawing a map for a game in Pygame, I encountered a strange problem. Loading my grass sprite, which is a little over a kilobyte, and placing it, the FPS dropped by half. However, replacing the ...
Just Nick's user avatar
-4 votes
0 answers
109 views

My question is how to be as good as Sebastian Lague [closed]

How to be as good as Sebastian Lague? I'm 20 years of age, and Sebastian is around 25, I have asked this question to so many people all have one answer in common and that is, "It takes time" ...
Sibghat Dev's user avatar
0 votes
0 answers
35 views

using Unity URP/lit shader with skinning and DOTS

I'm using: Unity: 6000.0.51f1 Entities: 1.3.14 Entities Graphics: 1.3.2 URP: 17.0.4 Shader Graph: 17.0.4 I'm fairly new to both DOTS and Shaders, but when trying to use DOTS with URP combined with ...
TheWolfNL's user avatar
  • 153
1 vote
0 answers
67 views

Necessity of node-graph-based rendering in simple game engine

I'm working on a C++ game engine for my own projects. It's divided into two parts: one which handles basic functionality like logging, cross-platform abstractions, filesystem utilities, etc., and ...
Bunabyte's user avatar
  • 331
0 votes
1 answer
104 views

Open model file format that supports skeletal animation

I'm looking for a file format to store and load 3D models with skeletal animation data, which is free to use and distribute without licence restrictions. I've evaluated formats like glTF and Collada (....
Opengraphicspros12's user avatar
7 votes
1 answer
1k views

Why are collision manifold points created inside objects instead of on their surfaces?

Suppose you have two overlapping spheres \$A\$ and \$B\$, with centers \$c_{A}\$ and \$c_{B}\$ and radii \$r_{A}\$ and \$r_{B}\$. Let \$n = \operatorname{normalize}(c_{B} - c_{A})\$ be the collision ...
Ram's user avatar
  • 73
0 votes
0 answers
40 views

Instantiated child scene does not rotate with the parent as pivot

Version 4.4 I am starting to learn Godot by creating a game in which my ‘Player’ scene is instantiating and adding a ‘Ball’ scene as its child on starting the game. I position the Ball at a distance ...
Prashank's user avatar
-2 votes
0 answers
52 views

How to update Metin2 to use modern technologies? [closed]

I want to integrate a game with an old architecture like Metin2 completely into modern technologies, that is, the use of Docker and Ubuntu, and completely change the graphics engine and architecture ...
Hakan Canan's user avatar
0 votes
1 answer
61 views

OnTriggerEnter called without a Rigidbody

I use Unity and the player controller in the game is acting strangely. It has a Character Controller but no Rigidbody. I use CharacterController.Move to make him ...
Achie1's user avatar
  • 181
0 votes
0 answers
40 views

What am I missing to get my animation working

I use Godot 4.4 and gdscript. I have a 2D isometric character with hundreds of sprite sheets for different angles and weapon status. Its not feasible to do this in ...
Jason Crosby's user avatar
0 votes
0 answers
51 views

How to edit maps from campaign to make them work in the Assault Coop mod in Far Cry 1?

How can I edit maps from campaign to make them work in the Assault Coop mod in Far Cry 1? There are some campaign maps in the Assault Coop mod, but not all the maps. For the moment, I opened the maps ...
John's user avatar
  • 1
0 votes
0 answers
46 views

Is there a string-pulling algorithm that works directly with (3D) portals without checking LOS?

I'm working on a project where audio propagates through a series of rooms and portals. This is modeled by finding all paths from a source to listener and then merging their contributions into a final ...
Luke B.'s user avatar
  • 1,017
0 votes
1 answer
97 views

How to correctly set up peering bits for terrain sets/autotiling?

I'm trying to set up autotiling for this tileset in Godot: I set the peering bits like this: However, when I try to place the terrain tiles, all I get is this mess: What am I doing wrong?
Life4Gaming's user avatar
1 vote
0 answers
43 views

How can I dynamically make a distance field shape of the lit part of the moon to use it as a halo in a custom skybox shader?

I created a custom skybox shader featuring a black sky with only the moon and its halo. The moon responds realistically to the scene’s directional light (sunlight), which creates a convincing effect. ...
Ahmed Dyaa's user avatar

15 30 50 per page
1
2 3 4 5
3845