Exemplo n.º 1
0
 public static extern void IRndrPutPixel(IRndrStruct *Rend,
                                         int x,
                                         int y,
                                         double z,
                                         double Transparency,
                                         IRndrColorType Color,
                                         IPPolygonStruct *Triangle);
Exemplo n.º 2
0
 public static extern IRndrStruct *IRndrInitialize(int SizeX,
                                                   int SizeY,
                                                   int SuperSampSize,
                                                   int ColorQuantization,
                                                   byte UseTransparency,
                                                   byte BackfaceCulling,
                                                   IRndrColorType BackgrCol,
                                                   double AmbientLight,
                                                   int VisMap);
Exemplo n.º 3
0
 public static extern void IRndrAddLightSource(IRndrStruct *Rend,
                                               IRndrLightType Type,
                                               IrtPtType *Where,
                                               IRndrColorType Color);