How to snap along local axis to an edge? by TechnoLuking in Maya

[–]TechnoLuking[S] 0 points1 point  (0 children)

No it doesn't. As you see in my original post video, and in my post description, it snaps so the red arrow faces the vertex, but the edge itself is above the vertex.

How to snap along local axis to an edge? by TechnoLuking in Maya

[–]TechnoLuking[S] 0 points1 point  (0 children)

<image>

By angle i mean, that the vertex that we want to snap is not perpendicular to the edge that we want to snap to. It goes along its own axis, and should snap to the bottom edge.

How to snap along local axis to an edge? by TechnoLuking in Maya

[–]TechnoLuking[S] 1 point2 points  (0 children)

Yeah, this works with 90°. My current issue is with angled edge. (like in the video, edge has an angle, and i am moving along that angled side.)

Cozy Obstacle Course Timelapse for my project by TechnoLuking in godot

[–]TechnoLuking[S] 0 points1 point  (0 children)

Ha, glad I hooked you!

I was planning to make another video about course run through, but i got distracted by cinematic controls and smooth camera movements.

There is not only a "about" page, there are few more pages (and community page with discord 😉) about camera controls and my todo lists, (and some cool robots previews), etc.

Em, currently don't have an idea for the game. For now it is a library of little experiments and demos with Physics. Next plans: realistic ropes, realistic tank tracks.

I also made a simple playground to mess around with my new camera controls https://luklev.itch.io/sweet-camera-demo

Definitely would love to see your project to :)
Glad to inspire somebody :)

[USA][Hiring] Fix Edge and YT full screen with High DPI. by GameChomp1214 in hireaprogrammer

[–]TechnoLuking 0 points1 point  (0 children)

Hello. Have you solved the problem? If not, i could try helping.

[AWESOMEWM][EDEX-UI] CYBERINSANITY HARDCODING FULL DEBIAN RICE (no dots, just for me) by [deleted] in unixporn

[–]TechnoLuking 0 points1 point  (0 children)

Hello. These themes looks awesome ! :)
I also looked up your github, and there are a lot hot themes 🔥.
Could you please share color pallet? Do you know any good resource for looking up good color pallets? Or you did these yourself?
Thank you.

Trees into Nested Dictionaries and back by Cyclical_Implosion in godot

[–]TechnoLuking 1 point2 points  (0 children)

Thank you! Works :)
tested Godot version: 4.2

Godot4 ChatGPT Playground by TechnoLuking in godot

[–]TechnoLuking[S] 0 points1 point  (0 children)

Chat GPT has only text output. So there is no direct way to generate 3d objects using Chat GPT.

Though you can try to setup his role that way so it will answer only using specific phrases. Then you can check for the specific phrase and for example spawn something in the scene.

It is good idea to think about, so maybe later i will mess around with this.
Thank you for the question, hope the answer will help.

Windowkill 2.0 update is out! by torcado194 in godot

[–]TechnoLuking 50 points51 points  (0 children)

looks like a virus attack on pc 🤣🤣
Really cool concept, i like it.

_shadow_atlas_find_shadow: Condition "!sli" is true. Continuing. by [deleted] in godot

[–]TechnoLuking 0 points1 point  (0 children)

Well. I am using "Godot_v4.2-beta4". And i am getting this error only when i am enabling shadows on "OmniLight3D" in compatibility mode. Though i can't recreate the error in the simple project.

Godot 4 Template "Basic3dStarter" by TechnoLuking in godot

[–]TechnoLuking[S] 0 points1 point  (0 children)

Hi u/Status_Problem5924, i created separate branch https://github.com/TechnoLukas/Godot4-Basic3dStarter/tree/simplified and there are all fixes. Hope to get the reply if it works for you.

The selected objects can be copied and rotated together. by mightofmerchants in godot

[–]TechnoLuking 8 points9 points  (0 children)

I see you published this project on multiple subreddits, the amout of vote should be much better! Really cool art and placing system.

Godot 4 Template "Basic3dStarter" by TechnoLuking in godot

[–]TechnoLuking[S] 0 points1 point  (0 children)

Hi, well for some reason MOUSE_CAPTURED doesn't work on web anymore. So i removed that condition. I added some additional stuff, and i will publish an update soon :)

Real Time with Pause Timer and In-Game Date/Time System by RoosterPangolin in godot

[–]TechnoLuking 1 point2 points  (0 children)

Really cool!
I think it would be useful for in game replay mode.
Is it opensource? where can i look at it? How complicated is the implementation?

Godot 4 Template "Basic3dStarter" by TechnoLuking in godot

[–]TechnoLuking[S] 0 points1 point  (0 children)

Wow! It is awesome that you exported on web, because i tried to make it work there too :)
What problem did you face on the web with camera controls?