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 class
NurbsTextureCoordinate
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
Methods in org.web3d.x3d.sai.NURBS that return NurbsTextureCoordinate Modifier and Type Method Description NurbsTextureCoordinate
NurbsTextureCoordinate. setControlPoint(float[] newValue)
Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named controlPoint.NurbsTextureCoordinate
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
NurbsTextureCoordinate. setUDimension(int newValue)
Accessor method to assign int value to initializeOnly SFInt32 field named uDimension.NurbsTextureCoordinate
NurbsTextureCoordinate. setUKnot(double[] newValue)
Accessor method to assign double array to initializeOnly MFDouble field named uKnot.NurbsTextureCoordinate
NurbsTextureCoordinate. setUOrder(int newValue)
Accessor method to assign int value to initializeOnly SFInt32 field named uOrder.NurbsTextureCoordinate
NurbsTextureCoordinate. setVDimension(int newValue)
Accessor method to assign int value to initializeOnly SFInt32 field named vDimension.NurbsTextureCoordinate
NurbsTextureCoordinate. setVKnot(double[] newValue)
Accessor method to assign double array to initializeOnly MFDouble field named vKnot.NurbsTextureCoordinate
NurbsTextureCoordinate. setVOrder(int newValue)
Accessor method to assign int value to initializeOnly SFInt32 field named vOrder.NurbsTextureCoordinate
NurbsTextureCoordinate. setWeight(float[] newValue)
Accessor method to assign float array to inputOutput MFFloat field named weight.