I am making the following call in my blackberry application (API ver 4.5)... public void annotate(String msg, EncodedImage ei)
开发者_运维知识库In an application which is GPU bound, I am wondering at what point the CPU will wait on the GPU to complete rendering. Is it different between DirectX and OpenGL?
Next semester we have a module in making Java applications in a team. The requirement of the module is to make a game. Over the Christmas holidays I开发者_如何学运维\'ve been doing a little practice,
I am currently designing a user control which will have other controls contained within it. I would like to be able to control the region in which the they are rendered (similar toGraphics.SetClip).
I\'ve been working on building a simple 3d graphic engine and I\'m trying to find a good integer based line rasterization algorithm. ( I\'m not trying 开发者_JAVA技巧to re-invent the wheel, I\'m tryin
I created a new JApplet form in NetBeans: public clas开发者_运维问答s UI extends javax.swing.JApplet {
In my MXML file, I have a tab navigator with three vboxes. <mx:TabNavigator wid开发者_JS百科th=\"624\" height=\"100%\">
I am programming in Visual Studio .Net and using C#. I am creating my own control that draw开发者_JAVA百科s a wave based on values I get from an analog to digital converter (ADC).I take the incoming
I am trying to create a GUI that will coexist with several images. There is one background image that will take up the most room.
I manipulate data on a plot using its handle: x = 1:10; y = sin(x); h1 = line(x,y); However, if the figure gets closed before the script actually terminates, doing something like this returns an er