GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::RenderedPolygons(3) MPQC sc::RenderedPolygons(3)

sc::RenderedPolygons

Inherits sc::RenderedObject.


enum Coloring { None, Vertex }


RenderedPolygons (const Ref< KeyVal > &)
void initialize (int nvertex, int nface, RenderedPolygons::Coloring c=RenderedPolygons::None)
void set_vertex (int, double x, double y, double z)
void set_vertex_rgb (int, double r, double g, double b)
void set_vertex_color (int i, const Color &c)
void set_face (int iface, int v1, int v2, int v3)
void set_face (int iface, int v1, int v2, int v3, int v4)
int nvertex () const
int nface () const
int nvertex_in_face (int iface) const
const double * vertex (int i) const
double vertex (int i, int j) const
int face (int i, int j) const
double vertex_rgb (int i, int j) const
int have_vertex_rgb () const


void render (const Ref< Render > &)

Implements sc::RenderedObject.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.