Nintendo Confidential

4. Scene Node


(1) SceneList Description (English)

u32 scene_chain_root_link_num Specifies the number of ChainRoot nodes directly linked from the scene.
u32 external_obj_num Specifies the number of externally referenced Obj nodes.
u32 external_env_num Specifies the number of externally referenced Env nodes.
u32 external_cam_num Specifies the number of externally referenced Cam nodes.
u32 external_light_num Specifies the number of externally referenced Light nodes.
u32 scene_chain_root_link_index Specifies the index number for the ChainRoot nodes directly linked from the scene.

scene_chain_root_link_num = 0

In this case, there is no data.

u32 external_obj_file_name_index Uses an ExternalNameList index number to specify the name of a file stored in the externally referenced Obj node.

Please do not include the directory name etc. when specifying the file name.

This field is not used when external_obj_num = 0

u32 external_obj_name_index Uses an ExternalNameList index number to describe the externally referenced Obj node name.

This field is not used when external_obj_num = 0

u32 external_env_file_name_index Uses an ExternalNameList index number to specify the name of a file stored in the externally referenced Env node.

Please do not include the directory name etc. when specifying the file name.

This field is not used when external_env_num = 0

u32 external_env_name_index Uses an ExternalNameList index number to describe the externally referenced Env node name.

This field is not used when external_env_num = 0

u32 external_cam_file_name_index Uses an ExternalNameList index number to specify the name of a file stored in the externally referenced Cam node.

Please do not include the directory name etc. when specifying the file name.

This field is not used when external_cam_num = 0

u32 external_cam_name_index Uses an ExternalNameList index number to describe the externally referenced Cam node name.

This field is not used when external_cam_num = 0

u32 external_light_file_name_index Uses an ExternalNameList index number to specify the name of a file stored in the externally referenced Light node.

Please do not include the directory name etc. when specifying the file name.

This field is not used when external_light_num = 0

u32 external_light_name_index Uses an ExternalNameList index number to describe the externally referenced Light node name.

This field is not used when external_light_num = 0

See Data Chunk

Back to Index


Copyright 1998, 1999 NINTENDO Co., Ltd. All rights reserved.
Copyright 1998, 1999 MONEGI CORPORATION All rights reserved.