一些无用的代码增加

This commit is contained in:
2025-06-23 02:37:03 +08:00
parent 368056bb96
commit c69fe080dc
10 changed files with 55 additions and 14 deletions

View File

@@ -13,15 +13,18 @@ namespace hgl
struct RenderNode:public Comparator<RenderNode>
{
uint index; ///<在MaterialRenderList中的索引
uint index; ///<在MaterialRenderList中的索引
MeshComponent *sm_component; ///<静态网格组件
MeshComponent * sm_component; ///<静态网格组件
uint32 l2w_version;
uint32 l2w_index;
uint32 l2w_version;
uint32 l2w_index;
Vector3f world_position;
float to_camera_distance;
Vector3f world_position;
float to_camera_distance;
//包围盒
//屏幕空间Tile分布
public: