CheapMeow

Results 5 issues of CheapMeow

Hi! I am new to EnTT and studying your project. Your project use more EnTT feature than several example projects i have seen, it is very helpful to me. I...

### Godot version v4.0.beta6.official [7f8ecffa5] ### System information Ubuntu 22.04.1 LTS,GeForce RTX 2060 Mobile,TU106M,Vulkan ### Issue description When Bone2Ds rotate, the Polygon2Ds bound rotate wrongly. In 3.5.1 everything is ok,...

topic:rendering
topic:editor
documentation
topic:2d

I am using this script to test: ```python import mocap.datasets.cmu as CMU from mocap.visualization.sequence import SequenceVisualizer all_subjects = CMU.ALL_SUBJECTS # different subjects have different actions: action_for_subject_01 = CMU.GET_ACTIONS('01') ds =...

Assets/Scripts/Room.cs 中 UpdateEdgeTiles 函数可能会放入重复的边界点 ```csharp // 更新房间边缘瓦片集 public void UpdateEdgeTiles(TileType[,] map) { edgeTiles.Clear(); // 遍历上下左右四格,判断是否有墙 foreach (Coord tile in tiles) for (int i = 0; i < 4; i++) {...

The ring buffer is defined as: ```cpp class DVKRingBuffer { uint64 AllocateMemory(uint64 size) { uint64 allocationOffset = Align(bufferOffset, minAlignment); if (allocationOffset + size bufferSize`, why `bufferOffset = 0;` but not...