📄 geometryarray.html
字号:
<CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinate(int, int, javax.vecmath.TexCoord2f)">getTextureCoordinate</A></B>(int texCoordSet, int index, <A HREF="../../../javax/vecmath/TexCoord2f.html" title="class in javax.vecmath">TexCoord2f</A> texCoord)</CODE><BR> Gets the texture coordinate associated with the vertex at the specified index in the specified texture coordinate set for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinate(int, int, javax.vecmath.TexCoord3f)">getTextureCoordinate</A></B>(int texCoordSet, int index, <A HREF="../../../javax/vecmath/TexCoord3f.html" title="class in javax.vecmath">TexCoord3f</A> texCoord)</CODE><BR> Gets the texture coordinate associated with the vertex at the specified index in the specified texture coordinate set for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinate(int, int, javax.vecmath.TexCoord4f)">getTextureCoordinate</A></B>(int texCoordSet, int index, <A HREF="../../../javax/vecmath/TexCoord4f.html" title="class in javax.vecmath">TexCoord4f</A> texCoord)</CODE><BR> Gets the texture coordinate associated with the vertex at the specified index in the specified texture coordinate set for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinate(int, javax.vecmath.Point2f)">getTextureCoordinate</A></B>(int index, <A HREF="../../../javax/vecmath/Point2f.html" title="class in javax.vecmath">Point2f</A> texCoord)</CODE><BR> <B>Deprecated.</B> <I>As of Java 3D version 1.2, replaced by <code>getTextureCoordinate(int texCoordSet, TexCoord2f texCoord)</code></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinate(int, javax.vecmath.Point3f)">getTextureCoordinate</A></B>(int index, <A HREF="../../../javax/vecmath/Point3f.html" title="class in javax.vecmath">Point3f</A> texCoord)</CODE><BR> <B>Deprecated.</B> <I>As of Java 3D version 1.2, replaced by <code>getTextureCoordinate(int texCoordSet, TexCoord3f texCoord)</code></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinates(int, float[])">getTextureCoordinates</A></B>(int index, float[] texCoords)</CODE><BR> <B>Deprecated.</B> <I>As of Java 3D version 1.2, replaced by <code>getTextureCoordinates(int texCoordSet, ...)</code></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinates(int, int, float[])">getTextureCoordinates</A></B>(int texCoordSet, int index, float[] texCoords)</CODE><BR> Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinates(int, int, javax.vecmath.TexCoord2f[])">getTextureCoordinates</A></B>(int texCoordSet, int index, <A HREF="../../../javax/vecmath/TexCoord2f.html" title="class in javax.vecmath">TexCoord2f</A>[] texCoords)</CODE><BR> Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinates(int, int, javax.vecmath.TexCoord3f[])">getTextureCoordinates</A></B>(int texCoordSet, int index, <A HREF="../../../javax/vecmath/TexCoord3f.html" title="class in javax.vecmath">TexCoord3f</A>[] texCoords)</CODE><BR> Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinates(int, int, javax.vecmath.TexCoord4f[])">getTextureCoordinates</A></B>(int texCoordSet, int index, <A HREF="../../../javax/vecmath/TexCoord4f.html" title="class in javax.vecmath">TexCoord4f</A>[] texCoords)</CODE><BR> Gets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinates(int, javax.vecmath.Point2f[])">getTextureCoordinates</A></B>(int index, <A HREF="../../../javax/vecmath/Point2f.html" title="class in javax.vecmath">Point2f</A>[] texCoords)</CODE><BR> <B>Deprecated.</B> <I>As of Java 3D version 1.2, replaced by <code>getTextureCoordinates(int texCoordSet, TexCoord2f texCoords[])</code></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getTextureCoordinates(int, javax.vecmath.Point3f[])">getTextureCoordinates</A></B>(int index, <A HREF="../../../javax/vecmath/Point3f.html" title="class in javax.vecmath">Point3f</A>[] texCoords)</CODE><BR> <B>Deprecated.</B> <I>As of Java 3D version 1.2, replaced by <code>getTextureCoordinates(int texCoordSet, TexCoord3f texCoords[])</code></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getValidVertexCount()">getValidVertexCount</A></B>()</CODE><BR> Gets the valid vertex count for this GeometryArray object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getVertexAttr(int, int, float[])">getVertexAttr</A></B>(int vertexAttrNum, int index, float[] vertexAttr)</CODE><BR> Gets the vertex attribute associated with the vertex at the specified index in the specified vertex attribute number for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getVertexAttr(int, int, javax.vecmath.Point2f)">getVertexAttr</A></B>(int vertexAttrNum, int index, <A HREF="../../../javax/vecmath/Point2f.html" title="class in javax.vecmath">Point2f</A> vertexAttr)</CODE><BR> Gets the vertex attribute associated with the vertex at the specified index in the specified vertex attribute number for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getVertexAttr(int, int, javax.vecmath.Point3f)">getVertexAttr</A></B>(int vertexAttrNum, int index, <A HREF="../../../javax/vecmath/Point3f.html" title="class in javax.vecmath">Point3f</A> vertexAttr)</CODE><BR> Gets the vertex attribute associated with the vertex at the specified index in the specified vertex attribute number for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getVertexAttr(int, int, javax.vecmath.Point4f)">getVertexAttr</A></B>(int vertexAttrNum, int index, <A HREF="../../../javax/vecmath/Point4f.html" title="class in javax.vecmath">Point4f</A> vertexAttr)</CODE><BR> Gets the vertex attribute associated with the vertex at the specified index in the specified vertex attribute number for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getVertexAttrCount()">getVertexAttrCount</A></B>()</CODE><BR> Retrieves the number of vertex attributes in this GeometryArray object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../javax/media/j3d/J3DBuffer.html" title="class in javax.media.j3d">J3DBuffer</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getVertexAttrRefBuffer(int)">getVertexAttrRefBuffer</A></B>(int vertexAttrNum)</CODE><BR> Gets the vertex attribute array buffer reference for the specified vertex attribute number.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> float[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getVertexAttrRefFloat(int)">getVertexAttrRefFloat</A></B>(int vertexAttrNum)</CODE><BR> Gets the float vertex attribute array reference for the specified vertex attribute number.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getVertexAttrs(int, int, float[])">getVertexAttrs</A></B>(int vertexAttrNum, int index, float[] vertexAttrs)</CODE><BR> Gets the vertex attributes associated with the vertices starting at the specified index in the specified vertex attribute number for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getVertexAttrs(int, int, javax.vecmath.Point2f[])">getVertexAttrs</A></B>(int vertexAttrNum, int index, <A HREF="../../../javax/vecmath/Point2f.html" title="class in javax.vecmath">Point2f</A>[] vertexAttrs)</CODE><BR> Gets the vertex attributes associated with the vertices starting at the specified index in the specified vertex attribute number for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/media/j3d/GeometryArray.html#getVertexAttrs(int, int, javax.vecmath.Point3f[])">getVertexAttrs</A></B>(int vertexAttrNum, int index, <A HREF="../../../javax/vecmath/Point3f.html" title="class in javax.vecmath">Point3f</A>[] vertexAttrs)</CODE><BR> Gets the vertex attributes associated with the vertices starting at the specified inde
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -