int aw_terrain_load_node (void)


Uploads a node of terrain data to a world.

Callback

AW_CALLBACK_TERRAIN_LOAD_NODE_RESULT

Notes

This method is new in SDK build 24 and requires a version 3.3 or later world server.

aw_terrain_load_node uploads a node of terrain data. Its primary purpose is for uploading bulk terrain data dumps from the world server administration tool. SDK applications that wish to upload or modify terrain should use the aw_terrain_set method instead.

The node data to upload is determined by the values of the following attributes:

AW_TERRAIN_PAGE_X
AW_TERRAIN_PAGE_Z
AW_TERRAIN_NODE_X
AW_TERRAIN_NODE_Z
AW_TERRAIN_NODE_SIZE
AW_TERRAIN_NODE_HEIGHT_COUNT
AW_TERRAIN_NODE_HEIGHTS
AW_TERRAIN_NODE_TEXTURE_COUNT
AW_TERRAIN_NODE_TEXTURES

See Also

aw_terrain_query
aw_terrain_set
aw_terrain_next
aw_terrain_delete_all



Active Worlds™ is a trademark of Activeworlds Inc. Questions or problems regarding this product should be posted to the newsgroup news://news.activeworlds.com/sdk. Problems with this web page should be reported to the author.

Copyright © 1998-2008 Activeworlds Inc. All rights reserved.