Chair in place
This commit is contained in:
parent
2f2d12e28c
commit
45c21133ba
@ -380,11 +380,14 @@ void renderScene(GLFWwindow* window)
|
|||||||
// 1.0f,
|
// 1.0f,
|
||||||
// 0.2f
|
// 0.2f
|
||||||
//);
|
//);
|
||||||
//drawObjectPBR(models::officeChair, glm::mat4(),
|
model = glm::mat4(1.0f);
|
||||||
// textures::officeChariTexture,
|
model = glm::scale(glm::vec3(0.5f)) * glm::translate(glm::vec3(-2.65f, 0.0f, -1.65f));
|
||||||
// 0.2f,
|
model = glm::rotate(model, glm::radians(180.0f), glm::vec3(0, 1, 0));
|
||||||
// 0.0f
|
drawObjectPBR(models::officeChair, model,
|
||||||
//);
|
textures::officeChariTexture,
|
||||||
|
0.2f,
|
||||||
|
0.0f
|
||||||
|
);
|
||||||
//drawObjectPBR(models::lamp, glm::mat4() * glm::scale(glm::vec3(0.001f)),
|
//drawObjectPBR(models::lamp, glm::mat4() * glm::scale(glm::vec3(0.001f)),
|
||||||
// textures::lampTexture,
|
// textures::lampTexture,
|
||||||
// 0.3f,
|
// 0.3f,
|
||||||
@ -415,10 +418,6 @@ void renderScene(GLFWwindow* window)
|
|||||||
0.3f,
|
0.3f,
|
||||||
0.0f
|
0.0f
|
||||||
);
|
);
|
||||||
//drawObjectPBR(models::windowFrame, glm::mat4(),
|
|
||||||
// textures::windowFrameTexture,
|
|
||||||
// 0.2f,
|
|
||||||
// 0.0f);
|
|
||||||
//drawObjectPBR(models::bookShelf, glm::mat4() * glm::scale(glm::vec3(0.01)),
|
//drawObjectPBR(models::bookShelf, glm::mat4() * glm::scale(glm::vec3(0.01)),
|
||||||
// textures::bookShelfTexture,
|
// textures::bookShelfTexture,
|
||||||
// 0.4f,
|
// 0.4f,
|
||||||
|
Loading…
Reference in New Issue
Block a user