94 Commits

Author SHA1 Message Date
15da48eede 部分内置几何体增加BoundingBox数据计算 2025-06-17 01:17:57 +08:00
cf2efd69b9 Added CreateCircle2D/3D,CreateCircle3DByIndexTriangles functions. 2024-08-30 01:28:49 +08:00
e02aaf812d Renamed to Square from plane 2024-08-30 00:38:40 +08:00
2137725bd2 Improved Torus codes 2024-07-31 00:17:23 +08:00
c3a1266da6 Correct draw Gizmo Rotate/Scale, OK!! 2024-07-30 23:54:25 +08:00
e18a6e7a4a improved gizmo3dmove 2024-07-30 13:55:44 +08:00
cfc3ac8250 Luminance change to ufloat8 instead of float in VertexLum material 2024-07-01 02:57:33 +08:00
2efb9c83bf added GetVABMap and GetIBMap in Primitive 2024-06-12 02:07:54 +08:00
7f8fbbd3a0 improved VKBufferMap and added newly IBMap/VABMap 2024-06-12 00:23:09 +08:00
cd4733a491 PlaneGrid use 2d position format instead of 3d. 2024-06-02 20:15:56 +08:00
66ef3160e1 used newly VKBufferMap in PrimitiveCreater 2024-06-02 12:16:33 +08:00
0dfb7220b5 finish BIG VBO.Test OK!,Can RUN!..next step is merge drawcall. 2024-05-25 04:11:38 +08:00
4a94d78c1f preparing PrimitiveCreater to support multi primitive 2024-05-25 03:14:26 +08:00
6de3cf789a upgraded InlineGeometry, removed RenderResource::CreatePrimitive. 2024-05-25 01:48:15 +08:00
8a0215aee6 supported newly IBMap,can RUN OK!!! 2024-05-23 14:00:23 +08:00
40ce978f85 newly PrimitiveData struct and Primitive class. Can't Run!!!
next step is to support PrimitiveVDM.
2024-05-23 02:19:40 +08:00
ead4ba65c1 moved RenderResource to PrimitiveCreater::Finish() 2024-05-05 15:44:51 +08:00
d8140ae64e use VAB instead of VBO 2024-04-24 01:38:55 +08:00
acb69d3bf5 use VBOAccessData instead of PrimitiveVertexBuffer, use VBOAccessMap instead of PVBMap 2024-04-23 03:32:25 +08:00
f0c47cd4f1 renamed values. 2024-04-21 01:28:45 +08:00
0b1a0cadae newly PrimitiveCreater and InlineGeometry, test two samples are OK! 2024-04-19 00:41:26 +08:00
0a752446b0 simply feature copy/check 2024-04-18 01:09:29 +08:00
621e056315 preparing to support uint8 index 2024-04-17 20:22:31 +08:00
d41530dad3 renamed to VBO instead of VAD in PrimitiveCreater 2024-04-03 09:13:06 +08:00
89b9735f99 improved sample. 2024-03-15 01:38:47 +08:00
86c3b65a42 fixed -normal bug in InlineGeometry.cpp 2024-03-12 21:53:41 +08:00
6a7f8e7754 fixed access method 2024-02-03 19:53:19 +08:00
7788459109 improved and fixed CreatePlane 2023-10-13 19:21:04 +08:00
8ba171efda
added debug name. 2023-10-12 05:55:39 +08:00
e95cbb28a4
improved PlaneGrid 2023-09-29 02:59:10 +08:00
78946994bb Added VertexLum3D material, test PlaneGrid3D OK! 2023-09-28 18:13:51 +08:00
222ff2961f renamed to AccessVAD from CreateCADA 2023-05-29 21:43:39 +08:00
251d851f65 upgraded codes based on newly CM... library. 2023-02-13 11:48:53 +08:00
8fc83ba9b3 added PipelineCacheCreateInfo struct. 2022-10-28 17:57:09 +08:00
2e6a8e794f renamed to BaseColor instead Color in VAN. 2022-10-12 16:30:15 +08:00
cd2f278e84 renamed to VertexInputLayout instead of VertexAttributeBinding 2022-10-11 19:16:06 +08:00
f70be8e42c moved to inline_geometry namespace they are CreateRenderable....functions. 2022-06-24 21:36:24 +08:00
d8d8d97abd renamed to Renderable from RenderableInstance, renamed to PrimitiveCreater from RenderableCreater 2022-06-24 21:06:38 +08:00
0fca6b8fc4 renamed to Primitive from Renderable 2022-06-24 17:51:05 +08:00
50c201de98 improved codes of InlineGeometry. 2022-02-28 16:54:24 +08:00
e6282b31d0 fixed params at create function of inline geometry 2022-02-08 12:29:35 +08:00
850602d74c use newly FirstPersonCameraControl 2022-01-26 11:00:47 +08:00
b6c10dca4a added multi color type at CreateRenderableCube and CreateRenderableBoundingBox 2022-01-10 20:29:29 +08:00
e679656604 added comments at CreateRenderableCube 2022-01-10 18:22:58 +08:00
f35d8ab9af changed CubeCreateInfo and function 2022-01-07 16:28:00 +08:00
e7ad21c82e used VABConfigInfo at CreateMaterialInstance of TextRenderable 2021-11-30 15:01:55 +08:00
68a1561f5a used constexpr instead of const 2021-09-27 21:08:26 +08:00
6b6866db97 run example/Vulkan/Geometry3D OK! 2021-09-26 20:55:18 +08:00
91460aba5a updated to GLM...but only ortho matrix is OK. 2021-09-24 20:49:20 +08:00
187f95b00f add uv_scale values at TrousCreateInfo 2020-10-22 21:23:35 +08:00