Home
last modified time | relevance | path

Searched refs:wrap_v (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/
H A Dtexture_manager.cpp127 std::vector<std::string> wrap_v; in get() local
128 if (mapping.get("wrap", wrap_v)) in get()
130 if (wrap_v.size() == 1) in get()
132 wrap_s = string2wrap(wrap_v[0]); in get()
133 wrap_t = string2wrap(wrap_v[0]); in get()
135 else if (wrap_v.size() == 2) in get()
137 wrap_s = string2wrap(wrap_v[0]); in get()
138 wrap_t = string2wrap(wrap_v[1]); in get()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_mesh_extra_objects/
H A Dadd_mesh_3d_function_surface.py231 range_v_min, range_v_max, range_v_step, wrap_v, argument
250 if wrap_v:
331 if wrap_v and (vNext >= vRange):
345 if close_v and wrap_u and (not wrap_v):
451 wrap_v: BoolProperty(
525 self.wrap_v,
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DRenderState.cpp233 wrap_v = address_modes[tm0.wrap_t]; in Generate()
344 state.wrap_v = SamplerState::AddressMode::Clamp; in GetPointSamplerState()
359 state.wrap_v = SamplerState::AddressMode::Clamp; in GetLinearSamplerState()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/
H A Dsine.py14 op.wrap_v = True
H A Dsnake.py14 op.wrap_v = False
H A Dsterosphere.py14 op.wrap_v = False
H A Dtwisted_torus.py14 op.wrap_v = True
H A Dcatalan.py14 op.wrap_v = False
H A Dcochlea.py14 op.wrap_v = False
H A Ddini.py14 op.wrap_v = False
H A Denneper.py14 op.wrap_v = False
H A Dhelicoidal.py14 op.wrap_v = False
H A Dpseudosphere.py14 op.wrap_v = False
H A Dbonbon.py14 op.wrap_v = False
H A Dcatenoid.py14 op.wrap_v = False
H A Dcosinus.py14 op.wrap_v = False
H A Dhyperhelicoidal.py14 op.wrap_v = False
H A Dklein.py14 op.wrap_v = False
H A Dmoebius.py14 op.wrap_v = False
H A Dpseudo_catenoid.py14 op.wrap_v = False
H A Dridged_torus.py14 op.wrap_v = False
H A Dboy.py14 op.wrap_v = False
H A Dclifford_torus.py14 op.wrap_v = False
H A Dhelix.py14 op.wrap_v = False
H A Dhexahedron.py14 op.wrap_v = False

12