indexedgeometrystriparray.html

来自「JAVA多媒体开发类库说明」· HTML 代码 · 共 557 行 · 第 1/4 页

HTML
557
字号
</TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE>&nbsp;<P><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="IndexedGeometryStripArray(int, int, int, int[])"><!-- --></A><H3>IndexedGeometryStripArray</H3><PRE>public <B>IndexedGeometryStripArray</B>(int&nbsp;vertexCount,                                 int&nbsp;vertexFormat,                                 int&nbsp;indexCount,                                 int[]&nbsp;stripIndexCounts)</PRE><DL><DD>Constructs an empty IndexedGeometryStripArray object with the specified number of vertices, vertex format, number of indices, and array of per-strip index counts.<P><DL><DT><B>Parameters:</B><DD><CODE>vertexCount</CODE> - see <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int)"><CODE>GeometryArray.GeometryArray(int,int)</CODE></A> for a description of this parameter.<DD><CODE>vertexFormat</CODE> - see <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int)"><CODE>GeometryArray.GeometryArray(int,int)</CODE></A> for a description of this parameter.<DD><CODE>indexCount</CODE> - see <A HREF="../../../javax/media/j3d/IndexedGeometryArray.html#IndexedGeometryArray(int, int, int)"><CODE>IndexedGeometryArray.IndexedGeometryArray(int,int,int)</CODE></A> for a description of this parameter.<DD><CODE>stripIndexCounts</CODE> - array that specifies the count of the number of indices for each separate strip. The length of this array is the number of separate strips. The sum of the elements in this array defines the total number of valid indexed vertices that are rendered (validIndexCount).<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>validIndexCount &gt; indexCount</code> ;<br> See <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int)"><CODE>GeometryArray.GeometryArray(int,int)</CODE></A> for more exceptions that can be thrown</DL></DL><HR><A NAME="IndexedGeometryStripArray(int, int, int, int[], int, int[])"><!-- --></A><H3>IndexedGeometryStripArray</H3><PRE>public <B>IndexedGeometryStripArray</B>(int&nbsp;vertexCount,                                 int&nbsp;vertexFormat,                                 int&nbsp;texCoordSetCount,                                 int[]&nbsp;texCoordSetMap,                                 int&nbsp;indexCount,                                 int[]&nbsp;stripIndexCounts)</PRE><DL><DD>Constructs an empty IndexedGeometryStripArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, number of indices, and array of per-strip index counts.<P><DL><DT><B>Parameters:</B><DD><CODE>vertexCount</CODE> - see <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int, int, int[])"><CODE>GeometryArray.GeometryArray(int,int,int,int[])</CODE></A> for a description of this parameter.<DD><CODE>vertexFormat</CODE> - see <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int, int, int[])"><CODE>GeometryArray.GeometryArray(int,int,int,int[])</CODE></A> for a description of this parameter.<DD><CODE>texCoordSetCount</CODE> - see <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int, int, int[])"><CODE>GeometryArray.GeometryArray(int,int,int,int[])</CODE></A> for a description of this parameter.<DD><CODE>texCoordSetMap</CODE> - see <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int, int, int[])"><CODE>GeometryArray.GeometryArray(int,int,int,int[])</CODE></A> for a description of this parameter.<DD><CODE>indexCount</CODE> - see <A HREF="../../../javax/media/j3d/IndexedGeometryArray.html#IndexedGeometryArray(int, int, int, int[], int)"><CODE>IndexedGeometryArray.IndexedGeometryArray(int,int,int,int[],int)</CODE></A> for a description of this parameter.<DD><CODE>stripIndexCounts</CODE> - array that specifies the count of the number of indices for each separate strip. The length of this array is the number of separate strips. The sum of the elements in this array defines the total number of valid indexed vertices that are rendered (validIndexCount).<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>validIndexCount &gt; indexCount</code> ;<br> See <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int, int, int[])"><CODE>GeometryArray.GeometryArray(int,int,int,int[])</CODE></A> for more exceptions that can be thrown<DT><B>Since:</B></DT>  <DD>Java 3D 1.2</DD></DL></DL><HR><A NAME="IndexedGeometryStripArray(int, int, int, int[], int, int[], int, int[])"><!-- --></A><H3>IndexedGeometryStripArray</H3><PRE>public <B>IndexedGeometryStripArray</B>(int&nbsp;vertexCount,                                 int&nbsp;vertexFormat,                                 int&nbsp;texCoordSetCount,                                 int[]&nbsp;texCoordSetMap,                                 int&nbsp;vertexAttrCount,                                 int[]&nbsp;vertexAttrSizes,                                 int&nbsp;indexCount,                                 int[]&nbsp;stripIndexCounts)</PRE><DL><DD>Constructs an empty IndexedGeometryStripArray object with the specified number of vertices, vertex format, number of texture coordinate sets, texture coordinate mapping array, vertex attribute count, vertex attribute sizes array, number of indices, and array of per-strip index counts.<P><DL><DT><B>Parameters:</B><DD><CODE>vertexCount</CODE> - see <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int, int, int[], int, int[])"><CODE>GeometryArray.GeometryArray(int,int,int,int[],int,int[])</CODE></A> for a description of this parameter.<DD><CODE>vertexFormat</CODE> - see <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int, int, int[], int, int[])"><CODE>GeometryArray.GeometryArray(int,int,int,int[],int,int[])</CODE></A> for a description of this parameter.<DD><CODE>texCoordSetMap</CODE> - see <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int, int, int[], int, int[])"><CODE>GeometryArray.GeometryArray(int,int,int,int[],int,int[])</CODE></A> for a description of this parameter.<DD><CODE>vertexAttrCount</CODE> - see <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int, int, int[], int, int[])"><CODE>GeometryArray.GeometryArray(int,int,int,int[],int,int[])</CODE></A> for a description of this parameter.<DD><CODE>vertexAttrSizes</CODE> - see <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int, int, int[], int, int[])"><CODE>GeometryArray.GeometryArray(int,int,int,int[],int,int[])</CODE></A> for a description of this parameter.<DD><CODE>indexCount</CODE> - see <A HREF="../../../javax/media/j3d/IndexedGeometryArray.html#IndexedGeometryArray(int, int, int, int[], int, int[], int)"><CODE>IndexedGeometryArray.IndexedGeometryArray(int,int,int,int[],int,int[],int)</CODE></A> for a description of this parameter.<DD><CODE>stripIndexCounts</CODE> - array that specifies the count of the number of indices for each separate strip. The length of this array is the number of separate strips. The sum of the elements in this array defines the total number of valid indexed vertices that are rendered (validIndexCount).<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>validIndexCount &gt; indexCount</code> ;<br> See <A HREF="../../../javax/media/j3d/GeometryArray.html#GeometryArray(int, int, int, int[], int, int[])"><CODE>GeometryArray.GeometryArray(int,int,int,int[],int,int[])</CODE></A> for more exceptions that can be thrown<DT><B>Since:</B></DT>  <DD>Java 3D 1.4</DD></DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?