Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
geometry
- Page 1
Geometry Shaders
Programming
Game Development
14 Years Ago
by xtrmR
Hi, Can someone tell me about
geometry
shaders in directX 10 ? I read many in internet, but not clear enough. I know Vertex & pixel shader, but this one is not clear. Thanks in advance. xtrmR
Re: Need help calling methods from another class (Geometry)
Programming
Software Development
14 Years Ago
by CorruptionInc
…anyone help me with it? [CODE]public class
Geometry
{ public static double sphereVolume(double r){ double …print("Please enter a radius: ");
Geometry
geometry
= new
Geometry
(); double r = in.nextDouble(); in.nextLine();…area of the cylinder is: " +
Geometry
.cylinderSurface(r,h)); System.out.println("…
Need help calling methods from another class (Geometry)
Programming
Software Development
14 Years Ago
by CorruptionInc
… be resolved. Any help is greatly appreciated. [CODE]public class
Geometry
{ public static double sphereVolume(double r){ double sphereVol = (4.…); System.out.print("Please enter a radius: ");
Geometry
geometry
= new
Geometry
();
geometry
.sphereVolume(in.nextDouble()); System.out.println("The Volume of…
surface computing of 3D geometry by reading from text file
Programming
Software Development
13 Years Ago
by makmuhefe
…which is computing surface area of a 3D
geometry
by using Newell Methods.
Geometry
data should be reading from a text file… The lines which has 3 columns point out coordinates of
geometry
's vertices. The lines which has 2 columns point out…of Newell Methods and I can compute the area of
geometry
surface by writing the data in program as hardcode.…
OpenGL Cg Geometry Shader
Programming
Software Development
10 Years Ago
by uonsin
…gpProfile = CG_PROFILE_GLSLG; else { fprintf(stderr, "%s:
geometry
profile is not available.\n", gpProfile); exit(0); …quot;geometry_passthru", NULL); OpenGLRenderer::checkForCgError("
Geometry
program"); When I call the function …
Re: surface computing of 3D geometry by reading from text file
Programming
Software Development
13 Years Ago
by makmuhefe
…] I wanna compute area and normals of surfaces of 3D
geometry
by using newell formula. First I need the read datas… of
geometry
from a text file. This datas should be read into… "nested for loops". Coz when I change the
geometry
( when I create the new text file belong to different…
Mitsubishi geometry problems.
Hardware and Software
Hardware
15 Years Ago
by velio
I have a Mitsubishi Eye-Q CRT monitor and the
geometry
is not ok enymore . Colors are fine, picture is clear ,…but the
geometry
is as if bended in the down part of the… that this unit might be dying on me .Can the
geometry
change be a sign that it is going dead? There…
Flash Document with dynamic geometry!
Digital Media
UI / UX Design
18 Years Ago
by preist
… window, so does the flash document, it changes it's
geometry
to fit my window not just shrinking or expanding the…
Video Camera - Fixing Geometry Issue
Hardware and Software
Hardware
16 Years Ago
by Duki
Hey guys, Does anyone know of a simple way to correct the
geometry
issue experienced with video cameras? i.e., the top of the screen is much wider (in distance) than say the middle. I need to correct this, so that I can plot pixels onto a 2D map.
Geometry and Java
Programming
Software Development
14 Years Ago
by bookworm619
I am having problem with calculating the angle using sin. So far, I got the literal of numbers, which is not making sense. I am supposed to match my answers with this: Set up new triangle with coordinates (0.0, 0.0), (3.0, 0.0), (3.0, 4.0) Area: 6.0 Parimeter: 12.0 Length side a: 4.0 Length side b: 5.0 Length side c: 3.0 Angle A: 53.…
Re: Geometry and Java
Programming
Software Development
14 Years Ago
by tong1
As indicated by API : acos public static double acos(double a)Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi. The return value of Math.acos is in radian instead of degree. It has to be multiplied by 57.296 (180/PI) to become the value in degree.
Re: Need help calling methods from another class (Geometry)
Programming
Software Development
14 Years Ago
by Spiderpig085
[CODE] double coneSurArea = Math.PI * r * Math.sqrt(Math.pow(r, 2)+(Math.PI * (Math.pow(r,2)); [/CODE] That works for me!!
Re: surface computing of 3D geometry by reading from text file
Programming
Software Development
13 Years Ago
by NormR1
Are you looking for help with this program? If so could you explain in more detail what your problem is. [QUOTE]But I cant create arrays and store datas from reading text file[/QUOTE] Can you explain this better?
Re: surface computing of 3D geometry by reading from text file
Programming
Software Development
13 Years Ago
by NormR1
Can you show the code you are having the problems with? Your first post said: [QUOTE]I cant create arrays and store datas from reading text file[/QUOTE] I have no idea what your program is supposed to do, but I might be able to help you read data from a file and store it in arrays in your code.
Re: surface computing of 3D geometry by reading from text file
Programming
Software Development
13 Years Ago
by makmuhefe
I sent the codes in attach by first message. And Im writng new one. I will send it again.
Re: OpenGL Cg Geometry Shader
Programming
Software Development
10 Years Ago
by uonsin
Someone pointed out that I was using cgCreateProgram instead of cgCreateProgramFromFile, that took care of the error, also I forgot to add the input mode on the post, which I have on the actual file
Re: Mitsubishi geometry problems.
Hardware and Software
Hardware
15 Years Ago
by Suspishio
[url]http://www.repairfaq.org/sam/monfaq.htm[/url] Read this lot! Should do the business.
Re: Flash Document with dynamic geometry!
Digital Media
UI / UX Design
18 Years Ago
by iamthwee
When you say resize the window do you mean, change the resolution?
Re: Flash Document with dynamic geometry!
Digital Media
UI / UX Design
18 Years Ago
by preist
No, I mean it literary, resize the browser window.. something like: [code] var stageResizer:Object = new Object(); stageResizer.onResize = repositionContent; function repositionContent(){ // Here you write the code to repositionate your elements. // Something like this. :) }; Stage.addListener(stageResizer); [/code] But I need something more …
Re: Flash Document with dynamic geometry!
Digital Media
UI / UX Design
18 Years Ago
by FC Jamison
ssuming the foregoing is correct, here is a script that will center the content of a Web pabe both horizontally and vertically between a header and footer, as long as the content is smaller than the window height. If the content, including header and footer, exceeds the window height, the footer will float to the bottom of the content. If the…
Re: tkinter, create_rectangle
Programming
Software Development
11 Years Ago
by woooee
Geometry
managers, pack, grid, and place return None canvas = Canvas(mainGUI, … again and I'm sure you will find that the
geometry
manager is on a separate line. canvas = Canvas(mainGUI, width…
C++ Dynamic Array Of Objects Deletion
Programming
Software Development
17 Years Ago
by USUAggie
… that is located in my
Geometry
.h and
Geometry
.cpp, and it looks like this:
Geometry
.h ~
Geometry
();
Geometry
.cpp
Geometry
::~
Geometry
(){ delete[] Name; delete[] …and sphere and cylinder are relatively the same:
Geometry
.cpp //
Geometry
-- #include "
Geometry
.h" #include <iostream> …
Need Help
Programming
Software Development
15 Years Ago
by rybro1
…root = tk.Tk() root.title('Maths Game') root.
geometry
("500x500") def main_menu(): image2 = tk.PhotoImage…quot;) w = image3.width() h = image3.height() root.
geometry
("%dx%d+0+0" % (w, h))…quot;) w = image3.width() h = image3.height() root.
geometry
("%dx%d+0+0" % (w, h))…
Avoiding local objects in inline member function
Programming
Software Development
15 Years Ago
by bobsta
…for call to ‘fourMatrix::fourMatrix(fourVector, fourVector, fourVector, fourVector)’ ../
Geometry
/fourMatrix.cpp:156: note: candidates are: fourMatrix::fourMatrix(float, …::fourMatrix(fourVector&, fourVector&, fourVector&, fourVector&) ../
Geometry
/fourMatrix.cpp:12: note: fourMatrix::fourMatrix()[/ICODE] and if I…
Re: C++ Dynamic Array Of Objects Deletion
Programming
Software Development
17 Years Ago
by vijayan121
…=0 ; i<GEOMETRY_COUNT ; ++i ) delete geometryArray[i] ; [/code] note:
Geometry
requires a virtual destructor.
Tkinter - GUI Screen (No Game Code)
Programming
Software Development
15 Years Ago
by Alq Veers
…Major Project - SDD. v0.6') # self.root.
geometry
('1000x800+140+90') def menu_Icons(self): mainMenu() def gameControl…root.title('Major Project - SDD. secondGen_v0.01') self.root.
geometry
('1000x600+140+90') def menu_Control(self): controlMenu() # def…
When the Three.js PointerLockControls are used, no objects appear.
Programming
Web Development
11 Years Ago
by SamarthWiz
…light.position.set(-100, 200, 100); scene.add(light);
geometry
= new THREE.PlaneGeometry(2000, 2000, 100, 100); var …material = new THREE.MeshLambertMaterial({color: 0x0000FF});
geometry
.applyMatrix(new THREE.Matrix4().makeRotationX(- Math.PI / 2)); var…
query: allocating memory to nested linked lists
Programming
Software Development
20 Years Ago
by sachin kumar
…malloc(sizeof(struct dxfdata)); dxf->ptrgeometry = (struct
geometry
*)malloc(sizeof(struct
geometry
)); temp = dxf; temp->ptrdxfdata = NULL; temp…->ptrgeometry = NULL; ptrgtempe=(struct
geometry
*)malloc(sizeof(struct
geometry
)); ptrgtempe->ptrgeometry = NULL; ptrgtempe->ptrdataset=NULL…
GraphicsMagick c++API undefined reference Eclipse
Programming
Software Development
15 Years Ago
by dre1234
…workspace/GraphicsProj/Debug/../GraphicsProj1.cpp:12: undefined reference to `Magick::
Geometry
::~
Geometry
()' C:/Users/dru/workspace/GraphicsProj/Debug/../GraphicsProj1.cpp:12: …undefined reference to `Magick::
Geometry
::~
Geometry
()' C:/Users/dru/workspace/GraphicsProj/Debug/../GraphicsProj1.cpp:12: …
how to display ".wrl" file in linux.
Hardware and Software
Linux and Unix
14 Years Ago
by shanker86
… { appearance Appearance{ material Material { diffuseColor 0 1 0 transparency 0 } }
geometry
Sphere { radius 1.00000 } } ] } Transform { translation -0.00000…{ diffuseColor 0.00000 1.00000 0.00000 transparency 0.00000 } } }
geometry
Sphere { radius 1.00000 } } ] } Transform { translation -1.00000…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC