AWAnthony Wellsinq3d.hashnode.dev·Jul 15, 2025 · 1 min read(New Feature) Cinematic EditorI have been implementing a cinematic editor, for in-game-in-engine cut scenes.00
AWAnthony Wellsinq3d.hashnode.dev·Jul 10, 2025 · 1 min readC++ support for game components/actorsYou can produce a CGame .dll using provided solutions so you can now make your game using actual C++ code. No need to re-compile the engine/ide, you just provide the dll as described and you can then add your own actors and components. The biggest be...00
AWAnthony Wellsinq3d.hashnode.dev·Jul 7, 2025 · 1 min readSkyComponent - Atmosphere/CloudsAdded SkyComponent which lets you simulate time of day with stars at night, and volumetric clouds in real time. The clouds are fully animated using Compute shaders for very high performance.00
AWAnthony Wellsinq3d.hashnode.dev·Jul 1, 2025 · 1 min readOctree Scene 'world streaming'Octrees can now be exported into ‘world maps', that stream in and out based on distance from the camera bounds. This means you could in theory have much bigger worlds, without any slow-down as distant nodes are not streamed in until the camera is clo...00
AWAnthony Wellsinq3d.hashnode.dev·Jun 29, 2025 · 1 min readOctrees & GUI for C#.I have implemented a fully working octree renderer for the scene graph. This greatly improves rendering performance in big scenes. Here is a test shot. the first image is what the camera sees, the second shot is an outside shot of what the first ca...00