Docs.rs
  • mod3d-base-0.4.0
    • mod3d-base 0.4.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • atthecodeface
    • Dependencies
      • geo-nd >=0.5.2 normal
      • indent-display >=0.1.1 normal
      • serde ^1.0 normal optional
    • Versions
    • 100% of the crate is documented
  • This release has been yanked, go to latest version
  • 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

mod3d_base0.4.0

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • BaseMaterial
  • Bone
  • BonePose
  • BufferAccessor
  • BufferData
  • Component
  • Instance
  • Instantiable
  • MaterialBaseData
  • Mesh
  • Object
  • PbrMaterial
  • Primitive
  • RenderRecipe
  • ShortIndex
  • Skeleton
  • SkeletonPose
  • Texture
  • Transformation
  • Vertices
  • example_client::Renderable
  • example_objects::ExampleVertices
  • hierarchy::Hierarchy
  • hierarchy::Node
  • hierarchy::NodeEnum
  • hierarchy::NodeIter
  • hierarchy::Recipe

Enums

  • BufferElementType
  • MaterialAspect
  • PrimitiveType
  • VertexAttr
  • hierarchy::NodeEnumOp

Traits

  • AccessorClient
  • BufferClient
  • ByteBuffer
  • Material
  • MaterialClient
  • Renderable
  • TextureClient
  • VerticesClient

Functions

  • example_objects::tetrahedron::mesh
  • example_objects::tetrahedron::new
  • example_objects::triangle::mesh
  • example_objects::triangle::new

Type Aliases

  • Mat3
  • Mat4
  • Quat
  • Vec3
  • Vec4