Japanese
-
About saturnExport v2.5
Things to keep in mind when converting data.
Scaling and Viewing Problems
If you convert a hierarchy where the model has a scale value other than (1,1,1) and use
the Viewer→saturnViewer
command, the results will be different between the CartDev+DevSaturn environment and Softimage.
This is because Saturn uses a classical transform, whereas Softimage uses a non-classical transform by default. The order of translation, rotation, scaling, etc. is different between Saturn and Softimage.
- non-classical
S
model
XS
parent
XR
model
XT
model
XR
parent
XT
parent
- classical
S
model
XR
model
XT
model
XS
parent
XR
parent
XT
parent
(S=Scale, R=Rotation, T=Translation)
There is no easy way to convert from a non-classical transformation to a classical transformation. When converting from Softimage to Saturn format, objects appear in their normal positions on the Saturn and create a new local transformation so that they are calculated correctly.
There are two options for this problem.
- Use
the Effect → Freeze → Scaling
command in the Model module before converting.
- Model with Classical transformations by selecting
the Preferences→Classic Scaling
command.
Generate Geometry (.mdl)
The Generate Geometry option can output geometry and material information in SGL format.
Model Shading
The Model Shading option allows you to add SGL shading information to the converted model.
Convert Coordinate Systems
Turning this option on will convert the Softimage coordinate system to the Saturn coordinate system. Inverts the Y and Z values for the following items.
- Vertex coordinate value
- polygon normal
- Object position and rotation values
Saturn vs. Softimage Units
You can apply scaling when converting from Softimage to SGL format.
Generate Texture (.txr)
The Genrate Texture option can output texture information in SGL format.
Smoothing
The Smoothing option controls color smoothing when the texture is resampled. When this option is selected, a bilinear interpolation method is used to improve the quality of the texture slices created; when this option is not selected, the colors of the closest pixels of the original texture are used. Masu.
(Note)
When using this option, the smoothing process may create colors that were not used in the original texture.
Save PIC files
You can save the texture sliced .pic file in the specified directory.
Texture Slice Density Control
Polygon Surface
Determines the texture size from the polygon size when slicing the texture. The advantage of this technique is that the density of the sliced texture is uniform over the model size. The size of the texture becomes independent of the original texture data. The default value is set to 25 pixels per Softimage unit.
Texture resolution
Determines the size of the sliced texture based on the UV texture coordinates of the texture-mapped polygon. The size of the sliced texture varies depending on the resolution of the original texture. The Density Factor (default 1.0) determines the resolution of the texture.
Maximum Slice Size
You can set the maximum X and Y values of the texture to be texture sliced.
(By default, both X and Y are 256 pixels)
Generate Animation (.mtn)
The Generate Animation option can output animation information as text data. (Not SGL compliant)
Compression
Compress animation data. If the number does not change, the data is omitted.
Hierarchy Filtering Options (not available in v2.2)
Selected Models Only
Selected models only.
Non Polygonal Models (for models other than polygon mesh)
In this example, a keyframe animation is set on the skeleton's effector.
Remove and Propagate Animation
Remove models other than polygon meshes (such as skeletons) from the hierarchy and propagate the animation to another model.
Replace by Nulls and Preserve Animation
Replaces non-polygon mesh models with Null and preserves animation. The models named
jnt1_3
and
jnt1_4
on the right side of the diagram have animations. These two are Null.
Replace by Nulls and Propagate Animation
Replace non-polygon mesh models with Null and transfer the animation to another model.
Top