jeske / SimpleScene

Simple 3D scene manager in C# and OpenTK / OpenGL
https://github.com/jeske/SimpleScene/wiki
Other
171 stars 69 forks source link

build error #10

Open fabiencomte opened 9 years ago

fabiencomte commented 9 years ago

Hello,

I got theses errors.

Error 5 The type or namespace name 'SSLight' could not be found (are you missing a using directive or an assembly reference?) I:\test 1\SimpleScene-master\WavefrontOBJViewer\Main_setupScene.cs 34 20 WavefrontOBJViewer

Error 6 The name 'SSLight' does not exist in the current context I:\test 1\SimpleScene-master\WavefrontOBJViewer\Main_setupScene.cs 35 17 WavefrontOBJViewer

jeske commented 9 years ago

thanks for reporting this.. we are merging lots of new work into master, and it looks like it accidentally ended up in a broken state. I'll get it fixed today or tommorow.

HoneyHazard commented 9 years ago

This error is now fixed in e47e5a9. I sincerely appologize for any inconvenience this may have caused and will do my best to compile WavefrontOBJViewer more diligently.

HoneyHazard commented 9 years ago

Hi David. I could take a look at this in a few hours. Should be a quick fix. On Feb 16, 2015 8:47 AM, David Jeske notifications@github.com wrote:thanks for reporting this.. we are merging lots of new work into master, and it looks like it accidentally ended up in a broken state. I'll get it fixed today or tommorow.

—Reply to this email directly or view it on GitHub.