bed in place
This commit is contained in:
parent
6e88b0edc2
commit
2f2d12e28c
@ -408,11 +408,13 @@ void renderScene(GLFWwindow* window)
|
|||||||
// 0.2f,
|
// 0.2f,
|
||||||
// 0.0f
|
// 0.0f
|
||||||
//);
|
//);
|
||||||
//drawObjectPBR(models::bed, glm::mat4(),
|
model = glm::mat4(1.0f) * glm::translate(glm::vec3(1.6f, 0.0f, -0.86f)) * glm::scale(glm::vec3(0.8f));
|
||||||
// textures::bedTexture,
|
model = glm::rotate(model, glm::radians(270.0f), glm::vec3(0.0f, 1.0f, 0.0f));
|
||||||
// 0.3f,
|
drawObjectPBR(models::bed, model,
|
||||||
// 0.0f
|
textures::bedTexture,
|
||||||
//);
|
0.3f,
|
||||||
|
0.0f
|
||||||
|
);
|
||||||
//drawObjectPBR(models::windowFrame, glm::mat4(),
|
//drawObjectPBR(models::windowFrame, glm::mat4(),
|
||||||
// textures::windowFrameTexture,
|
// textures::windowFrameTexture,
|
||||||
// 0.2f,
|
// 0.2f,
|
||||||
|
Loading…
Reference in New Issue
Block a user