开发者

graphics

0
  • RaphaelJS library to find intersections of paths

    I\'d like to draw shapes which are intersections of circles using RaphaëlJS. Is there a library out there to do that already? A more general SVG path library would probably work too, but my google fo[详细]

    2023-04-11 18:32 分类:问答
  • Projecting 3D Point onto Viewport, Dealing With Negative Depth

    I did a lot of searching but didn\'t find any solutions to this problem. I have a viewport where the center (where we are looking from) is always at (0,0,0). We are always looking in the direction of[详细]

    2023-04-11 15:43 分类:问答
  • App graphic making (transparent and no extra spaces)

    I am a coder but not a graphic maker. I can decently produce graphics that meet the quality standards visually although I cannot produce graphics that will technically \"work.\" This is what I mean:[详细]

    2023-04-11 15:29 分类:问答
  • Java game looks like it runs slow?

    I\'m making a game which involves multiple \"balls\" using the same class, I have everything working the way I want it to using a ArrayList but my problem is that the more of the balls I add the slowe[详细]

    2023-04-11 14:25 分类:问答
  • Regarding Interactive Charts

    I wanted to 开发者_如何学Gogenerate interactive charts on my website inside google earth. Can somebody suggests good open-source tools to do that. I have seen \"Google Chart api\" and \"Simile Projec[详细]

    2023-04-11 13:40 分类:问答
  • Transformation matrix for viewing a 2D drawing

    I am refactoring a graphic program that shows a drawing. The program uses its own transformation and the code is quite complicated. I\'d like to refact the code with a transformation matrix instead.[详细]

    2023-04-11 12:12 分类:问答
  • Rectangle intersection

    Is there 开发者_JAVA技巧any known approach to compute the intersection rectangle between two rectangles? I mean if the rectangle A is defined by (x1,y2, x2,y2) and B by (x3,y3, x4,y4), how do I comput[详细]

    2023-04-11 09:17 分类:问答
  • High Graphics 3D Game Development for iPhone

    I have good experience with the iPhone development tools an开发者_运维百科d making apps with window based applications and stuff. I am now trying to make an awesome 3D game, which is an area I have ne[详细]

    2023-04-11 07:24 分类:问答
  • Rotation matrix in C# draws a weird shape

    I\'m trying to translate a point around the circumference of a circle. To test my code I just translate the point and draw a line from the centre to the translated point for each angle increment.[详细]

    2023-04-11 07:05 分类:问答
  • The Page Turn Effect in Java Swing/AWT

    I would like to implement the page turn effect in Swing/AWT. The theory is pretty much explained here. My question is that since the page is to contain text, which is the correct swing/awt component t[详细]

    2023-04-11 05:13 分类:问答