Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsTextureCoordinate
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of NurbsTextureCoordinate in org.web3d.x3d.jsail.NURBS
Modifier and TypeClassDescriptionclass
NurbsTextureCoordinate describes a 3D NURBS surface in the parametric domain of its surface host, specifying mapping of texture onto the surface. -
Uses of NurbsTextureCoordinate in org.web3d.x3d.sai.NURBS
Modifier and TypeMethodDescriptionNurbsTextureCoordinate.setControlPoint
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named controlPoint.NurbsTextureCoordinate.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsTextureCoordinate.setUDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uDimension.NurbsTextureCoordinate.setUKnot
(double[] newValue) Accessor method to assign double array to initializeOnly MFDouble field named uKnot.NurbsTextureCoordinate.setUOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uOrder.NurbsTextureCoordinate.setVDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vDimension.NurbsTextureCoordinate.setVKnot
(double[] newValue) Accessor method to assign double array to initializeOnly MFDouble field named vKnot.NurbsTextureCoordinate.setVOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vOrder.NurbsTextureCoordinate.setWeight
(double[] newValue) Accessor method to assign double array to inputOutput MFDouble field named weight.