craouette
craouette
Hi, sorry to use the issues to contact you, but I didn't find an other way. I compiled swig-v8 with CMake and VCC on windows. Everything seems to worked. I...
when using faceVertexCount for non triangular mesh, the library is not working. with triangles only, it is working perfectly fine...
cause: glProgramParameteri is not set... change (so that nvFxcc does not crash, and report an error) in GLSLProgram.cpp, line 73: GLSLProgram::GLSLProgram(Container *pCont) : Program(pCont) { m_program = glCreateProgram(); m_linkNeeded =...