Type Alias: StartTraverseInstancedLodsCallbackFunction()
Меньше 1 минуты
Type Alias: StartTraverseInstancedLodsCallbackFunction()
StartTraverseInstancedLodsCallbackFunction = (
child
,objIdx
) =>void
Callback function called at the start of LOD traversing.
Parameters
child
InstancedLods
Current BufferGeometry instance.
objIdx
number
Current mesh index.
Returns
void