Added Billboard2DWay.cpp and test OK! next step is fixed billboard pixel size.

This commit is contained in:
2024-06-16 22:58:45 +08:00
parent 23197e147c
commit c61e4dfdb8
12 changed files with 161 additions and 34 deletions

View File

@@ -44,7 +44,7 @@ private:
ce=COLOR((int)ce+1);
}
pipeline=CreatePipeline(material,InlinePipeline::Solid3D,Prim::Lines);
return pipeline;