PDA

View Full Version : Attached Object Editor


Pyscen
01 Feb 2010, 09:51
A qiuck note:

On the Attached Object Editor (Light specifically) within MCX... can I get explaination on the steps and data that its looking for or what kind of information that its looking for. For instants: On the Direction (0.00; 0.00; 1.00; 0.0): what does each piece represents? On the Position (0.00; 0.00; 0.00; 1.0): what does each as well.

Read the SDK and not sure what piece of data is for what?

arno
01 Feb 2010, 14:58
Hi,

The elements of the position are X, Y, Z. The fourth one is to indicate that it is a vector, not a normal. But that is something you can ignore. Maybe I need to hide that detail.

The direction element was added to make directional lights later on, but at the moment this information is not used while exporting.

Pyscen
01 Feb 2010, 18:24
Hi,

The elements of the position are X, Y, Z. The fourth one is to indicate that it is a vector, not a normal. But that is something you can ignore. Maybe I need to hide that detail.

The direction element was added to make directional lights later on, but at the moment this information is not used while exporting.

Thanks! Thats all I needed!