| Package | sandy.materials.attributes |
| Class | public class CylinderEnvMap |
| Inheritance | CylinderEnvMap AAttributes |
| Property | Defined by | ||
|---|---|---|---|
![]() | flags : uint
Returns the specific flags of this attribute.
| AAttributes | |
| mapMaterial : BitmapMaterial
A bitmap-based material to use for environment map.
| CylinderEnvMap | ||
| spherize : Number = 0
Non-zero value adds sphere normals to actual normals for mapping.
| CylinderEnvMap | ||
| Method | Defined by | ||
|---|---|---|---|
|
CylinderEnvMap(p_oBitmapMaterial:BitmapMaterial)
Create the CylinderEnvMap object.
| CylinderEnvMap | ||
![]() |
Method called before the display list rendering.
| AAttributes | |
![]() |
Draws attribute to the graphics object.
| AAttributes | |
![]() |
Applies attribute to a sprite.
| AAttributes | |
![]() |
Method called right after the display list rendering.
| AAttributes | |
![]() |
Allows to proceed to an initialization to know when the polyon isn't lined to the material.
| AAttributes | |
![]() |
Remove all the initialization (opposite of init).
| AAttributes | |
| mapMaterial | property |
public var mapMaterial:BitmapMaterialA bitmap-based material to use for environment map.
| spherize | property |
public var spherize:Number = 0Non-zero value adds sphere normals to actual normals for mapping. Use this with flat surfaces or cylinders.
| CylinderEnvMap | () | constructor |
public function CylinderEnvMap(p_oBitmapMaterial:BitmapMaterial)Create the CylinderEnvMap object.
Parametersp_oBitmapMaterial:BitmapMaterial — A bitmap-based material to use for environment map.
|