Roger Martins
Roger Martins
hey, i think i'm having something similar to this. when searching for references i only get local refs displayed. when searching for defenition i get no output. by spamming alt+click...
I was having a similar issue when using openlayers.layers.geojson.click event, in the end I needed to reset the map. something like: $scope.$on('$destroy', function () { olData.resetMap('main'); //main is the map...
oh god, shame. I will investigate MSAA a bit more, maybe i will be able to figure it out next week. Opentk scares me though.
Hi, well i'm using OTK GLControl so I just used : base(new GraphicsMode(32, 24, 8, 8)) for normal monogame you will need to hack a bit more and change the...
i have to use a virtual machine. it uses mesa`s software opengl implementation. no sampling suport in this version. i just dont know why monogame does not have the sampling...
It will probably require changes in render targets, but it looks like it depends of the types of surfaces required. ~~Well, i'm off to finish writing a multi glcontrol control,...
http://gamedev.stackexchange.com/questions/67493/spritebatch-vertex-shader-world-matrix-change-after-each-draw I did this for spritebatch, I will do it monday and report back. I'm not using perspective transformations, so for now I dont really need to change stuff, but...
Are you still on this? I would really like to know how to manipulate the parameters, but never did c++ templates so i'm lost :/