Godot Engine
Rules
About
Featured Projects
Toggle forum theme
Sign Up
Log In
3D
Cubes, Triangles and mad collisions. This is 3D.
Latest engine news:
Start a Discussion
Godot Help
All Discussions
Tags
Forum News
Projects
Resources
Tutorials
Godot Help
New to Godot
3D
2D
Audio
GUI
Shaders
Navigation
Building
Programming
GDScript
C++
CSharp
HTML5
Networking
Physics
Exporting
AR
VR
XR
Optimizing
Question
Business
Community
Professional Trade
Non-Godot Projects
Godot 4.X
Godot 3.X
Free
More...
Latest
Latest
Top
Newest
Oldest
billboarding with sprite 3d with a current camera
Godot Help
3D
Godot 4.X
SnapCracklins
replied
Oct 25, 2024
Hello. I've done the tutorials on a 3d game in Godot 4 (latest stable, 4.3) and I am having the damndest time with billboarding. I have y-billboarding enabled but I am trying to do a "Don't Starve" ty...
2
2 replies
Have a Sprite3D recieve the same light level on both sides
Godot Help
3D
Question
Godot 4.X
xyz
replied
Oct 24, 2024
I'm making an fps game that uses an AnimatedSprite3D for the weapon model, and I'm having issues with the way it reacts to lighting. The problem I have is that the sprite's dark side faces the player ...
7
7 replies
S
How to make an object rotate around a specific non-xyz axis?
Godot Help
3D
Programming
Godot 4.X
xyz
replied
Oct 24, 2024
I'm new to Godot and trying to make a game similar to the old descent games from the 90s. In those games you could rotate your ship around the axis the camera is facing. Is there a function for someth...
1
1 reply
Controller for mobile 3D fps shooter in Godot 4
Godot Help
New to Godot
3D
Godot 4.X
Scel
started
Oct 21, 2024
I'm making a 3D mobile shooter in Godot 4, but I can't find a way to implement convenient controls like in mobile shooters (camera control with screen swipes, joystick, jump button, and so on). How ca...
0
0 replies
How can I implement a “run bar” in Godot 4?
Godot Help
3D
2D
Godot 4.X
kuligs2
replied
Oct 21, 2024
I want to implement a mechanic in my 3D game that limits the player’s ability to run. The player should have a “bar” that appears when they hold shift. This bar depletes while the player runs and rege...
3
3 replies
Character Snaps Backwards along Slope
Godot Help
3D
Pulsahr
started
Oct 17, 2024
I'm making a 3D low-poly platformer and on stage 3, there is weird collision going on along a slope. Anytime I walk along where the top of the slope and the terrain meet, my character starts snapping ...
0
0 replies
J
Adapt to the refractive index of glass materials
Godot Help
3D
Shaders
Godot 4.X
xyz
replied
Oct 17, 2024
Set the ior property of Threejs material and change the refractive index of transparent material. The effect is as follows: However, in Godot's StandMaterial3D, after setting Refraction, regardless of...
2
2 replies
scene gets "deformed"
Beta
Godot Help
3D
Godot 4.X
CryptoMares
replied
Oct 15, 2024
Hi I found a code example on github for a FPS scene in godot and I used that code and added a first model. The FPS code is working but I noticed that when you move the mouse up and down (and other dir...
20
20 replies
Detecting Sharp Edges (Raycasting)
Godot Help
3D
Programming
Godot 4.X
paftdunk
replied
Oct 14, 2024
Hello! I'm currently working on a game where the player (CharacterBody3D) is often on ramps. I'm aligning the player to the surface using raycasts and the returned normals (the barymetric way). Here's...
11
11 replies
T
My grenade starts to go up when i throw it.
Godot Help
3D
CSharp
Godot 4.X
TheEpicCookie
replied
Oct 14, 2024
When i throw it closer to the player it immediately starts going up, but when i try to throw it farther away the grenade seems to work for a couple of seconds but then starts going up. This is my code...
12
12 replies
G
Label3D obscured by Sprite3D
Godot Help
3D
xyz
replied
Oct 14, 2024
I have a bunch of controllable CharacterBody3D's, with a Sprite3D above each, and 2 Label3D's (for name and id number) above that. Similar to Duskers https://cdn.mos.cms.futurecdn.net/b53xnXSeFGhRMcM8...
1
1 reply
I
How to control the camera (in the editor) in a large 3D scene?
Godot Help
New to Godot
3D
Question
xyz
replied
Oct 14, 2024
I have a large 3D scene and that part works fine. However, when I try to look at different parts in the editor the camera stops scrolling at some point and I can't zoom further. It seems like it is zo...
1
1 reply
H
Why is this node rotating to a weird angle whenever I try to pick it up?
Godot Help
New to Godot
3D
Question
xyz
replied
Oct 11, 2024
Hi all, Extremely new to Godot and having some issues with rotating objects. I am trying to create a first person camera that can pick up and drop objects in the environment. When I pick up the object...
6
6 replies
The Water in the Game "Party Animals"
Godot Help
3D
Shaders
EEE474
replied
Oct 10, 2024
I was watching someone playing the game with his friends for the sake of wasting time, until they reached a map called "Typhoon" and OMG THE WATER!!! It was an outstanding piece of tech art, my guess ...
3
3 replies
Any suggestions on how to create weapon animations?
Godot Help
3D
kuligs2
started
Oct 10, 2024
Im having existential crisis. I dont know where to start, so that the work i put into, and time, is not gone in waste, by later redoing everything.. Ive made few of those mistabkes before . What i wan...
0
0 replies
U
How do I change a skeleton's rest bone's transform while animated?
Godot Help
3D
upncoming
started
Oct 9, 2024
I have a rigged model where I want to scale parts of the bones and have it animated. Here is my code. extends Skeleton3D # Store the default bone transformation. var default_root_transform : Transform...
0
0 replies
Decals are covering up the 3D scene
Godot Help
3D
Godot 4.X
PoorlyDrawnCircle
replied
Oct 7, 2024
I have custom foot-print shadow Decals under some of my objects in my 3d-scene. Looks great in-game, but when in the editor, it looks like this. Utter chaos. I don't want to hide the shadow in-editor,...
2
2 replies
UI Locking my camera movement
Godot Help
3D
UndercoverWitch
replied
Oct 6, 2024
I'm trying to get an in game camera system to work and I'm running into a wall. I followed a tutorial on how to make a first person camera movement and then I tacked on some extra code to have a UI ov...
2
2 replies
N
Blender model appearing very dark in godot.
Godot Help
3D
Rion_j
replied
Oct 5, 2024
I made a 3D model in Magica-Voxel and then imported it to blender. In Blender it seemed to look fine, but then after putting it into Godot it was extra dark. I'm new to Blender and Godot. Anyways what...
10
10 replies
S
Odd Results from Barycentric Coordinates and Mesh Normals [4.2 dev6]
Godot Help
3D
Programming
GDScript
xyz
replied
Oct 3, 2024
Hey y'all, I wanted to experiment with the new barycentric coordinate function coming in 4.2, but I seem to be getting some odd results with meshes imported from Blender. In a new project I'm using th...
61
61 replies
Load More
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
3D
Cubes, Triangles and mad collisions. This is 3D.
billboarding with sprite 3d with a current camera
Have a Sprite3D recieve the same light level on both sides
How to make an object rotate around a specific non-xyz axis?
Controller for mobile 3D fps shooter in Godot 4
How can I implement a “run bar” in Godot 4?
Character Snaps Backwards along Slope
Adapt to the refractive index of glass materials
scene gets "deformed"
Detecting Sharp Edges (Raycasting)
My grenade starts to go up when i throw it.
Label3D obscured by Sprite3D
How to control the camera (in the editor) in a large 3D scene?
Why is this node rotating to a weird angle whenever I try to pick it up?
The Water in the Game "Party Animals"
Any suggestions on how to create weapon animations?
How do I change a skeleton's rest bone's transform while animated?
Decals are covering up the 3D scene
UI Locking my camera movement
Blender model appearing very dark in godot.
Odd Results from Barycentric Coordinates and Mesh Normals [4.2 dev6]
« Previous Page
Next Page »