|
- what is difference between viewport and subViewport and . . . - Godot Forum
finally i dont understand what is difference between viewport and subViewport and subViewportContainer ? can someone explain it in a simple way ?
- Good or bad practice when using `Sub-viewport` Node - Godot Forum
Godot Version 3 5 1 stable mono Question Hello everyone! I just got done with a game jam, and something I did has been weighing on me because I am unsure if it’s good or bad practice BACKGROUND: I had a Node3D node which had a Camera node as its child (this Camera node was the player’s camera) I wanted to add a dither-shader to the player’s viewport, so I made a Sub-Viewport node (and
- Using SubViewport (at all, but specifically in 3D) - Godot Forum
Godot Version 4 2 How to use SubViewport (at all, but specifically in 3D)? How to place a SubViewport anywhere except the top left corner? How to make SubViewport size depend on the screen size instead of being fixed pixel size? How to display any objects (specifically 3D objects) within a SubViewport? For starters, it needs its own camera or it shows nothing at all, and it needs Own World 3D
- r godot on Reddit: Is it possible for a SubViewport to use a Camera3D . . .
The official subreddit for the Godot Engine Meet your fellow game developers as well as engine contributors, stay up to date on Godot news, and share your projects and resources with each other
- How to create a SubViewport + ViewportTexture programmatically in Godot?
I'm trying to create a SubViewport in combination with a ViewportTexture programmatically in Godot 4 My minimal example looks like this: # This node is the root of my scene tree, and the only static
- Subviewport not recieving any inputs - Programming - Godot Forum
godot 4 3 steam i have a very simple code that goes: extends SubViewport func _input (event: InputEvent) - gt; void: print (event) and it doesnt print anything note that the disable input fucntion in gui is turned off
- UI in a SubViewport - Help - Godot Forum
Godot Version 4 3 RC2 Question In a 3D project, I’m using a subviewport to display the view from a Camera3D on a 3D surface in the world to create a screen I need to have a UI overlaid on the screen as well, but I can’t figure out how to actually do this Creating any control nodes inside the SubViewport takes me to the 2D editor with nothing visible Attempting to interact with it causes
- How can I make a responsive and Scalable Viewport for 3D View in Godot . . .
I am trying to scale Godot Engine 3DNode, Subviewport, Subviewport Container When i am scaling it with Resized Signal with Parent's size, able to scale it up but not scale down So Resizing work o
|
|
|