13 years, 5 months ago
Highlights
13 years, 5 months ago
It doesn't show errors but if i want to put this cameraInstance to the Camera class and my class is used by one another class then shows 1>main.obj : error LNK2005: "class Ca…
13 years, 5 months ago
I have this function bool Camera::onKeyboard( int Key ) { bool Ret = false; switch (Key) { case GLFW_KEY_UP: { m_pos += (m_target * STEP_SCALE ); Ret = true; } break; case GLFW_…
13 years, 5 months ago
I have code where i initialize mesh: #ifndef Mesh_h #define Mesh_h #include "Texture.h" #include "Technique.h" #include <map> #include <vector> #include <GL/glew.…
13 years, 5 months ago
I wrote code for mesh and light but when i'm trying to see this things they don't show. On the screen i see only black color nothing else My code is here https://github.com/Dark…
13 years, 5 months ago
Latest Activity
See all in DiscussionsIt doesn't show errors but if i want to put this cameraInstance to the Camera class and my class is …
13 years, 5 months ago
This glfwSetKeyCallback(Camera::keyWrapper); don't work error C2664: 'glfwSetKeyCallback' : cannot convert parameter 1 from 'bool (__cdecl *)(int)' to 'GLFWkeyfun' 1>
13 years, 5 months ago
I have this function bool Camera::onKeyboard( int Key ) { bool Ret = false; switch (Key) { case GLFW_KEY_UP: { …
13 years, 5 months ago