Rafael Correa

Results 42 issues of Rafael Correa

Are there plans for possible integration of a specific peer using steam sockets for godot 4? just like Unity does with its transports. Tell me if this is possible? It...

enhancement
question
multiplayer

How it works? Add option to put a prefix for the command to be done, for example if configured _'/'_ as a prefix for the command, it is necessary to...

enhancement

Place ADD_ARRAY_COUNT to be able to place typed vector structures in the inspector, such as Curve3D points. `#define ADD_ARRAY_COUNT(m_label, m_count_property, m_count_property_setter, m_count_property_getter, m_prefix) ClassDB::add_property_array_count(get_class_static(), m_label, m_count_property, _scs_create(m_count_property_setter), _scs_create(m_count_property_getter), m_prefix)`

enhancement
topic:gdextension

I transferred what I currently have to a module that can be used for the PSX (I recommend putting this in a "module" branch if it is not yet fully...

Download https://github.com/godotengine/FBX2glTF Unzip and setup in godot

File names and scripts must follow godot conventions https://docs.godotengine.org/en/latest/tutorials/best_practices/project_organization.html I can do a pr with this if needed

The actual subgraph in project ![image](https://user-images.githubusercontent.com/1673249/135773913-84d341f5-c4c8-4cf8-b8c7-0fa9b388c53e.png) void Unity_TriangleWave_float4(float4 In, out float4 Out) { Out = 2.0 * abs((frac(0.5 + In)) - 1.0); } Builtin triangle node in shader graph math...