computerslol
- Karma
- 104
- Created
- July 1, 2010 (16y ago)
- Submissions
- 0
-
Are there such things as consumer cameras that take photos with depth maps? If not, why not? I know the Kinect does something similar at a price point that consumers can afford. Being able to use a depth map in…
-
I am trying to find the length of a cubic Bezier curve. I'll be targeting c#, but a solution in any language will do (I'll translate). Here's the catch; I need a solution that is not an approximation (does not include…
-
I just wrote a pair of extension methods in C# to get or set a series of bits from a ulong. This must have been done thousands of times by other devs. I have done it a few times myself. I know I have it somewhere in…
-
I am creating a color wheel for a color picker. I am using Hue (as in hue, saturation, value), mapping to angle of pixel, then converting to RGB. Pretty standard so far. I notice secondary and tertiary colors get a lot…