10 Replies - 1516 Views - Last Post: 14 January 2008 - 01:01 PM

#1 freeit   User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 22
  • Joined: 04-August 07

Computer graphics question

Posted 02 December 2007 - 09:28 AM

How would you convert a three-dimensional (3D) image to a two-dimensional (2D) plane?
Describe at least two different strategies along with their advantages/disadvatages and properties.
Is This A Good Question/Topic? 0
  • +

Replies To: Computer graphics question

#2 Louisda16th   User is offline

  • dream.in.assembly.code
  • member icon

Reputation: 15
  • View blog
  • Posts: 1,967
  • Joined: 03-August 06

Re: Computer graphics question

Posted 02 December 2007 - 09:54 AM

Please don't post your question four times!!!

..and we won't do your homework for you.
Was This Post Helpful? 0
  • +
  • -

#3 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: Computer graphics question

Posted 02 December 2007 - 09:59 AM

View PostLouisda16th, on 2 Dec, 2007 - 09:54 AM, said:

Please don't post your question four times!!!

..and we won't do your homework for you.

Post it five times, & we'll consider it.
Was This Post Helpful? 0
  • +
  • -

#4 Louisda16th   User is offline

  • dream.in.assembly.code
  • member icon

Reputation: 15
  • View blog
  • Posts: 1,967
  • Joined: 03-August 06

Re: Computer graphics question

Posted 02 December 2007 - 11:32 AM

Sorry. Double post.
Was This Post Helpful? 0
  • +
  • -

#5 LeprechauN   User is offline

  • D.I.C Addict
  • member icon

Reputation: 2
  • View blog
  • Posts: 857
  • Joined: 12-March 01

Re: Computer graphics question

Posted 02 December 2007 - 09:16 PM

That sounds like a homework question to me..... are we doign your school work?
Was This Post Helpful? 0
  • +
  • -

#6 DilutedImage   User is offline

  • D.I.C Addict
  • member icon

Reputation: 15
  • View blog
  • Posts: 646
  • Joined: 20-November 06

Re: Computer graphics question

Posted 02 December 2007 - 11:35 PM

View Postfreeit, on 2 Dec, 2007 - 09:28 AM, said:

How would you convert a three-dimensional (3D) image to a two-dimensional (2D) plane?

Snap a digital picture of your screen.
Was This Post Helpful? 0
  • +
  • -

#7 nirvanarupali   User is offline

  • D.I.C Stomach
  • member icon

Reputation: 14
  • View blog
  • Posts: 1,120
  • Joined: 01-August 07

Re: Computer graphics question

Posted 03 December 2007 - 08:33 PM

I am working as 3D simulator for 3 years and I am using various CAD software. I don't understand your question about 3D image to be projected in 2D plane.

But if you mean as image(jpg,gif,tif,bmp etc.) with 3D effects ( it looks like 3D) then that image is still 2D. It is flat just like any pictures taken by a camera or any perspective rendering by artists or architects.

I never found any software that you can project it to 2D views, such as front view, side view, top view and auxiliary view.

However, if you are working with 3D Objects which are created in any 3D software such as, AutoCAD, Mechanical Desktop, Unigraphics, Solid Edge, etc.
Then it is easy to generate any 2D views you want.
Was This Post Helpful? 0
  • +
  • -

#8 DilutedImage   User is offline

  • D.I.C Addict
  • member icon

Reputation: 15
  • View blog
  • Posts: 646
  • Joined: 20-November 06

Re: Computer graphics question

Posted 03 December 2007 - 09:37 PM

View Postfreeit, on 2 Dec, 2007 - 09:28 AM, said:

How would you convert a three-dimensional (3D) image to a two-dimensional (2D) plane?


I'm only aware of one type of true 3D imagery - holograms. If it's in a digital image or printed format then it's just a 2D representation of a 3D object/model. So, are you looking to convert a holographic image to a digital image?
Was This Post Helpful? 0
  • +
  • -

#9 baavgai   User is offline

  • Dreaming Coder
  • member icon


Reputation: 7507
  • View blog
  • Posts: 15,558
  • Joined: 16-October 07

Re: Computer graphics question

Posted 04 December 2007 - 05:20 AM

View Postfreeit, on 2 Dec, 2007 - 11:28 AM, said:

How would you convert a three-dimensional (3D) image to a two-dimensional (2D) plane?
Describe at least two different strategies along with their advantages/disadvatages and properties.


I suspect what you're talking about is having 3d data, e.g. (x,y,z) points, that needs to be transformed to (x,y)? The answer is matrix algebra. You need to define a point in space that's the viewpoint of the observer and normalize the data to that point. Actually, you need to define a view plane. I seem to recall this involves some 4x4 matrixes.

Hope this helps.
Was This Post Helpful? 0
  • +
  • -

#10 1lacca   User is offline

  • code.rascal
  • member icon

Reputation: 44
  • View blog
  • Posts: 3,822
  • Joined: 11-August 05

Re: Computer graphics question

Posted 04 December 2007 - 05:33 AM

View Postno2pencil, on 2 Dec, 2007 - 05:59 PM, said:

View PostLouisda16th, on 2 Dec, 2007 - 09:54 AM, said:

Please don't post your question four times!!!

..and we won't do your homework for you.

Post it five times, & we'll consider it.


Please don't feed the animals!



Anyway, regarding the op, I would suggest a bulldozer.
Was This Post Helpful? 0
  • +
  • -

#11 curiose   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 99
  • Joined: 28-October 07

Re: Computer graphics question

Posted 14 January 2008 - 01:01 PM

i think that it depends first on the software that u r using.
for example: in 3D MAX, u an convert it from texturing ... in photoshop u can use differnet filters to convert 3d into 2d..
the advantages and disadvantages depend on why u r changing them and for what???simply... specifiy ur objective in ur question
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1