Remove Code Remove Collision Remove Mesh
article thumbnail

Nearing the Finish Line: Rewriting the Untold Engine

Harold Serrano

After months of coding, tweaking, and testing, I’m thrilled to share that the rewrite is almost done. Components: The data attached to entities, like meshes, physics, or animations. This modular approach keeps everything clean and efficient, allowing developers to focus on their game logic instead of wrestling with tangled code.

Engine 69
article thumbnail

Godot XR update - February 2025

Mircosoft Game Dev

Support of the Platform SDK in the Godot Meta Toolkit is done using code generation, which automatically generates the Godot classes by processing the Platform SDKs official C headers. mesh formats and thus requires Godot 4.2+. mesh formats and thus requires Godot 4.2+. Features Update OpenXR to Khronos 1.1.41

Collision 102
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Dev snapshot: Godot 4.4 beta 1

Mircosoft Game Dev

Weve unified the code to make sure it works the same on both platforms, and weve fixed some bugs. GH-98163 ) CSGMesh3D now explicitly requires the mesh to be manifold. A manifold mesh must be closed, have each edge connected to only two faces, and have volume. This matches the behavior described in the documentation. (

Beta 106
article thumbnail

Destoying from scene shows all children deleted, but still childrens are visible in scene on collision. on colllision

Cocos

Destoying from scene shows all children deleted, but still childrens are visible in scene on collision : - On collision with the saw, this is happening : - onLoad() { this.animationComponent = this.node.getComponent(Animation); this.animationComponent.clips[0].name What’s happening wrong with the collision detection code?

article thumbnail

Developer Shares Building Fabrics, Ropes, And Soft Bodies

Cocos

or better : with 3D scenes Origins Two days ago, I saw a fun effect: The article was: Dazzling HTML5 Front End Design Source Code Analysis Notes - Remnant Clothes Effect Example: Tearable Grid It is an effect that I’ve seen before and recently brushed up on. So I researched the code and prepared to port it to Cocos.

Build 98
article thumbnail

Object Placement on Terrain (Mesh)

Mnenad

This chapter is all about how I solved it (so far) to be able to place all kinds of assets like 3D-meshes or self-growing fractal seeds on the terrain. The code calculates Instantiations (spawning assets with the given parameters), which is quite heavy for the system to calculate. Before we start.   Tutorial time again.

Terrain 52
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

Some of the most notables feature changes in this update are: 3D: Switch Mesh surface indexing to start at 0 so string name matches integer index ( GH-70176 ). Editor: Add one-way indicator to tile collision editor ( GH-67283 ). Physics: Fix 2D & 3D Continuous Collision Detection sometimes adjusting velocity too much ( GH-69934 ).

Beta 99