Docs.rs
  • saft-0.34.1
    • saft 0.34.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • embark-studios
    • Dependencies
      • ahash ^0.8.1 normal
      • arbitrary ^1 normal optional
      • bincode ^1.3 normal optional
      • macaw ^0.19.0 normal
      • num_enum ^0.7.0 normal
      • rayon ^1.5 normal optional
      • saft-sdf ^0.2.0 normal
      • serde ^1.0.104 normal optional
      • speedy ^0.8 normal optional
      • thiserror ^1 normal
      • tiny-bench ^0.3.0 dev
    • Versions
    • 20.92% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

saft0.34.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • BoundingBox
  • CodeGen
  • CodeGenContext
  • ConstantEditor
  • ConstantReader
  • ExampleParams
  • Graph
  • Grid3
  • Interpreter
  • InterpreterContext
  • MarchingCubes
  • Material
  • MeshOptions
  • NodeId
  • Program
  • RgbWithDistance
  • TriangleMesh
  • Vertex
  • sphere_tracing::ClosestHit
  • sphere_tracing::Options

Enums

  • Backend
  • CsgOp
  • Error
  • Node
  • Opcode
  • OutputType

Traits

  • SignedDistance

Functions

  • compile
  • constants_hash
  • decompile
  • disassemble
  • gather_colors_in_place
  • get_glsl_sdf_interpreter_code
  • get_glsl_sdf_library_code
  • march
  • mesh_from_sdf
  • mesh_from_sdf_func
  • mesh_from_sdf_program
  • opcodes_hash
  • sd_biconvex_lens
  • sd_capsule
  • sd_cone
  • sd_cone_f
  • sd_material
  • sd_op_intersect
  • sd_op_intersect_smooth
  • sd_op_subtract
  • sd_op_subtract_smooth
  • sd_op_union
  • sd_op_union_smooth
  • sd_plane
  • sd_rounded_box
  • sd_rounded_cylinder
  • sd_rounded_cylinder_f
  • sd_sphere
  • sd_tapered_capsule
  • sd_tapered_capsule_f
  • sd_torus
  • sd_torus_sector
  • sdf_bb_and_resolution
  • sphere_tracing::trace
  • surface_distance_to
  • to_sd_func
  • transform_positions_in_place

Type Aliases

  • Index3