Author Topic: units in world space?  (Read 2471 times)

Offline tjm

  • byte
  • *
  • Posts: 17
    • View Profile
units in world space?
« on: March 25, 2010, 11:03:50 pm »
A few more questions for the day ....

  • What are the units in world space?
  • What are they related to?
  • Is there a notion of scale or size .... how many units would be considered 'close,' 'far,' 'small,' and so on?

I download and started using jPCT only yesterday morning, and this is my first foray into 3D, so please forgive all the beginners questions all in a row.

TIA.

--Tim.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: units in world space?
« Reply #1 on: March 25, 2010, 11:10:42 pm »
They have no actual scale or size. Units in 3D are just like units in 2D. You can create assets, where 10 pixels on the screen cover one cm in reality and you can do the same so that it covers 1 or 100m. In 3D, it additionally depends on the camera settings. Personally, i prefer to think in steps of 10 in 3D, which works fine for most indoor scenes with the default camera settings.

Just play around with these things to get a grasp of it.
« Last Edit: March 25, 2010, 11:15:37 pm by EgonOlsen »

Offline tjm

  • byte
  • *
  • Posts: 17
    • View Profile
Re: units in world space?
« Reply #2 on: March 26, 2010, 12:01:40 am »
Thanks. It sort of makes sense .... I'm just used to 2D coding where 1px = 1 unit.

Time to go play :)

--Tim.