Minor Update - V9.1.0

[FEAT] :

+ Import Assets in project copy file in project
This commit is contained in:
2025-03-19 10:55:10 +01:00
parent eea7b4c067
commit 3930c5eff7
7 changed files with 108 additions and 68 deletions

View File

@@ -170,7 +170,6 @@ private:
void ConstructSkybox(); // Construct the skybox
void UpdateSkyboxPosition(); // Update the skybox position
bool RenderSkybox(XMMATRIX view, XMMATRIX projection); // Render the skybox
public :
std::vector<ID3D11ShaderResourceView*> textures;