0
votes
2answers
17 views
Drawing Vector Graphics Faster
In my application I want to draw polygons using Windows Create Graphics method and later edit the polygon by allowing the user to select the points of the polygon and allowing to r …
1
vote
3answers
17 views
Blackberry - how to resize image?
I wanted to know if we can resize an image. Suppose if we want to draw an image of 200x200 actual size with a size of 100 x 100 size on our blackberry screen.
Thanks
-1
votes
1answer
64 views
concept question about dll
My boss asks me to create a dll file using C++. The dll file needs to do the following:
create a blank area in Window
create some simple shapes (for an
example, a rectangle) on t …
-6
votes
4answers
134 views
C++: step by step to create a square? [closed]
New to C++. Any suggestion? Any website?
0
votes
2answers
40 views
OpenGL 3D Selection Question
I am trying to create a 3D robot that should perform certain actions when certain body parts are clicked. I have successfully (sort of) implemented picking in that if you click on …
1
vote
2answers
18 views
Paint event handler stops executing after a few iterations
Hi,
I've got a Windows Form that circulates through images which are displayed on the form as a slideshow. The way I'm doing this is to have a Panel control the size of the form i …
2
votes
4answers
60 views
How do I generate a contour graph?
How do I generate a contour graph like this:
It's easy enough if the points are on a regular grid, but what if they aren't, like in my example? Is there a fairly simple algorithm …
-8
votes
0answers
66 views
give the source code in c graphics to show circuit and functions of tri state logic [closed]
actually required for a project please help me out and answer please as fast as u can
4
votes
9answers
126 views
Java AWT/SWT/Swing: How to plan a GUI?
hello
I've already realized some applications with a small graphical user interface. Nothing complex, but I've encountered several problems that components aren't displayed or jus …
0
votes
2answers
49 views
Affine transformation
I am trying to solve the below problem. I don't have much knowledge in Affine transformations. Could someone help me answer this question:
Find a 3x3 matrix representing a 2D affi …
0
votes
1answer
20 views
How do I interpolate normals on Catmull-Clark Subdivision Surfaces
I'm using CCSS to generate smooth surfaces.
I've been using the regular subdivision rules to interpolate the surface/vertex normal, but I think this may be wrong.
Are there diff …
2
votes
2answers
47 views
Sun Raster images: Why 1 byte row padding when width is odd?
This may be waaay to specific for SO, but there seems to be a dearth of info on the sun raster standard. (Even JWZ is frustrated by this!)
Intro: The Sun raster standard says tha …
0
votes
2answers
73 views
Terrain minimap in OpenGL?
Hello,
So I have what is essentially a game... There is terrain in this game. I'd like to be able to create a top-down view minimap so that the "player" can see where they are g …
1
vote
2answers
68 views
Prerequisite for learning directx
Hi All,
I am from .net C# background and I want to learn DirectX. I have knowledge of C++ but I am fairly new to graphic world.
I am little confused about how to start learning …
0
votes
1answer
22 views
Why and when should you use hoops 3d graphics?
My company needs 3D visualization for our commercial applications (CAD, mesh manipulation, computational geometry). We are tired of true vision 3D (tv3d), which we've been using fo …
