Mark Sibly

Results 127 comments of Mark Sibly

Hi, I am getting this too. I am having to map file paths from unix to windows, eg: ``` gdbgui -r --remap-sources='{"/home/dev/blah/develop":"c:/dev/develop"}' ``` I have tried all sorts of combinations...

Same here, cmake always reconfigures on startup even with `"cmake.configureOnOpen": false` in .vscode/settings.json

Yes, I've done this too. I have actually got it working, but it's probably not quite 'right'. I changed line 215 of box.cpp to: m_height = std::max( m_height,line_height ); The...

This seems to be due to 'built-in' version of js-beautify, as when I switched to a downloaded console version of js-beautify it worked fine.

Setting light type just sets a field to an enum, should be pretty fast! Will have a play with it right now.

Ok, works pretty well, how do you know it's the point light causing the init time? There is no particular reason point lights should be. Is there any way I...

Ok, just re-read initial post and saw bit about a changing the orb code - will try now!

Yeah, I can sort of reproduce I think, the orb takes about half a second to appear? But I think it's to do with shadows, if I set glow.CastsShadows to...

Will have a look, point light shadow rendering could definitely be optimized anyway, even ignoring the slow init it kills performance.