Enumerations |
|
enum | RpToonSkyPipeline { rpNATOONSKYPIPELINE = 0, rpTOONSKYGENERICPS2ALLATOMICPIPELINE = 1, rpTOONSKYGENERICPS2ALLSECTORPIPELINE = 2, rpTOONSKYGENERICPS2ALLMATPIPELINE = 3, rpTOONSKYPIPELINEMAX, rpTOONSKYPIPELINEFORCEENUMSIZEINT = RWFORCEENUMSIZEINT } |
Functions |
|
RxPipeline * | RpToonGetSkyPipeline (RpToonSkyPipeline ps2Pipeline) |
The PlayStation 2 implementation of RpToon's shading and silhouette rendering runs entirely on VU1 with no CPU cost. To make this possible however, the implementation has additional requirements on toon objects for performance reasons:
|
RpToonSkyPipeline rendering pipelines available within the RpToon plugin. Use RpToonGetSkyPipeline to retrieve the RxPipeline s. |
|
Returns one of the RpToons internal platform specific pipelines. The toon plugin must be attached before using this function.
|
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |