rfm2  22.0
A python-based rewrite of RenderMan for Maya
 All Classes Namespaces Files Functions Variables Pages
rfm2.vp.geo.rect.Rect Class Reference
+ Inheritance diagram for rfm2.vp.geo.rect.Rect:
+ Collaboration diagram for rfm2.vp.geo.rect.Rect:

Public Member Functions

def __init__
 
def is_static
 
def vtx_buffer_count
 
def vtx_buffer
 
def idx_buffer
 
def has_uvs
 
def uv_buffer
 
def set_input_params
 
- Public Member Functions inherited from rfm2.vp.geo.base.Vp2GeometryBase
def __init__
 
def defaulted_value
 
def is_static
 
def instance_draw_method
 
def instance_display_mode
 
def instance_vp2_primitive
 
def instance_enabled
 
def opacity
 
def get_input_params
 
def set_input_params
 
def vtx_buffer_count
 
def vtx_buffer
 
def has_uvs
 
def uv_buffer
 
def color_buffer
 
def idx_buffer
 

Public Attributes

 width
 
 height
 
 axis
 
 pos
 
 flip_u
 
 flip_v
 
- Public Attributes inherited from rfm2.vp.geo.base.Vp2GeometryBase
 id
 
 textured
 
 num_instances
 
 inst_display_mode
 
 inst_draw_method
 
 inst_index_buffer
 
 inst_vp_shader
 
 method
 
 kwargs
 
 is_deforming_when_transformed
 

Constructor & Destructor Documentation

def rfm2.vp.geo.rect.Rect.__init__ (   self,
  jsondict 
)

Member Function Documentation

def rfm2.vp.geo.rect.Rect.has_uvs (   self)
Return True if we can emit a uv vertex buffer.
def rfm2.vp.geo.rect.Rect.idx_buffer (   self,
  idx_buffer,
  num_vtx,
  start_idx,
  item_idx 
)
Fill the provided index buffer to draw the shape.

+ Here is the call graph for this function:

def rfm2.vp.geo.rect.Rect.is_static (   self)
def rfm2.vp.geo.rect.Rect.set_input_params (   self,
  obj,
  kwargs 
)
Update internal input param values using kwargs.
def rfm2.vp.geo.rect.Rect.uv_buffer (   self)
Return a list of array coordinates for the shape. They should be
ordered exactly like the vertex buffer points and have the same size
as the vxt buffer.
The default implementation returns a zero-filled list the same size
as the vtx buffer to keep the uv buffer aligned with the vtx buffer.
def rfm2.vp.geo.rect.Rect.vtx_buffer (   self)
Return a list of vertices (list) in local space.
def rfm2.vp.geo.rect.Rect.vtx_buffer_count (   self)
Return the number of vertices in this buffer.

Member Data Documentation

rfm2.vp.geo.rect.Rect.axis
rfm2.vp.geo.rect.Rect.flip_u
rfm2.vp.geo.rect.Rect.flip_v
rfm2.vp.geo.rect.Rect.height
rfm2.vp.geo.rect.Rect.pos
rfm2.vp.geo.rect.Rect.width

The documentation for this class was generated from the following file: