Skip to content
View sinewavey's full-sized avatar
Block or Report

Block or report sinewavey

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 3D physics interpolation for Godot w... 3D physics interpolation for Godot with GDExtension C++
    1
    #include "physics_interpolation_3d.h"
    2
    #include <godot_cpp/core/class_db.hpp>
    3
    #include <godot_cpp/variant/utility_functions.hpp>
    4
    
    
    5
    using namespace godot;
  2. Generalized Bezier Patch Generation ... Generalized Bezier Patch Generation in GDScript
    1
    @tool
    2
    extends Node
    3
    
    
    4
    @export var inputs: Array[Marker3D]
    5
    @export_range(0, 1, 1, "or_greater") var resolution: int = 0