Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~174 People Reached
Favorite Tags
Member Avatar for curagea

Hello, I can't change my desktop background through Display Properties. Even after I choose a background image via Browse, the preview does not change, the image I just selected doesn't show up in the list, nor does the desktop background change after clicking OK. I should note the following: - …

Member Avatar for gdrori
0
122
Member Avatar for curagea

I have in my code two separate arrays to store values, uCurve and vCurve. Both are arrays of pointers to math vectors: [code=cplusplus]Curve uCurve, vCurve; uCurve[0] = &(bezcurveinterp(cP[0][0], cP[0][1], cP[0][2], cP[0][3], v).p); uCurve[1] = &(bezcurveinterp(cP[1][0], cP[1][1], cP[1][2], cP[1][3], v).p); uCurve[2] = &(bezcurveinterp(cP[2][0], cP[2][1], cP[2][2], cP[2][3], v).p); uCurve[3] = &(bezcurveinterp(cP[3][0], cP[3][1], …

0
52