As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or exp开发者_开发百科ertise, but this question will likely so
I have a large service oriented system that\'s using NServiceBus as a messaging bus. I need to produce a graph/flow diagram of where messages are sent, where they\'re handled, etc.
How can I draw a 2D crescent or moon shape in OpenGL? I have tried using sin and cos like how I did for drawing circles but because a crescent has a \"cut\" inside it, the sin and cos don\'t look enou
I use Nimbus look and feel in my swing applications and it\'s pretty cool. I noticed that it is a \"pure\" look and feel: it \"skins\" components, but does no开发者_StackOverflowt add new graphical e
I\'m using DirectX10 to simulate a water surface, and I\'m now with a height map,which is a 2D array of the heights(y) at the points (x,z). But to draw it on the screen, I must turn it into a mesh or
I found processing library which is java based and was thinking if there is any C# implementation or similar project that allows this. I know there is already silverlight for .NET but is there any oth
I\'m writing a program that has a grid of squares that when you click on one, it changes color from black to red. I\'m writing the if statement for the first square, and It\'s not letting me do anythi
I have a simple OpenGl scene with objects, and a function called by a timer every 开发者_JAVA百科1/30 secs to move objects in the scene.
I have triangle collection that define mesh surface of my 3D shape, I would like to fix normal of each triangle to point outshape.
It\'s easy to share bitmap data between multiple Images: // target and source are instances of the mx.controls.Image class