Previous | Up | Next |
Calculates the rendering of a scene from the camera having '_camera_' as a handler, in a rendering buffer.Parameters
Specify the background color '_color_' (nil for transparent).
The function returns the handler and material for the object identified at the coordinate point (xplot,yplot), nil if none exists.
[H3d HMat3d] M3scanlinem ( S3d _session_ ObjBitmap _bitmap16_ H3d _camera_ I _xplot_ I _yplot_ I _color_ )
Return value
_session_ 3D Session _bitmap16_ Bitmap coded in 16bits / pixel _camera_ Camera _xplot_ Screen information position _yplot_ Screen information position _color_ Background and fog color
Handler and material of desired object by coordinate point (xplot,yplot)