78 Commits

Author SHA1 Message Date
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
8f78e6ea18 negative normalY at InlineGeometry, because from OpenGL axis. 2020-10-22 12:10:02 +08:00
2045743249 redesign CreateRenderableAxis 2020-10-21 18:24:00 +08:00
c8955b6f35 remove vulkan namespace 2020-10-21 12:47:06 +08:00
0e56a6b00c a lot of rename 2020-10-21 12:39:22 +08:00
917424e784 move VK source files to up-level folder 2020-10-21 11:43:18 +08:00
b0b6e48f86 improve the Circle inline-geometry 2020-10-19 22:23:39 +08:00
cc7f462f85 use VKStruct.h/VKImageCreateInfo.h 2020-09-27 20:58:25 +08:00
e7ed72d6e2 add .material version check. 2020-09-17 21:56:16 +08:00
cba14ff413 VertexAttrib 属性中的Vertex全部改名为Position 2020-09-05 18:56:49 +08:00
be6c32db7e fix same bugs. 2020-09-05 18:40:10 +08:00
e7d9539075 fix CreateRenderableSphere bugs. 2020-09-05 18:37:25 +08:00
79a7c158a8 rename from SceneDB to Database 2020-09-02 18:18:57 +08:00
8dbd0b3f2f use VKDatabase instead SceneDB 2020-09-02 18:16:15 +08:00
ec3919626e update Geometry2D/3D and RenderableCreater to best new 2020-07-20 19:19:09 +08:00
79b012d5b9 fix RenderableCreater and VertexAttribData, VertexAttribDataAccess..... and then test CreateRenderableRectangle passed. 2020-07-20 18:12:02 +08:00
2199b000fa VertexBufferBase rename to VertexAttribDataAccess 2020-07-16 20:36:54 +08:00