What is 3d: Definition and 1000 Discussions

In 3D computer graphics, 3D modeling is the process of developing a mathematical coordinate-based representation of any surface of an object (inanimate or living) in three dimensions via specialized software.Three-dimensional (3D) models represent a physical body using a collection of points in 3D space, connected by various geometric entities such as triangles, lines, curved surfaces, etc. Being a collection of data (points and other information), 3D models can be created manually, algorithmically (procedural modeling), or by scanning. Their surfaces may be further defined with texture mapping.

View More On Wikipedia.org
  1. B

    Fermi Energy of Non-Interacting Identical Li Atoms in a 3D Harmonic Potential Well

    Homework Statement The degeneracy of the nth level above the ground state for a three dimensional harmonic oscillator is (n+1)(n+2)/2 where n takes values n=0,1,2,... A gas of N non-interacting identical lithium atoms (mass 6amu) each having spin1/2 is confined in a 3d harmonic potential...
  2. M

    3d modeling of a suspension arm

    Hello, I am trying to model a basic automobile suspension arm in 3 dimensions. The model consists of basically a triangle made up of 3 vectors a, b, and c. Vector a is "ground" and magnitude and direction is known. Magnitudes of vectors b and c are also known. So, I can write the following...
  3. M

    3D Programming: Experiences and Insights

    Was just wondering if anyone here has tried 3D programming. If you have, what language did you write in, what difficulties did you have, and what did you find interesting about it? As of now I know of Direct3D and OpenGL, but, if I'm not mistaken, you can use different languages to write...
  4. G

    Research Paper On Plane Extraction From 3D Laser Data?

    I'm not sure if this is the best place to post this, if not please point me in the direction I should go. I'm doing robotics research with a professor who told me to study a few different things. One was to find some papers on plane extraction from 3d laser data. Can anyone give me the name...
  5. B

    How to generalize a theorem to 3D

    Homework Statement So have this theorem defined for transforms on the Fourier kind, and hilbert spaces, on R2 The theorem sets bounds for norms of the functions and the transforms in the hilbert scale I have the proofs for the 2D case given in my lecture notes Problem: Generalize the...
  6. S

    News 3D network diagram representing distribution of entire U.S. stock market

    Hello, I read an article about a year or two ago and I cannot remember in what magazine I read it, so I was hoping to generate some leads by reaching out. I want to find it because my professor wants to see it as well. The article was about a team or group of physicists, at a certain...
  7. A

    Finding FA, FB, FC, FD in 3D Static Equilibrium

    Homework Statement how to find FA, FB, FC, FD in 3D equiblirium static? Homework Equations W1 = 500kg http://www.flickr.com/photos/djaguank/5450648168 distance (see at image) if you can't see the image, please follow this link http://www.flickr.com/photos/djaguank/5450648168...
  8. B

    3D Boundary Value Heat Transfer with constant flux and nonzero boundary

    Hello, I'm having trouble getting started on this problem. Here's the question: [PLAIN]http://img810.imageshack.us/img810/2464/ee323assn3q3.jpg My issue is in setting up the governing partial differential equation in 3 dimensions. What I've tried so far is setting du/dt equal to the...
  9. K

    Resolving Forces in 3D - Statics

    1. Three guy wires hold a pole BO as shown. The resultant R of the forces due to the three wires has a magnitude of 1000-N and is directed on the pole BO. Force F2 and F3 have a magnitude of 400-N and 500-N, respectively. The distance from point A to point D is 5-m. Find the tension in cable...
  10. J

    3D Printing and CAD for Robotics

    Hello! First post here at the forum. I am a member of the underwater robotics team at my school, and I have been put in charge of building the arm. I won't get too specific about the design of it, but it will include gears, motors, and stuff in between. Luckily enough, my school owns a 3D...
  11. C

    Particle in 3D Box: Relation between Ω(E) and E

    Homework Statement For a system consiting of a single particle of mass m in a box of volume L^3 (Lx = Ly = Lz = L) develop a relation between the number of accessible states, Ω(E) and E Homework Equations E = ((π^2ћ^2)/(2mL^2))(nx^2 +ny2 +nz2) The Attempt at a Solution nx^2 +...
  12. I

    Can lines in 3D be parametrized by the same variable?

    For example. L1: x = 11+3t y = 7+t z = 9+2t L2: x=-6+4t y=-2+3t z=-7+5t I was given this problem, and technically these lines don't intersect, right?
  13. P

    Calculating 3D Fourier Transform for (1,2,3)

    Hi, just got set a 3d Fourier transform to solve but I've never seen one before and can't find any examples online. once the integral is set up I should be fine but I'm not sure how to set it up; What is Fourier transfrom (f(k)) of following 3d function for k=(kx, ky, kz)=(1,2,3) for...
  14. G

    Calculating Eigenvalue for 3D Matrix

    Dear frnds, suppose one have a 3D matrix, A=ones(3,3,3); he wants to have eigen value of A, then, A-Lamda*I=0 where A is 3D matrix, I is 3D matrix. now Problem is our mathematical soft can only do 2D inversion or eigen calculation. Please refer me any info to find out the...
  15. G

    What are the components of force in 3D for a pulled atom?

    This not so much of a homework proble, but something I need to visualize and understand to do a homework problem. If theeres and atom at x,y,z = 0, and one located at x,y,z, = 1/2 and we pull second atom from its posistion with a force F in anyone of the x,y,z directions, what are the...
  16. S

    MATLAB MATLAB: Plotting help, turning 2D plot into 3D volume of revolution

    Hi I have an issue I am trying to solve, so far I haven't managed to get past it. I have some data for 200 points in theta from 0 to 2PI. The data is spherically symmetric so there is no phi dependence. Basically what I want to do is turn the 2D plot into a 3D by revolving the 2D plot. My...
  17. M

    How do I compute the 3D Fourier transform of a point charge potential?

    I need to take the 3-Dimensional Fourier transform of a point charge potential. I have an integral of this form, but I am unsure as to how to approach this integral. \int e^{-i\vec{x}\vec{k}} \frac{q}{|\vec{x}-\vec{x'}|}d^3x A push in the right direction would be appreciated.
  18. S

    Finding Polar & Azimuthal Angles of 3D Vector

    Hi, Can anybody help me to find the polar angle and the azimuthal angle of a given 3D vector? Say we know the ordinates of the two point A(x1,y1,z1) and B(x2,y2,z2). So the question is find angles (Theta and Phi) of the vector AB. Any suggestion would be really appreciated. Thanks. Susantha
  19. C

    Perspective sketches from 4D to 3D?

    Just like we can draw 3D-looking images on paper, has anyone tried to "draw" out a 4D image onto 3D space? It's not really drawing, more like building. Since nobody can visualize 4D, it would have to be done mathematically. I've seen projections of hypercubes onto 3D, but it was still 2D since...
  20. S

    Why do I look different in pictures versus a mirror?

    An explanation given to the question, "Why do I look different in pictures versus a mirror?", cited that in a picture one views a 2D image but in a mirror one views a 3D image. This difference can effect the depth perceived in ones face. Is this explanation valid? My take is that the...
  21. P

    What is the Normalization Constant for a 3D Electron Gas in Free Space?

    Homework Statement In a solid state book I am reading the 3 dimensional electron gas is derived. It says, "An unconfined electron in free space is described by the Schrodinger equation where m is the free-electron mass. The solutions of the equation, phi(r)=1/(2pi)^3 Exp(ik.r) are plane...
  22. G

    Mathematica How do you plot a 3D vector in Mathematica 8?

    For example, how would I plot the fixed vector <3, 4, 3>? I'm not sure if I'm using the correct language; I mean the vector with its tail at (0, 0, 0) and head at (3, 4, 3).Also, how would I plot the plane 11x + 19y + 39z = 88?
  23. F

    MATLAB How to Perform 3D Interpolation in MATLAB?

    Hello everybody! I'm dealing with a MATLAB script that is made up in this way: I've this external loop % ALTITUDE [ft] h_ft = 0:200:10000; % TEMPERATURE [°C] T_C = 0:1:50; for mm = 1:length(h) for nn = 1:length(T_0) The aim of this loop is to calcuate a velocity, so at the end I...
  24. I

    3D stationary Schrodinger - numerical solution

    Hi! My problem is connected with solving 3-dimentional Schrodinger equation for descrete spectrum. I need to consider arbitrary 3D-potential and find characteristics of boundary levels, produced by this potential (energy levels, quantum numbers...) All I found over the internet were...
  25. G

    Exploring 3D Orbital Patterns of Planets in the Solar System

    I was wondering, after reading a few posts on various things related to 'The clockworks of the solar system' such as angular velocity and orbital periods,in a 3-dimensional sense, are planets orbital paths all over, or are they flat on one plane, varying in only 2 dimensions? i imagine it...
  26. L

    Back Into the Series: My 3D IMAX Experience

    Who here has seen it? I saw it today in 3D imax. After my eyes stopped hurting I rather enjoyed myself. Not a bad way to get back into the series.
  27. P

    3D pendulum-spring-damper (Lagrange)

    [PLAIN]http://img337.imageshack.us/img337/3623/pensp.jpg Homework Statement I need to find the equations of motions via Lagrange's formulation when the generalized coordinates are: \vec{q}=[x,y,z]^T2. The attempt at a solution I need to verify whether what I obtained so far is true or not...
  28. C

    I'm sorry, I meant the x and y planes, not the z and y planes.

    Homework Statement A 1125 N force F is supported by cable AD and by struts AB and AC as shown. If the struts can transmit only axial tensile or compressive forces, determine the forces in the struts and the tension in the cable. a = 6 m b = 1 m c = 4 m d = 6 m f = 2 m...
  29. O

    Effect of 3D photons on a 2D universe. Help me understand?

    Hi, I just saw this video on youtube, originally from Carl Sagan's 'Cosmos', about a 4th spatial dimension. http://www.youtube.com/watch?v=Y9KT4M7kiSw&NR=1" So what happens when the photons that are traveling in 3D hit an object in a 2D plane universe. To a 2D object it seems like photon...
  30. MTd2

    Paul Townsend`s 3D Superparticle.

    http://arxiv.org/abs/1011.5049 The Quantum 3D Superparticle Luca Mezincescu, Paul K. Townsend (Submitted on 23 Nov 2010) The minimal (N=1) superparticle in three spacetime dimensions (3D) is quantized. For non-zero mass it describes a spin-1/4 semion supermultiplet of "relativistic...
  31. M

    Can 3D Scalar Fields Be Simplified Using Error Functions?

    I have a nifty expression \frac{1}{r} = \frac{\rm{erf}(r/\alpha)}{r} + \frac{\rm{erfc}(r/\alpha)}{r} I can manipulate it easily enough in one dimension to get a similar expression for \frac{1}{|r|}. Having a little trouble with the expression in three dimensions though\frac{1}{|\textbf{r}|}...
  32. A

    Is there a 3D map of the naked-eye visible nightsky objects?

    I often look up at the sky and wonder how far away this or that star/object is. I know that most discernible stars are in our neighborhood, but I have a hard time figuring out just how close they are. Is there a map/graphic that would map all the objects we can see with a naked eye in our...
  33. F

    Magnetic Field Lines Formula (3D)

    Curious as to whether there's a formula for calculating the shape of the magnetic field lines, including electro magnets (solenoids). I want to create a 3D graphical display for the magnetic field lines of magnets.
  34. S

    Kinetic Energy of 3D Fermi Gas at Absolute Zero

    Show that the kinectic energy of a three-dimensional fermi gas of N free electrons at absolute zero is (Mathematica code used) u = 3/5 N Subscript[\[Epsilon], F] Now I know total energy of N particles is this integral u = \!\( \*SubsuperscriptBox[\(\[Integral]\), \(0\)...
  35. W

    Calculate point on line, perpendicular and intersecting another line in 3d space

    Hello All, I am looking for a way to find a point on a line (eg. line 1). This line has a perpendicular which has an intersection with another line in 3d space (line 2). I have the coordinates of line 1 and 2 and their direction vectors (lines have an infinite length). I also have the...
  36. maverick_starstrider

    3D Generalization of Surface Intregral

    Hi, I'm pondering the relation for the surface integral of a membrane \sqrt{1+\nabla \psi \cdot \nabla \psi} My two questions are: 1) Does this expression have an identical form if the "membrane" is a scalar field in 3 dimensions (like Temperature) 2) How does one derive this result for 3...
  37. N

    What is the best way to incorporate accelerometers into a 3D positioning system?

    I am trying to create a kind of rudimentary 3d positioning system, sort of like a CNC minus the machining aspect. I am just trying to get my very basic design down and I am stuck at how i should get the position data, my first thought was to use an accelerometer placed at the tip of the actuator...
  38. R

    Function of distance between a point and vector in 3D

    Homework Statement Two lines are given p: \stackrel{\rightarrow}{r}(t) = (4,7,4) + t(2,2,-8) and q: z = 3, x = 7 -y (second one is given in parametric form). Questions: a) find a function f(x) which has a value in x that equals a distance from a point \stackrel{\rightarrow}{r}(x)...
  39. E

    How to calculate 3D Principal stresses?

    How to calculate 3D Principal stresses? If I got the values of 6 stress tensors: Then I can calculate the values for the 3 stress invariants I1, I2 and I3: I also know the relationship between the stress invariants and principal stresses: So how can I calculate the values for the...
  40. I

    Mathematica Logarithmic 3D plot in Mathematica

    Hi all, Does anyone know how to get Mathematica make a 3D plot with logarithmic axes? I need a, say, 3D version of LogLogPlot. I have a 3D function Rdb[nf, pf] which I want to plot for {nf, 10^10,10^18} and {pf, 10^10,10^18}. I can get cross sections of what I need when I do...
  41. E

    Calculus of Variations: Shortest distance between two points in 3D space

    Homework Statement Show that the shortest distance between two points in three dimensional space is a straight line. Homework Equations Principally, the Euler Lagrange equation. The Attempt at a Solution I understand how to do this for a plane, but when we move into three...
  42. D

    Changing Orbit Angle for 3D Atom Model | Simple Question for Math Pros

    "simple" 3d orbit question Hi folks, I am following this pattern: http://www.bit-101.com/tutorials/3D-rotation.html to build a 3d model of an atom, using silverlight. I have what i think is an easy question for math pros... I'd like to know what I can change to make the angle of the...
  43. T

    Assistance with gambit meshing process for 3d pump impeller

    Hello, As part of my final year project I am to run a CFD analysis of a pump impeller. I have been provided with the impeller and diffuser CAD models and successfully imported these into gambit. However, after completing a number of the gambit tutorials I still have no experience in meshing...
  44. B

    Object and a 3d direction vector

    i have an object and a 3d direction vector and position for it . I would like to know how do i determine if a certain point X is in the space below the plan determined by my direction ? Here is an image that i have drawn to make it more clear . In this image I've made the vector 2d...
  45. K

    Total ground state energy of N fermions in a 3D box

    Hello everybody, I just have no idea how to start this problem so i was hoping you guys would point me in the right direction and then i'll be able to go on by myself the problem asks to show that the total ground state energy of N fermions in a three dimensional box is given by E total =...
  46. N

    3D object inverted w.r.t. a sphere

    Few days back I posted a question here that dealt with inversion geometry. A point P inside a sphere can be inverted with respect to the spherical surface to another point P' outside. Center of the sphere O,P and P' are collinear and OPxOP'=r^2 I was wondering if it is possible to get a 3D...
  47. Telemachus

    Mathematica Mathematica, Plot3D command and 3D points

    Hi there. Well, I got a surface plotted with Mathematica. I've used the Plot3D command for this. But now I want to plot a point in the same graph. The thing is I've used Taylors polynomial of second degree, and I want to "see" the point around which I'm making the approximation. But I don't know...
  48. M

    MATLAB 3D plot in MATLAB of a sphere inside an open pit.

    Ok so I am trying to do this project for uni. "A working pit is plan to be dug to host a football alike object. The shape of the object is given by the following equation X^2+Y^2+(1/4*Z^2) = 25 The object will be put into the place from above, and the wall of the pit must have at least...
  49. N

    3D Space-Function of two variables

    Hello everybody, I am studying a theorem and I want to convert a function of one variable into a function of two variables. At first steps I am really confused and don't know what to do. Can you help me with this step: function with one variable: given; f(x), f(0)=f(1)=0 on...
  50. A

    Scilab Help: Create 3D Surface Code | Due Tuesday

    Hi all I'm new to scilab. I was given an assignment to use scilab to draw a 3D surface. It needs to be creative and clearly noted what the codes mean. I'm totally freaking out with my assignment because it is due Tuesday next week. I would apprecriate anyone who could help me. Thanks for...
Back
Top