Quote: "OBJECT IN SCREEN
This command will return a value of one if the specified 3D object is wholly or partly visible within the screen borders, otherwise zero is returned.
Syntax
Return Integer=OBJECT IN SCREEN(Object Number)
Parameters
Object Number
Integer
The object number
Returns
This command will return a value of one if the specified 3D object is wholly or partly visible within the screen borders, otherwise zero is returned
Description
Even if the object is behind the camera, its overall size may partially clip the screen area. The parameter should be specified using an integer value.
"
Quote: "OBJECT VISIBLE
This command will return a one if the specified 3D object is visible, otherwise zero will be returned.
Syntax
Return Integer=OBJECT VISIBLE(Object Number)
Parameters
Object Number
Integer
The object number
Returns
This command will return a one, if the specified 3D object is visible, otherwise zero will be returned
Description
The parameter should be specified using an integer value.
"
Quote: "
This command will return a value of one if the specified 3D object is wholly or partly visible within the screen borders, otherwise zero is returned"
Quote: "This command will return a one, if the specified 3D object is visible, otherwise zero will be returned
"