Esempio n. 1
0
 public static extern void IRndrPutPixel(IRndrStruct *Rend,
                                         int x,
                                         int y,
                                         double z,
                                         double Transparency,
                                         IRndrColorType Color,
                                         IPPolygonStruct *Triangle);
Esempio n. 2
0
 public static extern void IRndrGetPixelStencil(IRndrStruct *Rend,
                                                int x,
                                                int y,
                                                int *Result);
Esempio n. 3
0
 public static extern IRndrZBufferCmpType IRndrSetZCmp(IRndrStruct *Rend, IRndrZBufferCmpType ZCmp);
Esempio n. 4
0
 public static extern byte IRndrSetRawMode(IRndrStruct *Rend, byte UseRawMode);
Esempio n. 5
0
 public static extern void IRndrGetViewPrsp(IRndrStruct *Rend,
                                            IrtHmgnMatType *ViewMat,
                                            IrtHmgnMatType *PrspMat,
                                            IrtHmgnMatType *ScrnMat);
Esempio n. 6
0
 public static extern void IRndrSetFilter(IRndrStruct *Rend,
                                          byte *FilterName);
Esempio n. 7
0
 public static extern void IRndrClearColor(IRndrStruct *Rend);
Esempio n. 8
0
 public static extern void IRndrClearDepth(IRndrStruct *Rend, float ClearZ);
Esempio n. 9
0
 public static extern void IRndrSaveFileVisMap(IRndrStruct *Rend,
                                               byte *BaseDirectory,
                                               byte *OutFileName,
                                               byte *Type);
Esempio n. 10
0
 public static extern void IRndrSaveFileCB(IRndrStruct *Rend,
                                           IRndrImgSetTypeFuncType ImgSetType,
                                           IRndrImgOpenFuncType ImgOpen,
                                           IRndrImgWriteLineFuncType ImgWriteLine,
                                           IRndrImgCloseFuncType ImgClose);
Esempio n. 11
0
 public static extern void IRndrSetZBounds(IRndrStruct *Rend, double ZNear, double ZFar);
Esempio n. 12
0
 public static extern void IRndrGetClippingPlanes(IRndrStruct *Rend, IrtPlnType *ClipPlanes);
Esempio n. 13
0
 public static extern void IRndrGetLineStencil(IRndrStruct *Rend, int y, int *Result);
Esempio n. 14
0
 public static extern void IRndrGetLineDepth(IRndrStruct *Rend, int y, double *Result);
Esempio n. 15
0
 public static extern void IRndrGetLineColorAlpha(IRndrStruct *Rend,
                                                  int y,
                                                  IRndrColorType *Result);
Esempio n. 16
0
 public static extern void IRndrVertexTransform(IRndrStruct *Rend,
                                                IPVertexStruct *Vertex,
                                                double *Result);
Esempio n. 17
0
 public static extern void IRndrDestroy(IRndrStruct *Rend);
Esempio n. 18
0
 public static extern IRndrSceneStruct *IRndrGetScene(IRndrStruct *Rend);
Esempio n. 19
0
 public static extern void IRndrClearStencil(IRndrStruct *Rend);
Esempio n. 20
0
 public static extern int IRndrVisMapEnable(IRndrStruct *Rend,
                                            IPObjectStruct *Objects,
                                            int SuperSize,
                                            int UVBackfaceCulling);
Esempio n. 21
0
 public static extern void IRndrAddLightSource(IRndrStruct *Rend,
                                               IRndrLightType Type,
                                               IrtPtType *Where,
                                               IRndrColorType Color);
Esempio n. 22
0
 public static extern void IRndrVisMapScan(IRndrStruct *Rend);
Esempio n. 23
0
 public static extern IRndrShadingType IRndrSetShadeModel(IRndrStruct *Rend,
                                                          IRndrShadingType ShadeModel);
Esempio n. 24
0
 public static extern void IRndrVisMapSetTanAngle(IRndrStruct *Rend, double CosAng);
Esempio n. 25
0
 public static extern void IRndrSetPllParams(IRndrStruct *Rend,
                                             double MinWidth,
                                             double MaxWidth,
                                             double ZNear,
                                             double ZFar);
Esempio n. 26
0
 public static extern void IRndrVisMapSetCriticAR(IRndrStruct *Rend, double CriticAR);
Esempio n. 27
0
 public static extern IRndrZCmpPolicyFuncType IRndrSetZCmpPolicy(IRndrStruct *Rend,
                                                                 IRndrZCmpPolicyFuncType ZCmpPol);
Esempio n. 28
0
 public static extern void IRndrVisMapSetDilation(IRndrStruct *Rend, int Dilation);
Esempio n. 29
0
 public static extern IRndrPixelClbkFuncType IRndrSetPreZCmpClbk(IRndrStruct *Rend,
                                                                 IRndrPixelClbkFuncType PixelClbk);
Esempio n. 30
0
 public static extern void IRndrVisMapSetScanOnUV(IRndrStruct *Rend, int IsSacnOnUV);