Skip to content

Instantly share code, notes, and snippets.

View btuso's full-sized avatar

Bernardo Tuso btuso

  • Argentina
View GitHub Profile
@btuso
btuso / ViewDistanceMultiMeshInstance.gd
Last active March 6, 2024 12:58
View Distance Multi Mesh
extends MultiMeshInstance
var ZERO_TRANSFORM = Transform.IDENTITY.scaled(Vector3.ZERO)
# Over how many frames to divide the whole multimesh scan
export var refresh_samples = 20
# How many meshes to display at once inside the area
var display_instances = 3000
# Allow the displayed meshes amount to adjust automatically
export var adjust_displayed_instances_amount = true
@btuso
btuso / Marty.md
Last active August 9, 2017 15:00

M.A.R.T.Y

Filtros

Los filtros sirven para acotar los resultados que van a ser devueltos. Funcionan como una query de base de datos, y son combinables.

Cuales hay?