Module Collada :: Class DaeFxSyntax
[show private | hide private]
[frames | no frames]

Type DaeFxSyntax

object --+
         |
        DaeFxSyntax


Method Summary
    Inherited from object
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
str AMBIENT = 'ambient'
str BIND_MATERIAL = 'bind_material'
str BLINN = 'blinn'
str COLOR = 'color'
str CONSTANT = 'constant'
str DIFFUSE = 'diffuse'
str EFFECT = 'effect'
str EMISSION = 'emission'
str FLOAT = 'float'
str IMAGE = 'image'
str INDEXOFREFRACTION = 'index_of_refraction'
str INSTANCE_EFFECT = 'instance_effect'
str INSTANCE_MATERIAL = 'instance_material'
str LAMBERT = 'lambert'
str MATERIAL = 'material'
str NEWPARAM = 'newparam'
str PHONG = 'phong'
str PROFILE_COMMON = 'profile_COMMON'
str REFLECTIVE = 'reflective'
str REFLECTIVITY = 'reflectivity'
str SHININESS = 'shininess'
str SID = 'sid'
str SPECULAR = 'specular'
str SYMBOL = 'symbol'
str TARGET = 'target'
str TECHNIQUE = 'technique'
str TECHNIQUE_COMMON = 'technique_common'
str TEXCOORD = 'texcoord'
str TEXTURE = 'texture'
str TRANSPARENCY = 'transparency'
str TRANSPARENT = 'transparent'
str URL = 'url'

Class Variable Details

AMBIENT

Type:
str
Value:
'ambient'                                                              

BIND_MATERIAL

Type:
str
Value:
'bind_material'                                                        

BLINN

Type:
str
Value:
'blinn'                                                                

COLOR

Type:
str
Value:
'color'                                                                

CONSTANT

Type:
str
Value:
'constant'                                                             

DIFFUSE

Type:
str
Value:
'diffuse'                                                              

EFFECT

Type:
str
Value:
'effect'                                                               

EMISSION

Type:
str
Value:
'emission'                                                             

FLOAT

Type:
str
Value:
'float'                                                                

IMAGE

Type:
str
Value:
'image'                                                                

INDEXOFREFRACTION

Type:
str
Value:
'index_of_refraction'                                                  

INSTANCE_EFFECT

Type:
str
Value:
'instance_effect'                                                      

INSTANCE_MATERIAL

Type:
str
Value:
'instance_material'                                                    

LAMBERT

Type:
str
Value:
'lambert'                                                              

MATERIAL

Type:
str
Value:
'material'                                                             

NEWPARAM

Type:
str
Value:
'newparam'                                                             

PHONG

Type:
str
Value:
'phong'                                                                

PROFILE_COMMON

Type:
str
Value:
'profile_COMMON'                                                       

REFLECTIVE

Type:
str
Value:
'reflective'                                                           

REFLECTIVITY

Type:
str
Value:
'reflectivity'                                                         

SHININESS

Type:
str
Value:
'shininess'                                                            

SID

Type:
str
Value:
'sid'                                                                  

SPECULAR

Type:
str
Value:
'specular'                                                             

SYMBOL

Type:
str
Value:
'symbol'                                                               

TARGET

Type:
str
Value:
'target'                                                               

TECHNIQUE

Type:
str
Value:
'technique'                                                            

TECHNIQUE_COMMON

Type:
str
Value:
'technique_common'                                                     

TEXCOORD

Type:
str
Value:
'texcoord'                                                             

TEXTURE

Type:
str
Value:
'texture'                                                              

TRANSPARENCY

Type:
str
Value:
'transparency'                                                         

TRANSPARENT

Type:
str
Value:
'transparent'                                                          

URL

Type:
str
Value:
'url'                                                                  

Generated by Epydoc 2.1 on Sat May 26 01:17:05 2007 http://epydoc.sf.net