Deepankar Singh
Deepankar Singh
> I have done the manual installation steps and was able to make it work: https://github.com/justadudewhohacks/opencv4nodejs#installing-opencv-manually > > 1. [Install Chocolatey](https://chocolatey.org/install) > 2. Open cmd and set his env variable...
I am facing the same issue
I am getting this `Microsoft Corporation | 1.1.0 | GDI Generic` I have updated openTK package to 2.0.0(Stable) after that Line 108 :: OpenTK.Graphics.GraphicsContextException: 'Failed to make context 65536 current....
`Microsoft Corporation | 1.1.0 | GDI Generic` this was when the OpenTK was 1.1(something ) after update to 2.0.0(Stable)(via Nuget Package Manager) **Edit This error still there even in 3.0.0-pre**...
Ok it Solved I Just deleted all the files in the SharpNav folder and re-extracted it and Updated it to OpenTk 2.0.0(Stable) now all working
before you close are there any place like discord or something where we can question about using it for new people like me
Thanks
Are there any solution or workaround for this? I am also getting the same issue using TerrainObjExporter for me it somewhat seems work by changing ``` if (!int.TryParse(line[1].Split('/')[2], out n0))...
Can you give some info like how did you make your obj for the example ? and while comparing the difference on the obj files with the test obj file...
I believe that extra value has something to do with normals but I got it working with no changes to the code Steps : 1. TerrainObjExporter to get the Obj...