preloadCamera: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 18: Line 18:


Version 2.40 required.
Version 2.40 required.


'''Description:'''
'''Description:'''
Line 25: Line 24:


Returns true once all data are ready.
Returns true once all data are ready.


'''Example:'''
'''Example:'''


[[spawn]] {[[waitUntil]] '''preloadCamera''' [[markerPos]] "cam_location_2"}
[[spawn]] {[[waitUntil]] '''preloadCamera''' [[markerPos]] "cam_location_2"}

Revision as of 01:20, 18 July 2006


preloadCamera position


Operand types:

Array position

Type of returned value:

Boolean

Compatibility:

Version 2.40 required.

Description:

Preload all textures and models around given position (format Position) to avoid visual artifacts after camera is moved. Should be used before any abrupt camera change / cut.

Returns true once all data are ready.


Example:

spawn {waitUntil preloadCamera markerPos "cam_location_2"}