Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scatter for Godot

#1
Scatter for Godot

Today we are looking at Scatter for the Godot Game Engine. Scatter is a Godot add-on that makes it incredibly easy to instance mesh objects in your game level. This makes level design tasks like placing grass, paths, fences, etc incredibly simple. Additionally Scatter supports instancing multiple meshes (think different tree meshes to make a forest) in the same scatter, excluding splines or points from being scatter targets and more.

Scatter is an open source project with the source code hosted on GitHub under the MIT open source license. The project is implemented as a simple Godot add-on, so simply clone the repository into your projects Addons folder (or create one if you don’t have one already). Next load your project, go to Project Settings, then Plugins and make sure Scatter is enabled.

Once scattered is enabled, you create a Scatter object. This is a spline path that defines the boundaries of the scatter object. You need to add a ScatterItem child to your Scatter, then add a MeshInstance to the ScatterItem. This mesh instance is the 3D model that will be “scattered” around the boundary defined by the Scatter path.

The creator of the Scatter add-on also created Concept Graph for Godot, an excellent procedural generation extension we previously covered here. You can learn more about Scatter for Godot and see it in action in the video below.






https://www.sickgaming.net/blog/2021/01/...for-godot/
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Godot FBX Importer Improvements In Godot 3.2.4 xSicKxBot 0 1,885 11-11-2020, 07:31 PM
Last Post: xSicKxBot
  VPainter For Godot xSicKxBot 0 1,758 09-18-2020, 11:35 PM
Last Post: xSicKxBot
  Godot Donation Changes xSicKxBot 0 1,737 07-09-2020, 08:37 AM
Last Post: xSicKxBot
  Godot SDFGI xSicKxBot 0 1,804 07-01-2020, 02:47 AM
Last Post: xSicKxBot
  Godot 3.2.2 Released xSicKxBot 0 1,772 06-28-2020, 06:35 AM
Last Post: xSicKxBot
  Rider For Godot xSicKxBot 0 1,517 05-09-2020, 12:58 AM
Last Post: xSicKxBot
  Godot 3.2 Released xSicKxBot 0 1,953 01-30-2020, 05:29 AM
Last Post: xSicKxBot
  A Decade Of Godot xSicKxBot 0 2,031 01-05-2020, 04:28 AM
Last Post: xSicKxBot
  What To Expect in Godot 3.2 xSicKxBot 0 2,040 04-27-2019, 05:30 AM
Last Post: xSicKxBot

Forum Jump:


Users browsing this thread:

Forum software by © MyBB Theme © iAndrew 2016