updated submodules
This commit is contained in:
parent
37ffb5dc8c
commit
0b4969224b
@ -1 +1 @@
|
||||
Subproject commit 36549c10cc5f6af622dcca92a31b13422bb031b9
|
||||
Subproject commit 78046ef7e5a33ace87bb7a858dccab4fe737d24a
|
2
CMCore
2
CMCore
@ -1 +1 @@
|
||||
Subproject commit 6f1249263e97c2c88fb69d0c277e24d887fd32cb
|
||||
Subproject commit e4eae3eef65cd5be96198aac3c2ab08dd4070252
|
@ -1 +1 @@
|
||||
Subproject commit e12425c60d0f4712a93918215834e1ffb7699331
|
||||
Subproject commit 4f63548fc234d2dd4b2d9bdd2a70cd42cb66fa63
|
@ -1 +1 @@
|
||||
Subproject commit 384727bf3ed298d9aaaa2454afa910568039f1ff
|
||||
Subproject commit 647c2a557c96301eed8860bb933c84b289f32de3
|
1
CMUtil
Submodule
1
CMUtil
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 7be4b32e66b3e13a5ff1e1bb1808b462ef3e5e28
|
@ -86,7 +86,7 @@ private:
|
||||
cam.width=extent.width;
|
||||
cam.height=extent.height;
|
||||
|
||||
cam.Refresh();
|
||||
cam.RefreshCameraInfo();
|
||||
|
||||
ubo_world_matrix=db->CreateUBO(sizeof(WorldMatrix),&cam.matrix);
|
||||
|
||||
@ -197,8 +197,8 @@ public:
|
||||
{
|
||||
cam.width=w;
|
||||
cam.height=h;
|
||||
|
||||
cam.Refresh();
|
||||
|
||||
cam.RefreshCameraInfo();
|
||||
|
||||
ubo_world_matrix->Write(&cam.matrix);
|
||||
|
||||
|
@ -14,7 +14,7 @@ namespace hgl
|
||||
namespace graph
|
||||
{
|
||||
using TileUVPixel=RectScope2i;
|
||||
using TileUVFloat=RectScope2d;
|
||||
using TileUVFloat=RectScope2f;
|
||||
|
||||
using TileUVFloatList=List<TileUVFloat>;
|
||||
using TileUVFloatMap=Map<u32char,TileUVFloat>;
|
||||
|
2
res
2
res
@ -1 +1 @@
|
||||
Subproject commit 6e4f4a9329b440787eb0a92eaa691e989497e9bd
|
||||
Subproject commit c69d340127581e85df847a258bc0a519361894d0
|
Loading…
x
Reference in New Issue
Block a user