hjoykim / THREE

c# port of Three.js
MIT License
135 stars 24 forks source link

Fog Color wrong system type. #18

Closed Pathompongmc closed 1 year ago

Pathompongmc commented 1 year ago

Fog Color should be THREE.Math.Color not System.Drawing.Color

Error Message gone when I changed it.

Edit : my fault :)