Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsTextureCoordinate
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.NURBS | |
| org.web3d.x3d.sai.NURBS |
-
Uses of NurbsTextureCoordinate in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement NurbsTextureCoordinate Modifier and Type Class Description classNurbsTextureCoordinateObjectNurbsTextureCoordinate 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
Methods in org.web3d.x3d.sai.NURBS that return NurbsTextureCoordinate Modifier and Type Method Description NurbsTextureCoordinateNurbsTextureCoordinate. setControlPoint(float[] newValue)Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named controlPoint.NurbsTextureCoordinateNurbsTextureCoordinate. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsTextureCoordinateNurbsTextureCoordinate. setUDimension(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named uDimension.NurbsTextureCoordinateNurbsTextureCoordinate. setUKnot(double[] newValue)Accessor method to assign double array to initializeOnly MFDouble field named uKnot.NurbsTextureCoordinateNurbsTextureCoordinate. setUOrder(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named uOrder.NurbsTextureCoordinateNurbsTextureCoordinate. setVDimension(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named vDimension.NurbsTextureCoordinateNurbsTextureCoordinate. setVKnot(double[] newValue)Accessor method to assign double array to initializeOnly MFDouble field named vKnot.NurbsTextureCoordinateNurbsTextureCoordinate. setVOrder(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named vOrder.NurbsTextureCoordinateNurbsTextureCoordinate. setWeight(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named weight.