Skip to main content
Ctrl+K
Warp 1.11.0 - Home Warp 1.11.0 - Home

Warp 1.11.0

  • GitHub
  • PyPI
Warp 1.11.0 - Home Warp 1.11.0 - Home

Warp 1.11.0

  • GitHub
  • PyPI

Table of Contents

User Guide

  • Installation
  • Basics
  • Runtime
  • Devices
  • Differentiability
  • Generics
  • Tiles
  • Interoperability
  • Configuration
  • Debugging
  • Limitations
  • Contribution Guide
  • Publications using Warp
  • Compatibility & Support
  • FAQ
  • Changelog

Deep Dive

  • Code Generation
  • Allocators
  • Concurrency
  • Profiling

Domain Modules

  • Sparse Matrices
  • FEM Toolkit
  • Rendering

API Reference

  • warp
  • warp.autograd
  • warp.config
  • warp.fem
  • warp.jax_experimental
  • warp.optim
  • warp.render
  • warp.sparse
  • warp.types
  • warp.utils

Language Reference

  • Built-Ins

Project Links

  • GitHub
  • PyPI
  • Built-Ins
  • warp._src.lang.volume_sample_v

warp.volume_sample_v#

warp.volume_sample_v(
id: uint64,
uvw: vec3f,
sampling_mode: int32,
) → vec3f#
  • Kernel

  • Python

  • Differentiable

Sample the vector volume given by id at the volume local-space point uvw.

Interpolation should be warp.Volume.CLOSEST or warp.Volume.LINEAR.

previous

warp._src.lang.volume_sample_index

next

warp._src.lang.volume_store

On this page
  • volume_sample_v()
Edit on GitHub
NVIDIA NVIDIA

Copyright © 2022-2026 NVIDIA Corporation.