|
f70be8e42c
|
moved to inline_geometry namespace they are CreateRenderable....functions.
|
2022-06-24 21:36:24 +08:00 |
|
|
e381c3efeb
|
renamed to render_obj from render_instance
|
2022-06-24 21:17:28 +08:00 |
|
|
d8d8d97abd
|
renamed to Renderable from RenderableInstance, renamed to PrimitiveCreater from RenderableCreater
|
2022-06-24 21:06:38 +08:00 |
|
|
43c60c16e2
|
upgrade many value name.
|
2022-06-24 18:00:22 +08:00 |
|
|
6e7144ffab
|
add VKPrimitive and TextPrimitive
|
2022-06-24 17:51:39 +08:00 |
|
|
0fca6b8fc4
|
renamed to Primitive from Renderable
|
2022-06-24 17:51:05 +08:00 |
|
|
1e0e74da2f
|
added InstanceTriangle example and few support.
|
2022-06-24 16:28:22 +08:00 |
|
|
4dff46c5c5
|
supported 0 DescriptorSet material.
|
2022-06-20 21:39:04 +08:00 |
|
|
394bd4bc8d
|
Improved TextRender supports character limit customization.
|
2022-05-13 10:57:05 +08:00 |
|
|
77836d7121
|
improved BindInputAttachment at DescriptorSets, added BindInputAttachment at MaterialParameters
|
2022-03-28 17:41:25 +08:00 |
|
|
5b5ec1df7a
|
added GPUDevice::WaitIdle function.
|
2022-03-11 18:27:04 +08:00 |
|
|
3c449df4ca
|
deleted hgl_cpy(T *,T *) function.
|
2022-03-11 17:58:53 +08:00 |
|
|
d54f88c4c9
|
optimized "copy color4f" at CommandBuffer::SetClearColor function
|
2022-03-11 17:49:47 +08:00 |
|
|
057e18640c
|
used Color4f instead of r,g,b,a at CommandBuffer::SetClearColor
|
2022-03-11 17:43:07 +08:00 |
|
|
59858360da
|
fixed a bug at AMD hardware that vkFlushMappedMemoryRanges need align to nonCoherentAtomSize
|
2022-03-10 02:01:00 +08:00 |
|
|
15e80cbc5a
|
used newly Bind series function.
|
2022-03-09 20:33:26 +08:00 |
|
|
50c201de98
|
improved codes of InlineGeometry.
|
2022-02-28 16:54:24 +08:00 |
|
|
fe730defb7
|
auto clear chars from tile font.
|
2022-02-21 17:13:12 +08:00 |
|
|
125bf163dc
|
added is_currency attribute at CharAttributes.
|
2022-02-18 20:42:12 +08:00 |
|
|
14269369be
|
added not_bitmap_chars at TileFont
|
2022-02-18 20:30:50 +08:00 |
|
|
33b8ce120e
|
codes layout
|
2022-02-18 19:07:02 +08:00 |
|
|
1d457c5d58
|
splited function at TextRender
|
2022-02-17 20:02:59 +08:00 |
|
|
1ab3e5241f
|
optimized TextRender
|
2022-02-17 11:02:55 +08:00 |
|
|
0f963fb74b
|
optmized TextRender.
|
2022-02-17 10:48:12 +08:00 |
|
|
be2b3b7bcf
|
added TextRender.cpp/.h
|
2022-02-16 23:26:50 +08:00 |
|
|
3e78da3b45
|
updated names of many params
|
2022-02-16 16:54:19 +08:00 |
|
|
16425b5598
|
updated VulkanSDK to 1.3.204
|
2022-02-15 16:03:27 +08:00 |
|
|
c4e69ab6ca
|
Merge remote-tracking branch 'remotes/origin/devel_22_RayPicking' into devel_14_tilemap
|
2022-02-15 15:03:02 +08:00 |
|
|
0b4969224b
|
updated submodules
|
2022-02-15 15:02:53 +08:00 |
|
|
9acfa5edd0
|
added RayPicking example
|
2022-02-10 18:56:00 +08:00 |
|
|
e6282b31d0
|
fixed params at create function of inline geometry
|
2022-02-08 12:29:35 +08:00 |
|
|
5712efd7a5
|
Renamed to SortedSets instead of Sets.
|
2022-02-08 11:12:17 +08:00 |
|
|
5d368a689d
|
new FPCameraControl/LookAtCameraControl
|
2022-01-24 22:31:46 +08:00 |
|
|
fc219fb8b4
|
added VK_EXT_EXTENDED_DYNAMIC_STATE_EXTENSION_NAME support
|
2022-01-24 19:48:54 +08:00 |
|
|
1d81121d30
|
used Vector3f instead Vector4f because noramlized(Vector3f) != normalized(Vector4f)
|
2022-01-18 12:10:02 +08:00 |
|
|
b7714d8a83
|
updated MVPMatrix struct
|
2022-01-11 10:41:18 +08:00 |
|
|
074cb9cc19
|
used newly ENUM_CLASS_RANGE_ERROR_RETURN_NULLPTR
|
2022-01-10 20:29:55 +08:00 |
|
|
3e920b3bdc
|
added multi color type at CreateRenderableCube and CreateRenderableBoundingBox
|
2022-01-10 20:28:34 +08:00 |
|
|
1fa9f300a6
|
used RepeatWrite instead of Fill(const V &,const uint32_t count) at VertexAttribDataAccess class.
|
2022-01-10 20:27:09 +08:00 |
|
|
5d608624c0
|
fixed mipmaps autogen at Cubemap
|
2022-01-07 19:39:39 +08:00 |
|
|
1d499ffd5b
|
added Cubemap support,but only test non-mipmaps texture.
|
2022-01-07 16:55:39 +08:00 |
|
|
f35d8ab9af
|
changed CubeCreateInfo and function
|
2022-01-07 16:28:00 +08:00 |
|
|
3bdf9bbb77
|
Create a copy for PipelineData while CreatePipeline
|
2022-01-07 16:26:40 +08:00 |
|
|
be668ea2ec
|
deleted GetVAB function of VKPipeline
|
2022-01-07 16:23:27 +08:00 |
|
|
3bd165fbe5
|
optimized params of GPUDevice::CommitTexture2DMipmaps
|
2022-01-07 12:14:43 +08:00 |
|
|
b064a4de5f
|
deleted not needed params at GPUDevice::CommitTexture2D that they are width and height.
|
2022-01-07 12:05:52 +08:00 |
|
|
e5ec4c594d
|
optimized codes of VkImageView.
|
2022-01-07 11:56:32 +08:00 |
|
|
967f03992f
|
added cube/cube array support at VKImageView.cpp
|
2022-01-05 18:20:48 +08:00 |
|
|
cc77374275
|
updated src/SceneGraph/CMakeLists.txt because resort texture codes.
|
2022-01-05 16:10:42 +08:00 |
|
|
7c575e6e37
|
optimized codes of Texture Loader
|
2022-01-05 11:26:24 +08:00 |
|