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