Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Draw model
Function Name
SPR_3Flush
No
9

  format  void SPR_3Flush (void)
 Input  None
 Output  None
 Function value  None
 Function Draws a model .
  Completes the Z sort in the viewpoint coordinate system of the polygon group registered by SPR_3DrawMode (). 

  Title  
Function specifications
  Function  
Set of textures
Function Name
SPR_3SetTexture
No
10

  format  void SPR_3SetTexture (SprTexture * texture)
 Input  texture: Texture table pointer
 Output  None
 Function value  None
 Function  Sets a texture. 

  Title  
Function specifications
  Function  
Release texture area
Function Name
SPR_3ClrTexture
No
11

  format  void SPR_3ClrTexture (SprTexture * texture)
 Input  texture: Texture table pointer
 Output  None
 Function value  None
 Function  Releases the texture area. 

  Title  
Function specifications
  Function  
Function call for all clusters
Function Name
SPR_3CallAllCluster
No
12

  format  voidSPR_3CallAllCluste (SprCluster * cluster,
  void (* userFunc) (SprCluster *))
 Input  cluster: Pointer of root cluster table
:  userFunc: User function
 Output  None
 Function value  None
 Function  Designated funk using the class table as a parameter for every cluster connected to the root cluster
 call . 


Return to previous page Return to menu Go to next page