Uses of Class
com.aspose.threed.FVector4
-
-
Uses of FVector4 in com.aspose.threed
Methods in com.aspose.threed that return FVector4 Modifier and Type Method Description FVector4
FVector4. clone()
FVector4
RenderState. getBlendColor()
Gets the blend color where used inBlendFactor.CONSTANT_COLOR
Methods in com.aspose.threed with parameters of type FVector4 Modifier and Type Method Description void
FVector4. copyFrom(FVector4 src)
void
RenderState. setBlendColor(FVector4 value)
Sets the blend color where used inBlendFactor.CONSTANT_COLOR
-