rfm2  22.0
A python-based rewrite of RenderMan for Maya
 All Classes Namespaces Files Functions Variables Pages
rfm2.vp.geo.archive Namespace Reference

Classes

class  Archive
 

Functions

def archive_boundingBox
 

Variables

list VTXS
 
dictionary s_filenameDict = {}
 
dictionary s_frameDict = {}
 
 bbox
 

Detailed Description

Generate boxes for viewport 2.

json args:
- rows: number of rows
- columns (int): number of columns (rows x 2)
- radius (int): sphere radius
- uv_flip ([bool, bool]): flip the uvs on one or more axes
- uv_offsets ([float, float]): offset the uvs on one or more axes.

Function Documentation

def rfm2.vp.geo.archive.archive_boundingBox (   self)
return a bounding box for the archive.

Variable Documentation

rfm2.vp.geo.archive.bbox
dictionary rfm2.vp.geo.archive.s_filenameDict = {}
dictionary rfm2.vp.geo.archive.s_frameDict = {}
list rfm2.vp.geo.archive.VTXS
Initial value:
1 = [[1, 1, 1], [-1, 1, 1], [-1, -1, 1], [1, -1, 1],
2  [1, 1, 1], [1, 1, -1], [-1, 1, -1], [-1, 1, 1],
3  [-1, 1, -1], [-1, -1, -1], [-1, -1, 1], [-1, -1, -1],
4  [1, -1, -1], [1, -1, 1], [1, -1, -1], [1, 1, -1]]