Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
|
Z
A
a (pygfx.utils.Color property)
aa (pygfx.materials.LineMaterial property)
(pygfx.materials.PointsMaterial property)
(pygfx.materials.TextMaterial property)
adapter (pygfx.renderers.wgpu.Shared property)
add() (pygfx.objects.WorldObject method)
add_camera() (pygfx.controllers.Controller method)
add_default_event_handlers() (pygfx.helpers.TransformGizmo method)
add_event_handler() (pygfx.objects.EventTarget method)
add_font_file() (pygfx.utils.text.FontManager method)
AffineBase (class in pygfx.utils.transform)
AffineTransform (class in pygfx.utils.transform)
all (pygfx.utils.enums.RenderMask attribute)
allow_break (pygfx.geometries.TextItem property)
AmbientLight (class in pygfx.objects)
anchor (pygfx.geometries.TextGeometry property)
angle (pygfx.objects.SpotLight property)
ao_map (pygfx.materials.MeshBasicMaterial property)
ao_map_intensity (pygfx.materials.MeshBasicMaterial property)
apply_layout() (pygfx.geometries.TextGeometry method)
aspect (pygfx.cameras.PerspectiveCamera property)
asterix (pygfx.utils.enums.MarkerShape attribute)
auto (pygfx.utils.enums.ColorMode attribute)
(pygfx.utils.enums.RenderMask attribute)
auto_update (pygfx.controllers.Controller property)
AxesHelper (class in pygfx.helpers)
B
b (pygfx.utils.Color property)
Background (class in pygfx.objects)
BackgroundImageMaterial (class in pygfx.materials)
BackgroundMaterial (class in pygfx.materials)
BackgroundSkyboxMaterial (class in pygfx.materials)
bias (pygfx.objects.LightShadow property)
Binding (class in pygfx.renderers.wgpu)
blend_mode (pygfx.renderers.wgpu.WgpuRenderer property)
box_geometry() (in module pygfx.geometries)
BoxHelper (class in pygfx.helpers)
bubbles (pygfx.objects.Event property)
Buffer (class in pygfx.resources)
C
Camera (class in pygfx.cameras)
camera (pygfx.objects.LightShadow property)
cameras (pygfx.controllers.Controller property)
cancel() (pygfx.objects.Event method)
cancelled (pygfx.objects.Event property)
cast_shadow (pygfx.objects.Light property)
(pygfx.objects.WorldObject property)
children (pygfx.objects.WorldObject property)
circle (pygfx.utils.enums.MarkerShape attribute)
clear() (pygfx.objects.WorldObject method)
clim (pygfx.materials.ImageBasicMaterial property)
(pygfx.materials.VolumeBasicMaterial property)
clip() (pygfx.utils.Color method)
clipping_mode (pygfx.materials.Material property)
clipping_plane_count (pygfx.materials.Material property)
clipping_planes (pygfx.materials.Material property)
club (pygfx.utils.enums.MarkerShape attribute)
code_common() (pygfx.renderers.wgpu.WorldObjectShader method)
Color (class in pygfx.utils)
color (pygfx.materials.LineMaterial property)
(pygfx.materials.MeshAbstractMaterial property)
(pygfx.materials.PointsMaterial property)
(pygfx.materials.TextMaterial property)
(pygfx.objects.Light property)
color_bottom_left (pygfx.materials.BackgroundMaterial property)
color_bottom_right (pygfx.materials.BackgroundMaterial property)
color_is_transparent (pygfx.materials.LineMaterial property)
(pygfx.materials.MeshAbstractMaterial property)
(pygfx.materials.PointsMaterial property)
(pygfx.materials.TextMaterial property)
color_mode (pygfx.materials.LineMaterial property)
(pygfx.materials.MeshAbstractMaterial property)
(pygfx.materials.PointsMaterial property)
color_top_left (pygfx.materials.BackgroundMaterial property)
color_top_right (pygfx.materials.BackgroundMaterial property)
ColorMode (class in pygfx.utils.enums)
colorspace (pygfx.resources.Texture property)
cone_geometry() (in module pygfx.geometries)
Controller (class in pygfx.controllers)
controls (pygfx.controllers.Controller property)
convert_event() (pygfx.renderers.wgpu.WgpuRenderer method)
CoordSpace (class in pygfx.utils.enums)
cross (pygfx.utils.enums.MarkerShape attribute)
css (pygfx.utils.Color property)
cull_mode (pygfx.objects.LightShadow property)
current_target (pygfx.objects.Event property)
cylinder_geometry() (in module pygfx.geometries)
D
damping (pygfx.controllers.Controller property)
dash_offset (pygfx.materials.LineMaterial property)
dash_pattern (pygfx.materials.LineMaterial property)
data (pygfx.resources.Buffer property)
(pygfx.resources.Texture property)
decay (pygfx.objects.PointLight property)
(pygfx.objects.SpotLight property)
default_font_props (pygfx.utils.text.FontManager property)
define_img_colormap() (pygfx.renderers.wgpu.WorldObjectShader method)
define_texcoords_and_colormap() (pygfx.renderers.wgpu.WorldObjectShader method)
depth_range (pygfx.cameras.PerspectiveCamera property)
depth_test (pygfx.materials.Material property)
device (pygfx.renderers.wgpu.Shared property)
(pygfx.renderers.wgpu.WgpuRenderer property)
diamond (pygfx.utils.enums.MarkerShape attribute)
dim (pygfx.resources.Texture property)
DirectionalLight (class in pygfx.objects)
DirectionalLightHelper (class in pygfx.helpers)
DirectionalLightShadow (class in pygfx.objects)
disable_events() (pygfx.renderers.wgpu.WgpuRenderer method)
dispatch_event() (pygfx.objects.RootEventHandler method)
Display (class in pygfx.utils.show)
distance (pygfx.objects.PointLight property)
(pygfx.objects.SpotLight property)
dodecahedron_geometry() (in module pygfx.geometries)
draw_range (pygfx.resources.Buffer property)
E
edge_color (pygfx.materials.PointsMarkerMaterial property)
edge_color_is_transparent (pygfx.materials.PointsMarkerMaterial property)
edge_width (pygfx.materials.PointsMarkerMaterial property)
emissive (pygfx.materials.MeshPhongMaterial property)
(pygfx.materials.MeshStandardMaterial property)
emissive_intensity (pygfx.materials.MeshStandardMaterial property)
emissive_map (pygfx.materials.MeshStandardMaterial property)
enable_events() (pygfx.renderers.wgpu.WgpuRenderer method)
enable_wgpu_features() (in module pygfx.renderers.wgpu)
enabled (pygfx.controllers.Controller property)
env_combine_mode (pygfx.materials.MeshBasicMaterial property)
env_map (pygfx.materials.MeshBasicMaterial property)
(pygfx.materials.MeshStandardMaterial property)
env_map_intensity (pygfx.materials.MeshStandardMaterial property)
env_mapping_mode (pygfx.materials.MeshBasicMaterial property)
euler (pygfx.utils.transform.AffineBase property)
euler_x (pygfx.utils.transform.AffineBase property)
euler_y (pygfx.utils.transform.AffineBase property)
euler_z (pygfx.utils.transform.AffineBase property)
Event (class in pygfx.objects)
EventTarget (class in pygfx.objects)
EventType (class in pygfx.objects)
F
face (pygfx.utils.enums.ColorMode attribute)
face_map (pygfx.utils.enums.ColorMode attribute)
far (pygfx.cameras.PerspectiveCamera property)
flag_update() (pygfx.utils.transform.AffineBase method)
(pygfx.utils.transform.AffineTransform method)
(pygfx.utils.transform.RecursiveTransform method)
flat_shading (pygfx.materials.MeshBasicMaterial property)
flush() (pygfx.renderers.wgpu.WgpuRenderer method)
FlyController (class in pygfx.controllers)
font_props (pygfx.geometries.TextItem property)
font_size (pygfx.geometries.TextGeometry property)
FontManager (class in pygfx.utils.text)
format (pygfx.resources.Buffer property)
(pygfx.resources.Texture property)
forward (pygfx.utils.transform.AffineBase property)
fov (pygfx.cameras.PerspectiveCamera property)
from_hsl() (pygfx.utils.Color class method)
from_hsv() (pygfx.utils.Color class method)
from_physical() (pygfx.utils.Color class method)
from_viewport_or_renderer() (pygfx.utils.viewport.Viewport class method)
frustum (pygfx.cameras.PerspectiveCamera property)
G
g (pygfx.utils.Color property)
gamma_correction (pygfx.renderers.wgpu.WgpuRenderer property)
generate_mipmaps (pygfx.resources.Texture property)
Geometry (class in pygfx.geometries)
geometry (pygfx.objects.WorldObject property)
geometry_from_trimesh() (in module pygfx.geometries)
get_bind_group_descriptors() (pygfx.renderers.wgpu.Binding method)
get_bindings() (pygfx.renderers.wgpu.WorldObjectShader method)
get_bounding_box() (pygfx.geometries.Geometry method)
(pygfx.geometries.TextGeometry method)
(pygfx.objects.WorldObject method)
get_bounding_sphere() (pygfx.geometries.Geometry method)
(pygfx.objects.WorldObject method)
get_fonts() (pygfx.utils.text.FontManager method)
get_matrix_at() (pygfx.objects.InstancedMesh method)
get_pick_info() (pygfx.renderers.wgpu.WgpuRenderer method)
get_pipeline_info() (pygfx.renderers.wgpu.WorldObjectShader method)
get_render_info() (pygfx.renderers.wgpu.WorldObjectShader method)
get_shared() (in module pygfx.renderers.wgpu)
get_state() (pygfx.cameras.Camera method)
(pygfx.cameras.PerspectiveCamera method)
get_world_bounding_box() (pygfx.helpers.BoxHelper method)
(pygfx.objects.WorldObject method)
get_world_bounding_sphere() (pygfx.helpers.BoxHelper method)
(pygfx.objects.WorldObject method)
GfxSampler (class in pygfx.renderers.wgpu)
GfxTextureView (class in pygfx.renderers.wgpu)
glyph_atlas_info_buffer (pygfx.renderers.wgpu.Shared property)
glyph_atlas_texture (pygfx.renderers.wgpu.Shared property)
gray (pygfx.utils.Color property)
GridHelper (class in pygfx.helpers)
Group (class in pygfx.objects)
H
handle_event() (pygfx.objects.EventTarget method)
heart (pygfx.utils.enums.MarkerShape attribute)
height (pygfx.cameras.PerspectiveCamera property)
hex (pygfx.utils.Color property)
hexa (pygfx.utils.Color property)
I
icosahedron_geometry() (in module pygfx.geometries)
id (pygfx.objects.WorldObject property)
Image (class in pygfx.objects)
ImageBasicMaterial (class in pygfx.materials)
InstancedMesh (class in pygfx.objects)
intensity (pygfx.objects.Light property)
interpolation (pygfx.materials.ImageBasicMaterial property)
(pygfx.materials.VolumeBasicMaterial property)
inverse_matrix (pygfx.utils.transform.AffineBase property)
is_inside() (pygfx.utils.viewport.Viewport method)
is_transparent (pygfx.materials.Material property)
itemsize (pygfx.resources.Buffer property)
iter() (pygfx.objects.WorldObject method)
K
KeyboardEvent (class in pygfx.objects)
klein_bottle_geometry() (in module pygfx.geometries)
L
Light (class in pygfx.objects)
light_map (pygfx.materials.MeshBasicMaterial property)
light_map_intensity (pygfx.materials.MeshBasicMaterial property)
LightShadow (class in pygfx.objects)
Line (class in pygfx.objects)
line_height (pygfx.geometries.TextGeometry property)
line_length (pygfx.materials.MeshNormalLinesMaterial property)
LineArrowMaterial (class in pygfx.materials)
LineDebugMaterial (class in pygfx.materials)
LineMaterial (class in pygfx.materials)
LineSegmentMaterial (class in pygfx.materials)
LineThinMaterial (class in pygfx.materials)
LineThinSegmentMaterial (class in pygfx.materials)
load_mesh() (in module pygfx.utils.load)
load_meshes() (in module pygfx.utils.load)
load_scene() (in module pygfx.utils.load)
load_wgsl() (in module pygfx.renderers.wgpu)
local (pygfx.objects.WorldObject attribute)
logical_size (pygfx.renderers.wgpu.WgpuRenderer property)
(pygfx.utils.viewport.Viewport property)
look_at() (pygfx.objects.WorldObject method)
M
maintain_aspect (pygfx.cameras.PerspectiveCamera property)
map (pygfx.materials.BackgroundImageMaterial property)
(pygfx.materials.ImageBasicMaterial property)
(pygfx.materials.LineMaterial property)
(pygfx.materials.MeshAbstractMaterial property)
(pygfx.materials.PointsMaterial property)
(pygfx.materials.VolumeBasicMaterial property)
map_interpolation (pygfx.materials.ImageBasicMaterial property)
(pygfx.materials.LineMaterial property)
(pygfx.materials.MeshAbstractMaterial property)
(pygfx.materials.PointsMaterial property)
(pygfx.materials.VolumeBasicMaterial property)
marker (pygfx.materials.PointsMarkerMaterial property)
MarkerShape (class in pygfx.utils.enums)
Material (class in pygfx.materials)
material (pygfx.objects.WorldObject property)
material_from_trimesh() (in module pygfx.materials)
matrix (pygfx.utils.transform.AffineBase property)
(pygfx.utils.transform.AffineTransform property)
(pygfx.utils.transform.RecursiveTransform property)
max_width (pygfx.geometries.TextGeometry property)
mem (pygfx.resources.Buffer property)
(pygfx.resources.Texture property)
Mesh (class in pygfx.objects)
MeshAbstractMaterial (class in pygfx.materials)
MeshBasicMaterial (class in pygfx.materials)
MeshNormalLinesMaterial (class in pygfx.materials)
MeshNormalMaterial (class in pygfx.materials)
MeshPhongMaterial (class in pygfx.materials)
MeshSliceMaterial (class in pygfx.materials)
MeshStandardMaterial (class in pygfx.materials)
metalness (pygfx.materials.MeshStandardMaterial property)
metalness_map (pygfx.materials.MeshStandardMaterial property)
model (pygfx.utils.enums.CoordSpace attribute)
module
pygfx.cameras
pygfx.controllers
pygfx.geometries
pygfx.helpers
pygfx.materials
pygfx.objects
pygfx.renderers
pygfx.renderers.wgpu
pygfx.resources
pygfx.utils
pygfx.utils.cm
pygfx.utils.enums
move() (pygfx.controllers.FlyController method)
N
nbytes (pygfx.resources.Buffer property)
(pygfx.resources.Texture property)
nchannels_from_format() (in module pygfx.renderers.wgpu)
NDCCamera (class in pygfx.cameras)
near (pygfx.cameras.PerspectiveCamera property)
nitems (pygfx.resources.Buffer property)
nl_after (pygfx.geometries.TextItem property)
nl_before (pygfx.geometries.TextItem property)
normal_map (pygfx.materials.MeshStandardMaterial property)
normal_scale (pygfx.materials.MeshStandardMaterial property)
O
octahedron_geometry() (in module pygfx.geometries)
on_update() (pygfx.utils.transform.AffineBase method)
opacity (pygfx.materials.Material property)
opaque (pygfx.utils.enums.RenderMask attribute)
OrbitController (class in pygfx.controllers)
OrthographicCamera (class in pygfx.cameras)
outline_color (pygfx.materials.TextMaterial property)
outline_color_is_transparent (pygfx.materials.TextMaterial property)
outline_thickness (pygfx.materials.TextMaterial property)
P
pan() (pygfx.controllers.PanZoomController method)
PanZoomController (class in pygfx.controllers)
parent (pygfx.objects.WorldObject property)
(pygfx.utils.transform.RecursiveTransform property)
penumbra (pygfx.objects.SpotLight property)
PerspectiveCamera (class in pygfx.cameras)
physical_size (pygfx.renderers.wgpu.WgpuRenderer property)
pick_write (pygfx.materials.Material property)
pin (pygfx.utils.enums.MarkerShape attribute)
pixel_filter (pygfx.renderers.wgpu.WgpuRenderer property)
pixel_ratio (pygfx.renderers.wgpu.WgpuRenderer property)
plane (pygfx.materials.MeshSliceMaterial property)
(pygfx.materials.VolumeSliceMaterial property)
plane_geometry() (in module pygfx.geometries)
plus (pygfx.utils.enums.MarkerShape attribute)
PointerEvent (class in pygfx.objects)
PointLight (class in pygfx.objects)
PointLightHelper (class in pygfx.helpers)
PointLightShadow (class in pygfx.objects)
Points (class in pygfx.objects)
PointsGaussianBlobMaterial (class in pygfx.materials)
PointsMarkerMaterial (class in pygfx.materials)
PointsMaterial (class in pygfx.materials)
PointsSpriteMaterial (class in pygfx.materials)
position (pygfx.utils.transform.AffineBase property)
power (pygfx.objects.PointLight property)
(pygfx.objects.SpotLight property)
pre_render_hook() (pygfx.renderers.wgpu.Shared method)
print_wgpu_report() (in module pygfx.renderers.wgpu)
process_event() (pygfx.helpers.TransformGizmo method)
pygfx.cameras
module
pygfx.controllers
module
pygfx.geometries
module
pygfx.helpers
module
pygfx.materials
module
pygfx.objects
module
pygfx.renderers
module
pygfx.renderers.wgpu
module
pygfx.resources
module
pygfx.utils
module
pygfx.utils.cm
module
pygfx.utils.enums
module
Q
quickzoom() (pygfx.controllers.Controller method)
R
r (pygfx.utils.Color property)
ray_length (pygfx.helpers.DirectionalLightHelper property)
receive_shadow (pygfx.objects.WorldObject property)
rect (pygfx.renderers.wgpu.WgpuRenderer property)
(pygfx.utils.viewport.Viewport property)
RecursiveTransform (class in pygfx.utils.transform)
reference_up (pygfx.utils.transform.AffineBase property)
(pygfx.utils.transform.RecursiveTransform property)
reflectivity (pygfx.materials.MeshBasicMaterial property)
refraction_ratio (pygfx.materials.MeshBasicMaterial property)
register_events() (pygfx.controllers.Controller method)
register_wgpu_render_function() (in module pygfx.renderers.wgpu)
release_pointer_capture() (pygfx.objects.EventTarget method)
remove() (pygfx.objects.WorldObject method)
remove_callback() (pygfx.utils.transform.AffineBase method)
remove_camera() (pygfx.controllers.Controller method)
remove_event_handler() (pygfx.objects.EventTarget method)
render() (pygfx.renderers.Renderer method)
(pygfx.renderers.wgpu.WgpuRenderer method)
(pygfx.utils.viewport.Viewport method)
render_mask (pygfx.objects.WorldObject property)
render_order (pygfx.objects.WorldObject property)
Renderer (class in pygfx.renderers)
renderer (pygfx.utils.viewport.Viewport property)
RenderMask (class in pygfx.utils.enums)
request_draw() (pygfx.renderers.wgpu.WgpuRenderer method)
Resource (class in pygfx.resources)
rev (pygfx.resources.Buffer property)
(pygfx.resources.Texture property)
rgb (pygfx.utils.Color property)
rgba (pygfx.utils.Color property)
right (pygfx.utils.transform.AffineBase property)
ring (pygfx.utils.enums.MarkerShape attribute)
roll() (pygfx.controllers.FlyController method)
root (pygfx.objects.Event property)
RootEventHandler (class in pygfx.objects)
rotate() (pygfx.controllers.FlyController method)
(pygfx.controllers.OrbitController method)
(pygfx.controllers.TrackballController method)
rotation (pygfx.utils.transform.AffineBase property)
rotation_matrix (pygfx.utils.transform.AffineBase property)
roughness (pygfx.materials.MeshStandardMaterial property)
roughness_map (pygfx.materials.MeshStandardMaterial property)
S
scale (pygfx.utils.transform.AffineBase property)
scale_x (pygfx.utils.transform.AffineBase property)
scale_y (pygfx.utils.transform.AffineBase property)
scale_z (pygfx.utils.transform.AffineBase property)
Scene (class in pygfx.objects)
screen (pygfx.utils.enums.CoordSpace attribute)
screen_space (pygfx.geometries.TextGeometry property)
ScreenCoordsCamera (class in pygfx.cameras)
select_adapter() (in module pygfx.renderers.wgpu)
select_font() (pygfx.utils.text.FontManager method)
select_power_preference() (in module pygfx.renderers.wgpu)
set_colors() (pygfx.helpers.AxesHelper method)
(pygfx.materials.BackgroundMaterial method)
set_markdown() (pygfx.geometries.TextGeometry method)
set_matrix_at() (pygfx.objects.InstancedMesh method)
set_object() (pygfx.helpers.TransformGizmo method)
set_pointer_capture() (pygfx.objects.EventTarget method)
set_state() (pygfx.cameras.Camera method)
(pygfx.cameras.PerspectiveCamera method)
set_text() (pygfx.geometries.TextGeometry method)
set_text_items() (pygfx.geometries.TextGeometry method)
set_transform_by_aabb() (pygfx.helpers.BoxHelper method)
set_transform_by_object() (pygfx.helpers.BoxHelper method)
shaderlib (in module pygfx.renderers.wgpu)
shadow (pygfx.objects.Light property)
Shared (class in pygfx.renderers.wgpu)
shininess (pygfx.materials.MeshPhongMaterial property)
show() (in module pygfx.utils.show)
(pygfx.utils.show.Display method)
show_object() (pygfx.cameras.PerspectiveCamera method)
show_pos() (pygfx.cameras.PerspectiveCamera method)
show_rect() (pygfx.cameras.PerspectiveCamera method)
show_shadow_extent (pygfx.helpers.DirectionalLightHelper property)
side (pygfx.materials.MeshAbstractMaterial property)
size (pygfx.materials.PointsMaterial property)
(pygfx.resources.Texture property)
size_mode (pygfx.materials.PointsMaterial property)
size_space (pygfx.materials.PointsMaterial property)
SizeMode (class in pygfx.utils.enums)
snapshot() (pygfx.renderers.wgpu.WgpuRenderer method)
sort_objects (pygfx.renderers.wgpu.WgpuRenderer property)
spade (pygfx.utils.enums.MarkerShape attribute)
specular (pygfx.materials.MeshPhongMaterial property)
speed (pygfx.controllers.FlyController property)
sphere_geometry() (in module pygfx.geometries)
SpotLight (class in pygfx.objects)
SpotLightHelper (class in pygfx.helpers)
SpotLightShadow (class in pygfx.objects)
sprite (pygfx.materials.PointsSpriteMaterial property)
square (pygfx.utils.enums.MarkerShape attribute)
Stats (class in pygfx.helpers)
stop_propagation() (pygfx.objects.Event method)
T
target (pygfx.objects.DirectionalLight property)
(pygfx.objects.Event property)
(pygfx.renderers.wgpu.WgpuRenderer property)
tetrahedron_geometry() (in module pygfx.geometries)
Text (class in pygfx.objects)
text (pygfx.geometries.TextItem property)
text_align (pygfx.geometries.TextGeometry property)
text_align_last (pygfx.geometries.TextGeometry property)
TextGeometry (class in pygfx.geometries)
TextItem (class in pygfx.geometries)
TextMaterial (class in pygfx.materials)
Texture (class in pygfx.resources)
thickness (pygfx.materials.LineMaterial property)
(pygfx.materials.MeshSliceMaterial property)
thickness_space (pygfx.materials.LineMaterial property)
tick() (pygfx.controllers.Controller method)
time_stamp (pygfx.objects.Event property)
to_hsl() (pygfx.utils.Color method)
to_hsv() (pygfx.utils.Color method)
to_physical() (pygfx.utils.Color method)
to_texture_format() (in module pygfx.renderers.wgpu)
to_vertex_format() (in module pygfx.renderers.wgpu)
toggle_mode() (pygfx.helpers.TransformGizmo method)
torus_knot_geometry() (in module pygfx.geometries)
TrackballController (class in pygfx.controllers)
TransformGizmo (class in pygfx.helpers)
transparent (pygfx.utils.enums.RenderMask attribute)
traverse() (pygfx.objects.WorldObject method)
triangle_down (pygfx.utils.enums.MarkerShape attribute)
triangle_left (pygfx.utils.enums.MarkerShape attribute)
triangle_right (pygfx.utils.enums.MarkerShape attribute)
triangle_up (pygfx.utils.enums.MarkerShape attribute)
type (pygfx.objects.Event property)
U
uniform (pygfx.utils.enums.ColorMode attribute)
(pygfx.utils.enums.SizeMode attribute)
uniform_buffer (pygfx.objects.WorldObject attribute)
(pygfx.renderers.wgpu.Shared property)
up (pygfx.objects.WorldObject property)
(pygfx.utils.transform.AffineBase property)
update_fov() (pygfx.controllers.Controller method)
update_range() (pygfx.resources.Buffer method)
(pygfx.resources.Texture method)
V
vertex (pygfx.utils.enums.ColorMode attribute)
(pygfx.utils.enums.SizeMode attribute)
vertex_map (pygfx.utils.enums.ColorMode attribute)
Viewport (class in pygfx.utils.viewport)
visible (pygfx.objects.WorldObject property)
Volume (class in pygfx.objects)
VolumeBasicMaterial (class in pygfx.materials)
VolumeMipMaterial (class in pygfx.materials)
VolumeRayMaterial (class in pygfx.materials)
VolumeSliceMaterial (class in pygfx.materials)
W
weight_offset (pygfx.materials.TextMaterial property)
WgpuRenderer (class in pygfx.renderers.wgpu)
WheelEvent (class in pygfx.objects)
width (pygfx.cameras.PerspectiveCamera property)
WindowEvent (class in pygfx.objects)
wireframe (pygfx.materials.MeshBasicMaterial property)
wireframe_thickness (pygfx.materials.MeshBasicMaterial property)
world (pygfx.objects.WorldObject attribute)
(pygfx.utils.enums.CoordSpace attribute)
WorldObject (class in pygfx.objects)
WorldObjectShader (class in pygfx.renderers.wgpu)
ws_after (pygfx.geometries.TextItem property)
ws_before (pygfx.geometries.TextItem property)
X
x (pygfx.utils.transform.AffineBase property)
Y
y (pygfx.utils.transform.AffineBase property)
Z
z (pygfx.utils.transform.AffineBase property)
zoom (pygfx.cameras.PerspectiveCamera property)
zoom() (pygfx.controllers.PanZoomController method)
zoom_to_point() (pygfx.controllers.PanZoomController method)
pygfx
Navigation
Guide
Gallery
Reference
Advanced
Related Topics
Documentation overview
Quick search