Home
last modified time | relevance | path

Searched refs:RtFloat (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/pixie/Pixie/src/ri/
H A Dri.h75 typedef RtFloat (*RtFilterFunc)(RtFloat, RtFloat, RtFloat, RtFloat);
76 typedef RtFloat (*RtStepFilterFunc)(RtFloat, RtFloat, RtFloat);
339 RiCropWindow (RtFloat xmin, RtFloat xmax, RtFloat ymin, RtFloat ymax),
343 RiClippingPlane(RtFloat x,RtFloat y,RtFloat z,RtFloat nx,RtFloat ny,RtFloat nz),
364 RiBoxFilter (RtFloat x, RtFloat y, RtFloat xwidth, RtFloat ywidth),
366 RiMitchellFilter( RtFloat x, RtFloat y, RtFloat xwidth, RtFloat ywidth),
369 RiSincFilter (RtFloat x, RtFloat y, RtFloat xwidth, RtFloat ywidth),
371 RiDiskFilter (RtFloat x, RtFloat y, RtFloat xwidth, RtFloat ywidth);
391 …RiTextureCoordinates (RtFloat s1, RtFloat t1, RtFloat s2, RtFloat t2, RtFloat s3, RtFloat t3, RtFl…
426 RiRotate (RtFloat angle, RtFloat dx, RtFloat dy, RtFloat dz),
[all …]
H A Dri.cpp772 RiScreenWindow (RtFloat left, RtFloat right, RtFloat bot, RtFloat top) { in RiScreenWindow()
779 RiCropWindow (RtFloat xmin, RtFloat xmax, RtFloat ymin, RtFloat ymax) { in RiCropWindow()
810 RiClippingPlane(RtFloat x,RtFloat y,RtFloat z,RtFloat nx,RtFloat ny,RtFloat nz) { in RiClippingPlane()
950 RiBoxFilter (RtFloat x, RtFloat y, RtFloat xwidth, RtFloat ywidth) { in RiBoxFilter()
1028 RiSincFilter (RtFloat x, RtFloat y, RtFloat xwidth, RtFloat ywidth) { in RiSincFilter()
1062 RiDiskFilter (RtFloat x, RtFloat y, RtFloat xwidth, RtFloat ywidth) { in RiDiskFilter()
1333 RiTextureCoordinates (RtFloat s1, RtFloat t1, RtFloat s2, RtFloat t2, in RiTextureCoordinates()
1334 RtFloat s3, RtFloat t3, RtFloat s4, RtFloat t4) { in RiTextureCoordinates()
1574 RiRotate (RtFloat angle, RtFloat dx, RtFloat dy, RtFloat dz) { in RiRotate()
1588 RiSkew (RtFloat angle, RtFloat dx1, RtFloat dy1, RtFloat dz1, in RiSkew()
[all …]
/dports/graphics/sharpconstruct/sharpconstruct-0.11/src/
H A DRender.cc37 RtFloat fov = 40; in Render()
39 RtFloat light1_Int = 0.05; in Render()
40 RtFloat light2_Int = 1.5; in Render()
41 RtFloat light3_Int = 1; in Render()
/dports/graphics/alembic/alembic-1.8.3/prman/Procedural/
H A DSubDTags.h52 void addFloatArg( RtFloat value );
59 RtFloat* floatargs();
70 std::vector<RtFloat> m_floatArgs;
H A DSampleUtil.cpp42 std::vector<RtFloat> outputTimes; in WriteMotionBegin()
70 RtFloat value; in WriteMotionBegin()
98 rtm[row][col] = (RtFloat)( m[row][col] ); in WriteConcatTransform()
H A DWriteGeo.cpp560 (RtFloat*) sample.getTrimKnots()->get(), in ProcessNuPatch()
561 (RtFloat*) sample.getTrimMins()->get(), in ProcessNuPatch()
562 (RtFloat*) sample.getTrimMaxes()->get(), in ProcessNuPatch()
564 (RtFloat*) sample.getTrimU()->get(), in ProcessNuPatch()
565 (RtFloat*) sample.getTrimV()->get(), in ProcessNuPatch()
566 (RtFloat*) sample.getTrimW()->get() ); in ProcessNuPatch()
586 std::vector<RtFloat> pwValues; in ProcessNuPatch()
630 (RtFloat *) sample.getUKnot()->get(), in ProcessNuPatch()
635 (RtFloat *) sample.getVKnot()->get(), in ProcessNuPatch()
H A DArbAttrUtil.h63 std::vector<RtFloat> * addAsFloat( const std::string & declaration, const T * length,
93 typedef boost::shared_ptr<std::vector<RtFloat> > SharedRtFloatVector;
104 std::vector<RtFloat> * ParamListBuilder::addAsFloat( const std::string & declaration, in addAsFloat()
107 SharedRtFloatVector convertedValues( new std::vector<RtFloat> ); in addAsFloat()
194 std::vector<RtFloat> * AddGeomParamToParamListBuilderAsFloat( ICompoundProperty & parent,
H A DSubDTags.cpp65 void SubDTagBuilder::addFloatArg( RtFloat value ) in addFloatArg()
131 RtFloat* SubDTagBuilder::floatargs() in floatargs()
H A DProcMain.cpp318 Subdivide( RtPointer data, RtFloat detail ) in Subdivide()
/dports/graphics/alembic/alembic-1.8.3/prman/Tests/
H A Dtestbed.cpp53 typedef RtVoid (*subdivideProc_t)(RtPointer, RtFloat);
/dports/math/vtk8/VTK-8.2.0/IO/Export/
H A DvtkRIBExporter.cxx50 typedef float RtFloat; typedef
277 Roughness = (RtFloat) (1.0 / aProperty->GetSpecularPower ()); in WriteProperty()
471 RtFloat angle = aCamera->GetViewAngle (); in WriteCamera()
/dports/math/vtk9/VTK-9.1.0/IO/Export/
H A DvtkRIBExporter.cxx52 typedef float RtFloat; typedef
272 Roughness = (RtFloat)(1.0 / aProperty->GetSpecularPower()); in WriteProperty()
458 RtFloat angle = aCamera->GetViewAngle(); in WriteCamera()
/dports/math/vtk6/VTK-6.2.0/IO/Export/
H A DvtkRIBExporter.cxx50 typedef float RtFloat; typedef
278 Roughness = (RtFloat) (1.0 / aProperty->GetSpecularPower ()); in WriteProperty()
475 RtFloat angle = aCamera->GetViewAngle (); in WriteCamera()
/dports/misc/usd/USD-21.11/third_party/renderman-24/plugin/hdPrman/
H A Dmesh.cpp213 std::vector<RtFloat> tagFloatArgs; in _ConvertGeometry()