Engine Base Scales

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
mohaps
Posts: 248
Joined: Tue Jun 08, 2004 1:54 pm
Location: Shrewsbury MA
Contact:

Engine Base Scales

Post by mohaps »

hi

what is the base scale of the engine... i mean unit... is it a meter, a feet or somethign else per pixel...??

this becomes a problem while using multiformat models / terrain...
---
Saurav Mohapatra
author, artist and bona fide geek

web: http://www.mohaps.com
email: mohaps AT gmail DOT com
Tyn
Posts: 932
Joined: Thu Nov 20, 2003 7:53 pm
Location: England
Contact:

Post by Tyn »

Banana's, spitting distance, whatever you want it to be. It's not important. use whatever figure's your modeller uses. I usually create a test box that is 1x1x1 unit's of whatever I want and call that 1m^3. Then I model to this box, estimating size based upon these units.
mohaps
Posts: 248
Joined: Tue Jun 08, 2004 1:54 pm
Location: Shrewsbury MA
Contact:

Post by mohaps »

so it is basically.. 1 unit....whther the modeller has any units set is irrelevant??

just clarifying...

cause then i got to rerun all my modles through one modellere with a set scale/unit
---
Saurav Mohapatra
author, artist and bona fide geek

web: http://www.mohaps.com
email: mohaps AT gmail DOT com
Tyn
Posts: 932
Joined: Thu Nov 20, 2003 7:53 pm
Location: England
Contact:

Post by Tyn »

It is good practice to run it all through the same modeller and to import a size setting cube to make sure everything is the same size. It keeps things uniform across the board. AFAIK it is all stored as the same scale inside the model files, it has no measurement name, just 1,1,1 etc.
Post Reply