The cl-fbx Reference Manual

This is the cl-fbx Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:11:23 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-fbx

Bindings to ufbx, a simple and free FBX model decoding library

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://Shirakumo.github.io/cl-fbx/

Source Control

(GIT https://github.com/Shirakumo/cl-fbx.git)

Bug Tracker

https://github.com/Shirakumo/cl-fbx/issues

License

zlib

Version

1.0.0

Dependencies
  • cffi (system).
  • trivial-features (system).
  • trivial-garbage (system).
  • trivial-extensible-sequences (system).
  • float-features (system).
  • static-vectors (system).
  • documentation-utils (system).
Source

cl-fbx.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-fbx/cl-fbx.asd

Source

cl-fbx.asd.

Parent Component

cl-fbx (system).

ASDF Systems

cl-fbx.


3.1.2 cl-fbx/package.lisp

Source

cl-fbx.asd.

Parent Component

cl-fbx (system).

Packages

3.1.3 cl-fbx/low-level.lisp

Dependency

package.lisp (file).

Source

cl-fbx.asd.

Parent Component

cl-fbx (system).

Public Interface

3.1.4 cl-fbx/conditions.lisp

Dependency

low-level.lisp (file).

Source

cl-fbx.asd.

Parent Component

cl-fbx (system).

Public Interface
Internals

3.1.5 cl-fbx/wrapper.lisp

Dependency

conditions.lisp (file).

Source

cl-fbx.asd.

Parent Component

cl-fbx (system).

Public Interface
Internals

3.1.6 cl-fbx/file.lisp

Dependency

wrapper.lisp (file).

Source

cl-fbx.asd.

Parent Component

cl-fbx (system).

Public Interface
Internals

3.1.7 cl-fbx/documentation.lisp

Dependency

file.lisp (file).

Source

cl-fbx.asd.

Parent Component

cl-fbx (system).


4 Packages

Packages are listed by definition order.


4.1 org.shirakumo.fraf.fbx.cffi

Source

package.lisp.

Use List

common-lisp.

Public Interface

4.2 org.shirakumo.fraf.fbx

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Constants

Constant: fbx-lcl-rotation
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Constant: fbx-lcl-scaling
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Constant: fbx-lcl-translation
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Constant: fbx-post-rotation
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Constant: fbx-pre-rotation
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Constant: fbx-rotation-offset
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Constant: fbx-rotation-order
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Constant: fbx-rotation-pivot
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Constant: fbx-scaling-offset
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Constant: fbx-scaling-pivot
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Constant: fbx-visibility
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Constant: fbx-weight
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.


5.1.2 Special variables

Special Variable: *here*
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Special Variable: *static*
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.


5.1.3 Symbol macros

Symbol Macro: axes-left-handed-y-up
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: axes-left-handed-z-up
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: axes-right-handed-y-up
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: axes-right-handed-z-up
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: element-type-size
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: empty-blob
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: empty-string
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: identity-matrix
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: identity-quat
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: identity-transform
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: source-version
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: zero-vec2
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: zero-vec3
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Symbol Macro: zero-vec4
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.


5.1.4 Macros

Macro: with-file ((file source &rest args) &body body)

Convenience macro to handle freeing of the file.

See WITH-FREEING
See PARSE
See FBX-FILE (type)

Package

org.shirakumo.fraf.fbx.

Source

file.lisp.

Macro: with-freeing (bindings &body body)

LET* with additional freeing semantics.

Upon exit of the BODY for any reason, FREE is called on each value of each binding in reverse order of the value forms.

See FREE
See WRAPPER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.


5.1.5 Ordinary functions

Function: %var-accessor-axes-left-handed-y-up ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-axes-left-handed-y-up) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-axes-left-handed-z-up ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-axes-left-handed-z-up) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-axes-right-handed-y-up ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-axes-right-handed-y-up) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-axes-right-handed-z-up ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-axes-right-handed-z-up) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-element-type-size ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-element-type-size) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-empty-blob ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-empty-blob) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-empty-string ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-empty-string) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-identity-matrix ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-identity-matrix) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-identity-quat ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-identity-quat) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-identity-transform ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-identity-transform) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-source-version ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-source-version) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-zero-vec2 ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-zero-vec2) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-zero-vec3 ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-zero-vec3) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: %var-accessor-zero-vec4 ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf %var-accessor-zero-vec4) ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: add-blend-shape-vertex-offsets (shape vertices num_vertices weight)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: add-blend-vertex-offsets (blend vertices num_vertices weight)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: allocator-alloc-fn (pointer-to-allocator)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf allocator-alloc-fn) (pointer-to-allocator)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: allocator-free-allocator-fn (pointer-to-allocator)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf allocator-free-allocator-fn) (pointer-to-allocator)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: allocator-free-fn (pointer-to-allocator)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf allocator-free-fn) (pointer-to-allocator)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: allocator-opts-allocation-limit (pointer-to-allocator-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf allocator-opts-allocation-limit) (pointer-to-allocator-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: allocator-opts-allocator (pointer-to-allocator-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf allocator-opts-allocator) (pointer-to-allocator-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: allocator-opts-huge-threshold (pointer-to-allocator-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf allocator-opts-huge-threshold) (pointer-to-allocator-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: allocator-opts-max-chunk-size (pointer-to-allocator-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf allocator-opts-max-chunk-size) (pointer-to-allocator-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: allocator-opts-memory-limit (pointer-to-allocator-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf allocator-opts-memory-limit) (pointer-to-allocator-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: allocator-realloc-fn (pointer-to-allocator)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf allocator-realloc-fn) (pointer-to-allocator)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: allocator-user (pointer-to-allocator)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf allocator-user) (pointer-to-allocator)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-curve-element (pointer-to-anim-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-curve-element) (pointer-to-anim-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-curve-keyframes (pointer-to-anim-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-curve-keyframes) (pointer-to-anim-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-ignore-connections (pointer-to-anim)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-ignore-connections) (pointer-to-anim)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer--element-id-bitmask (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer--element-id-bitmask) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer--max-element-id (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer--max-element-id) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer--min-element-id (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer--min-element-id) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-additive (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-additive) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-anim (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-anim) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-anim-props (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-anim-props) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-anim-values (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-anim-values) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-blended (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-blended) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-compose-rotation (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-compose-rotation) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-compose-scale (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-compose-scale) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-desc-layer (pointer-to-anim-layer-desc)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-desc-layer) (pointer-to-anim-layer-desc)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-desc-weight (pointer-to-anim-layer-desc)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-desc-weight) (pointer-to-anim-layer-desc)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-element (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-element) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-weight (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-weight) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layer-weight-is-animated (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layer-weight-is-animated) (pointer-to-anim-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-layers (pointer-to-anim)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-layers) (pointer-to-anim)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-prop--internal-key (pointer-to-anim-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-prop--internal-key) (pointer-to-anim-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-prop-anim-value (pointer-to-anim-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-prop-anim-value) (pointer-to-anim-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-prop-element (pointer-to-anim-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-prop-element) (pointer-to-anim-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-prop-overrides (pointer-to-anim)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-prop-overrides) (pointer-to-anim)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-prop-prop-name (pointer-to-anim-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-prop-prop-name) (pointer-to-anim-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-stack-anim (pointer-to-anim-stack)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-stack-anim) (pointer-to-anim-stack)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-stack-element (pointer-to-anim-stack)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-stack-element) (pointer-to-anim-stack)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-stack-layers (pointer-to-anim-stack)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-stack-layers) (pointer-to-anim-stack)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-stack-time-begin (pointer-to-anim-stack)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-stack-time-begin) (pointer-to-anim-stack)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-stack-time-end (pointer-to-anim-stack)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-stack-time-end) (pointer-to-anim-stack)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-time-begin (pointer-to-anim)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-time-begin) (pointer-to-anim)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-time-end (pointer-to-anim)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-time-end) (pointer-to-anim)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-value-curves (pointer-to-anim-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-value-curves) (pointer-to-anim-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-value-default-value (pointer-to-anim-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-value-default-value) (pointer-to-anim-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: anim-value-element (pointer-to-anim-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf anim-value-element) (pointer-to-anim-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: application-name (pointer-to-application)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf application-name) (pointer-to-application)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: application-vendor (pointer-to-application)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf application-vendor) (pointer-to-application)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: application-version (pointer-to-application)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf application-version) (pointer-to-application)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-channel-element (pointer-to-blend-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-channel-element) (pointer-to-blend-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-channel-keyframes (pointer-to-blend-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-channel-keyframes) (pointer-to-blend-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-channel-weight (pointer-to-blend-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-channel-weight) (pointer-to-blend-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-deformer-channels (pointer-to-blend-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-deformer-channels) (pointer-to-blend-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-deformer-element (pointer-to-blend-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-deformer-element) (pointer-to-blend-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-keyframe-effective-weight (pointer-to-blend-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-keyframe-effective-weight) (pointer-to-blend-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-keyframe-shape (pointer-to-blend-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-keyframe-shape) (pointer-to-blend-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-keyframe-target-weight (pointer-to-blend-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-keyframe-target-weight) (pointer-to-blend-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-shape-element (pointer-to-blend-shape)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-shape-element) (pointer-to-blend-shape)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-shape-normal-offsets (pointer-to-blend-shape)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-shape-normal-offsets) (pointer-to-blend-shape)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-shape-num-offsets (pointer-to-blend-shape)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-shape-num-offsets) (pointer-to-blend-shape)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-shape-offset-vertices (pointer-to-blend-shape)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-shape-offset-vertices) (pointer-to-blend-shape)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blend-shape-position-offsets (pointer-to-blend-shape)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blend-shape-position-offsets) (pointer-to-blend-shape)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blob-data (pointer-to-blob)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blob-data) (pointer-to-blob)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: blob-size (pointer-to-blob)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf blob-size) (pointer-to-blob)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: bone-element (pointer-to-bone)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf bone-element) (pointer-to-bone)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: bone-is-root (pointer-to-bone)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf bone-is-root) (pointer-to-bone)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: bone-pose-bone-node (pointer-to-bone-pose)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf bone-pose-bone-node) (pointer-to-bone-pose)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: bone-pose-bone-to-world (pointer-to-bone-pose)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf bone-pose-bone-to-world) (pointer-to-bone-pose)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: bone-radius (pointer-to-bone)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf bone-radius) (pointer-to-bone)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: bone-relative-length (pointer-to-bone)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf bone-relative-length) (pointer-to-bone)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-channel-frames (pointer-to-cache-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-channel-frames) (pointer-to-cache-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-channel-interpretation (pointer-to-cache-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-channel-interpretation) (pointer-to-cache-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-channel-interpretation-name (pointer-to-cache-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-channel-interpretation-name) (pointer-to-cache-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-channel-name (pointer-to-cache-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-channel-name) (pointer-to-cache-channel)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-deformer-channel (pointer-to-cache-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-deformer-channel) (pointer-to-cache-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-deformer-element (pointer-to-cache-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-deformer-element) (pointer-to-cache-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-deformer-external-cache (pointer-to-cache-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-deformer-external-cache) (pointer-to-cache-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-deformer-external-channel (pointer-to-cache-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-deformer-external-channel) (pointer-to-cache-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-deformer-file (pointer-to-cache-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-deformer-file) (pointer-to-cache-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-file-absolute-filename (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-file-absolute-filename) (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-file-element (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-file-element) (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-file-external-cache (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-file-external-cache) (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-file-filename (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-file-filename) (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-file-format (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-file-format) (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-file-raw-absolute-filename (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-file-raw-absolute-filename) (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-file-raw-filename (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-file-raw-filename) (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-file-raw-relative-filename (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-file-raw-relative-filename) (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-file-relative-filename (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-file-relative-filename) (pointer-to-cache-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-frame-channel (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-frame-channel) (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-frame-data-count (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-frame-data-count) (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-frame-data-element-bytes (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-frame-data-element-bytes) (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-frame-data-encoding (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-frame-data-encoding) (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-frame-data-format (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-frame-data-format) (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-frame-data-offset (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-frame-data-offset) (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-frame-data-total-bytes (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-frame-data-total-bytes) (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-frame-file-format (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-frame-file-format) (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-frame-filename (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-frame-filename) (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: cache-frame-time (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf cache-frame-time) (pointer-to-cache-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-aperture-format (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-aperture-format) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-aperture-mode (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-aperture-mode) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-aperture-size-inch (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-aperture-size-inch) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-aspect-mode (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-aspect-mode) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-aspect-ratio (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-aspect-ratio) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-element (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-element) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-far-plane (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-far-plane) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-field-of-view-deg (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-field-of-view-deg) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-field-of-view-tan (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-field-of-view-tan) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-film-size-inch (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-film-size-inch) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-focal-length-mm (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-focal-length-mm) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-gate-fit (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-gate-fit) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-near-plane (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-near-plane) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-orthographic-extent (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-orthographic-extent) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-orthographic-size (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-orthographic-size) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-projection-axes (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-projection-axes) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-projection-mode (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-projection-mode) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-projection-plane (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-projection-plane) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-resolution (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-resolution) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-resolution-is-pixels (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-resolution-is-pixels) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-squeeze-ratio (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-squeeze-ratio) (pointer-to-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: camera-switcher-element (pointer-to-camera-switcher)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf camera-switcher-element) (pointer-to-camera-switcher)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: character-element (pointer-to-character)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf character-element) (pointer-to-character)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: close-memory-cb-fn (pointer-to-close-memory-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf close-memory-cb-fn) (pointer-to-close-memory-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: close-memory-cb-user (pointer-to-close-memory-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf close-memory-cb-user) (pointer-to-close-memory-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: color-set-index (pointer-to-color-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf color-set-index) (pointer-to-color-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: color-set-name (pointer-to-color-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf color-set-name) (pointer-to-color-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: color-set-vertex-color (pointer-to-color-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf color-set-vertex-color) (pointer-to-color-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: compute-normals (panic mesh positions normal_indices num_normal_indices normals num_normals)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: compute-topology (panic mesh topo num_topo)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: connection-dst (pointer-to-connection)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf connection-dst) (pointer-to-connection)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: connection-dst-prop (pointer-to-connection)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf connection-dst-prop) (pointer-to-connection)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: connection-src (pointer-to-connection)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf connection-src) (pointer-to-connection)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: connection-src-prop (pointer-to-connection)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf connection-src-prop) (pointer-to-connection)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-active (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-active) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-aim-up-node (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-aim-up-node) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-aim-up-type (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-aim-up-type) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-aim-up-vector (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-aim-up-vector) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-aim-vector (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-aim-vector) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-constrain-rotation (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-constrain-rotation) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-constrain-scale (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-constrain-scale) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-constrain-translation (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-constrain-translation) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-element (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-element) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-ik-effector (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-ik-effector) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-ik-end-node (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-ik-end-node) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-ik-pole-vector (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-ik-pole-vector) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-node (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-node) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-target-node (pointer-to-constraint-target)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-target-node) (pointer-to-constraint-target)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-target-transform (pointer-to-constraint-target)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-target-transform) (pointer-to-constraint-target)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-target-weight (pointer-to-constraint-target)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-target-weight) (pointer-to-constraint-target)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-targets (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-targets) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-transform-offset (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-transform-offset) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-type (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-type) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-type-name (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-type-name) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: constraint-weight (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf constraint-weight) (pointer-to-constraint)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: coordinate-axes-front (pointer-to-coordinate-axes)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf coordinate-axes-front) (pointer-to-coordinate-axes)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: coordinate-axes-right (pointer-to-coordinate-axes)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf coordinate-axes-right) (pointer-to-coordinate-axes)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: coordinate-axes-up (pointer-to-coordinate-axes)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf coordinate-axes-up) (pointer-to-coordinate-axes)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: curve-point-derivative (pointer-to-curve-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf curve-point-derivative) (pointer-to-curve-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: curve-point-position (pointer-to-curve-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf curve-point-position) (pointer-to-curve-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: curve-point-valid (pointer-to-curve-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf curve-point-valid) (pointer-to-curve-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: default-open-file (user stream path path_len info)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: display-layer-element (pointer-to-display-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf display-layer-element) (pointer-to-display-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: display-layer-frozen (pointer-to-display-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf display-layer-frozen) (pointer-to-display-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: display-layer-nodes (pointer-to-display-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf display-layer-nodes) (pointer-to-display-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: display-layer-ui-color (pointer-to-display-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf display-layer-ui-color) (pointer-to-display-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: display-layer-visible (pointer-to-display-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf display-layer-visible) (pointer-to-display-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: dom-find (parent name name_len)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: dom-node-children (pointer-to-dom-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf dom-node-children) (pointer-to-dom-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: dom-node-name (pointer-to-dom-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf dom-node-name) (pointer-to-dom-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: dom-node-values (pointer-to-dom-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf dom-node-values) (pointer-to-dom-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: dom-value-type (pointer-to-dom-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf dom-value-type) (pointer-to-dom-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: dom-value-value-blob (pointer-to-dom-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf dom-value-value-blob) (pointer-to-dom-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: dom-value-value-float (pointer-to-dom-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf dom-value-value-float) (pointer-to-dom-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: dom-value-value-int (pointer-to-dom-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf dom-value-value-int) (pointer-to-dom-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: dom-value-value-str (pointer-to-dom-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf dom-value-value-str) (pointer-to-dom-value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: edge-a (pointer-to-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf edge-a) (pointer-to-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: edge-b (pointer-to-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf edge-b) (pointer-to-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: element-connections-dst (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf element-connections-dst) (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: element-connections-src (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf element-connections-src) (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: element-dom-node (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf element-dom-node) (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: element-element-id (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf element-element-id) (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: element-instances (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf element-instances) (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: element-name (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf element-name) (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: element-props (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf element-props) (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: element-scene (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf element-scene) (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: element-type (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf element-type) (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: element-typed-id (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf element-typed-id) (pointer-to-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: empty-element (pointer-to-empty)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf empty-element) (pointer-to-empty)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: error-description (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf error-description) (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: error-frame-description (pointer-to-error-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf error-frame-description) (pointer-to-error-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: error-frame-function (pointer-to-error-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf error-frame-function) (pointer-to-error-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: error-frame-source-line (pointer-to-error-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf error-frame-source-line) (pointer-to-error-frame)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: error-info (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf error-info) (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: error-info-length (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf error-info-length) (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: error-stack (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf error-stack) (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: error-stack-size (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf error-stack-size) (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: error-type (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf error-type) (pointer-to-error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: euler-to-quat (retval v order)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-anim-value-real (anim_value time)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-anim-value-vec2 (retval anim_value time)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-anim-value-vec3 (retval anim_value time)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-blend-weight (anim channel time)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-curve (curve time default_value)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-nurbs-basis (basis u weights num_weights derivatives num_derivatives)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-nurbs-curve (retval curve u)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-nurbs-surface (retval surface u v)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-opts--begin-zero (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf evaluate-opts--begin-zero) (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-opts--end-zero (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf evaluate-opts--end-zero) (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-opts-evaluate-caches (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf evaluate-opts-evaluate-caches) (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-opts-evaluate-skinning (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf evaluate-opts-evaluate-skinning) (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-opts-load-external-files (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf evaluate-opts-load-external-files) (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-opts-open-file-cb (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf evaluate-opts-open-file-cb) (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-opts-result-allocator (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf evaluate-opts-result-allocator) (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-opts-temp-allocator (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf evaluate-opts-temp-allocator) (pointer-to-evaluate-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-prop (retval anim element name name_len time)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-props (retval anim element time buffer buffer_size)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-scene (scene anim time opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: evaluate-transform (retval anim node time)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: face-group-face-indices (pointer-to-face-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf face-group-face-indices) (pointer-to-face-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: face-group-id (pointer-to-face-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf face-group-id) (pointer-to-face-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: face-group-name (pointer-to-face-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf face-group-name) (pointer-to-face-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: face-group-num-faces (pointer-to-face-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf face-group-num-faces) (pointer-to-face-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: face-group-num-triangles (pointer-to-face-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf face-group-num-triangles) (pointer-to-face-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: face-index-begin (pointer-to-face)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf face-index-begin) (pointer-to-face)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: face-num-indices (pointer-to-face)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf face-num-indices) (pointer-to-face)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: fbx-error (error)
Package

org.shirakumo.fraf.fbx.

Source

conditions.lisp.

Function: fbx-panic (panic)
Package

org.shirakumo.fraf.fbx.

Source

conditions.lisp.

Function: fbx-warning (warning)
Package

org.shirakumo.fraf.fbx.

Source

conditions.lisp.

Function: find-anim-prop (layer element prop prop_len)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-anim-props (retval layer element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-anim-stack (scene name name_len)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-blob (retval props name name_len def)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-bool (props name name_len def)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-element (scene type name name_len)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-int (props name name_len def)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-material (scene name name_len)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-node (scene name name_len)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-prop (props name name-len)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-prop-concat (props parts num_parts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-prop-texture (material name name_len)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-real (props name name-len def)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-shader-texture-input (shader name name_len)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-string (retval props name name_len def)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: find-vec3 (retval props name name_len def)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: format-error (dst dst-size error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: free-geometry-cache (cache)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: free-line-curve (curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: free-mesh (mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: free-scene (scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: generate-indices (streams num_streams indices num_indices allocator error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: generate-normal-mapping (panic mesh topo num_topo normal_indices num_normal_indices assume_smooth)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-channels (pointer-to-geometry-cache)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-channels) (pointer-to-geometry-cache)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-data-opts--begin-zero (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-data-opts--begin-zero) (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-data-opts--end-zero (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-data-opts--end-zero) (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-data-opts-additive (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-data-opts-additive) (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-data-opts-open-file-cb (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-data-opts-open-file-cb) (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-data-opts-use-weight (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-data-opts-use-weight) (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-data-opts-weight (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-data-opts-weight) (pointer-to-geometry-cache-data-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-extra-info (pointer-to-geometry-cache)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-extra-info) (pointer-to-geometry-cache)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-frames (pointer-to-geometry-cache)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-frames) (pointer-to-geometry-cache)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-opts--begin-zero (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-opts--begin-zero) (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-opts--end-zero (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-opts--end-zero) (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-opts-frames-per-second (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-opts-frames-per-second) (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-opts-open-file-cb (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-opts-open-file-cb) (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-opts-result-allocator (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-opts-result-allocator) (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-opts-temp-allocator (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-opts-temp-allocator) (pointer-to-geometry-cache-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: geometry-cache-root-filename (pointer-to-geometry-cache)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf geometry-cache-root-filename) (pointer-to-geometry-cache)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: get-blend-shape-vertex-offset (retval shape vertex)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: get-blend-vertex-offset (retval blend vertex)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: get-compatible-matrix-for-normals (retval node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: get-prop-element (element prop type)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: get-skin-vertex-matrix (retval skin vertex fallback)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: get-triangulate-face-num-indices (face)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: get-vertex-real (panic v index)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: get-weighted-face-normal (retval positions face)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate (dst dst_size input retain)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-error (code)
Package

org.shirakumo.fraf.fbx.

Source

conditions.lisp.

Function: inflate-input-buffer (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-buffer) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-buffer-size (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-buffer-size) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-data (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-data) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-data-size (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-data-size) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-internal-fast-bits (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-internal-fast-bits) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-no-checksum (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-no-checksum) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-no-header (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-no-header) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-progress-cb (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-progress-cb) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-progress-interval-hint (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-progress-interval-hint) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-progress-size-after (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-progress-size-after) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-progress-size-before (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-progress-size-before) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-read-fn (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-read-fn) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-read-user (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-read-user) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-input-total-size (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-input-total-size) (pointer-to-inflate-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-retain-data (pointer-to-inflate-retain)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-retain-data) (pointer-to-inflate-retain)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: inflate-retain-initialized (pointer-to-inflate-retain)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf inflate-retain-initialized) (pointer-to-inflate-retain)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: init ()

Loads the foreign library.

This is automatically called by PARSE.

See PARSE
See SHUTDOWN

Package

org.shirakumo.fraf.fbx.

Source

file.lisp.

Function: is-thread-safe ()
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: keyframe-interpolation (pointer-to-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf keyframe-interpolation) (pointer-to-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: keyframe-left (pointer-to-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf keyframe-left) (pointer-to-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: keyframe-right (pointer-to-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf keyframe-right) (pointer-to-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: keyframe-time (pointer-to-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf keyframe-time) (pointer-to-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: keyframe-value (pointer-to-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf keyframe-value) (pointer-to-keyframe)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: light-area-shape (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf light-area-shape) (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: light-cast-light (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf light-cast-light) (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: light-cast-shadows (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf light-cast-shadows) (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: light-color (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf light-color) (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: light-decay (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf light-decay) (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: light-element (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf light-element) (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: light-inner-angle (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf light-inner-angle) (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: light-intensity (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf light-intensity) (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: light-local-direction (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf light-local-direction) (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: light-outer-angle (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf light-outer-angle) (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: light-type (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf light-type) (pointer-to-light)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: line-curve-color (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf line-curve-color) (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: line-curve-control-points (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf line-curve-control-points) (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: line-curve-element (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf line-curve-element) (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: line-curve-from-tessellated-nurbs (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf line-curve-from-tessellated-nurbs) (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: line-curve-point-indices (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf line-curve-point-indices) (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: line-curve-segments (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf line-curve-segments) (pointer-to-line-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: line-segment-index-begin (pointer-to-line-segment)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf line-segment-index-begin) (pointer-to-line-segment)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: line-segment-num-indices (pointer-to-line-segment)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf line-segment-num-indices) (pointer-to-line-segment)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: list-count (pointer-to-list)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf list-count) (pointer-to-list)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: list-data (pointer-to-list)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf list-data) (pointer-to-list)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-file (filename opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-geometry-cache (filename opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-memory (data data-size opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts--begin-zero (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts--begin-zero) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts--end-zero (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts--end-zero) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-allow-empty-faces (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-allow-empty-faces) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-allow-missing-vertex-position (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-allow-missing-vertex-position) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-allow-nodes-out-of-root (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-allow-nodes-out-of-root) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-allow-null-material (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-allow-null-material) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-allow-unsafe (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-allow-unsafe) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-clean-skin-weights (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-clean-skin-weights) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-connect-broken-elements (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-connect-broken-elements) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-disable-quirks (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-disable-quirks) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-evaluate-caches (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-evaluate-caches) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-evaluate-skinning (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-evaluate-skinning) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-file-format (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-file-format) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-file-format-lookahead (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-file-format-lookahead) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-file-size-estimate (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-file-size-estimate) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-filename (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-filename) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-generate-missing-normals (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-generate-missing-normals) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-geometry-transform-handling (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-geometry-transform-handling) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-geometry-transform-helper-name (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-geometry-transform-helper-name) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-ignore-all-content (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-ignore-all-content) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-ignore-animation (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-ignore-animation) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-ignore-embedded (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-ignore-embedded) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-ignore-geometry (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-ignore-geometry) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-ignore-missing-external-files (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-ignore-missing-external-files) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-index-error-handling (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-index-error-handling) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-load-external-files (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-load-external-files) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-no-anim-curve-unit-scaling (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-no-anim-curve-unit-scaling) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-no-format-from-content (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-no-format-from-content) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-no-format-from-extension (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-no-format-from-extension) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-no-prop-unit-scaling (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-no-prop-unit-scaling) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-normalize-normals (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-normalize-normals) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-normalize-tangents (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-normalize-tangents) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-obj-merge-groups (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-obj-merge-groups) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-obj-merge-objects (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-obj-merge-objects) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-obj-mtl-data (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-obj-mtl-data) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-obj-mtl-path (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-obj-mtl-path) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-obj-search-mtl-by-filename (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-obj-search-mtl-by-filename) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-obj-split-groups (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-obj-split-groups) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-open-file-cb (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-open-file-cb) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-open-main-file-with-default (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-open-main-file-with-default) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-path-separator (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-path-separator) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-progress-cb (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-progress-cb) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-progress-interval-hint (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-progress-interval-hint) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-raw-filename (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-raw-filename) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-read-buffer-size (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-read-buffer-size) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-result-allocator (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-result-allocator) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-retain-dom (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-retain-dom) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-root-transform (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-root-transform) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-skip-skin-vertices (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-skip-skin-vertices) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-space-conversion (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-space-conversion) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-strict (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-strict) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-target-axes (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-target-axes) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-target-camera-axes (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-target-camera-axes) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-target-light-axes (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-target-light-axes) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-target-unit-meters (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-target-unit-meters) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-temp-allocator (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-temp-allocator) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-unicode-error-handling (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-unicode-error-handling) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-opts-use-root-transform (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf load-opts-use-root-transform) (pointer-to-load-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-stdio (file opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-stdio-prefix (file prefix prefix-size opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-stream (stream opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: load-stream-prefix (stream prefix prefix-size opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: lod-group-distance-limit-max (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf lod-group-distance-limit-max) (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: lod-group-distance-limit-min (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf lod-group-distance-limit-min) (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: lod-group-element (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf lod-group-element) (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: lod-group-ignore-parent-transform (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf lod-group-ignore-parent-transform) (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: lod-group-lod-levels (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf lod-group-lod-levels) (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: lod-group-relative-distances (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf lod-group-relative-distances) (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: lod-group-use-distance-limit (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf lod-group-use-distance-limit) (pointer-to-lod-group)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: lod-level-display (pointer-to-lod-level)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf lod-level-display) (pointer-to-lod-level)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: lod-level-distance (pointer-to-lod-level)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf lod-level-distance) (pointer-to-lod-level)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: make-foreign-vector (foreign-type size)

Create a FOREIGN-VECTOR that can hold SIZE number of elements of FOREIGN-TYPE.

Depending on whether the foreign-type instances are immediates or not,
the resulting vector will be initialised with empty instances of the
type or null pointers.

See FOREIGN-VECTOR (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Function: marker-element (pointer-to-marker)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf marker-element) (pointer-to-marker)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: marker-type (pointer-to-marker)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf marker-type) (pointer-to-marker)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-element (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-element) (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx) (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-ambient-color (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-ambient-color) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-ambient-factor (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-ambient-factor) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-bump (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-bump) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-bump-factor (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-bump-factor) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-diffuse-color (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-diffuse-color) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-diffuse-factor (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-diffuse-factor) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-displacement (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-displacement) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-displacement-factor (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-displacement-factor) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-emission-color (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-emission-color) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-emission-factor (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-emission-factor) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-normal-map (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-normal-map) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-reflection-color (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-reflection-color) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-reflection-factor (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-reflection-factor) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-specular-color (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-specular-color) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-specular-exponent (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-specular-exponent) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-specular-factor (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-specular-factor) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-transparency-color (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-transparency-color) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-transparency-factor (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-transparency-factor) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-vector-displacement (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-vector-displacement) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-fbx-maps-vector-displacement-factor (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-fbx-maps-vector-displacement-factor) (pointer-to-material-fbx-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-feature-info-enabled (pointer-to-material-feature-info)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-feature-info-enabled) (pointer-to-material-feature-info)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-feature-info-is-explicit (pointer-to-material-feature-info)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-feature-info-is-explicit) (pointer-to-material-feature-info)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features) (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-ambient-occlusion (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-ambient-occlusion) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-caustics (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-caustics) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-coat (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-coat) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-coat-roughness-as-glossiness (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-coat-roughness-as-glossiness) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-diffuse (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-diffuse) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-diffuse-roughness (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-diffuse-roughness) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-double-sided (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-double-sided) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-emission (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-emission) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-exit-to-background (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-exit-to-background) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-internal-reflections (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-internal-reflections) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-ior (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-ior) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-matte (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-matte) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-metalness (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-metalness) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-opacity (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-opacity) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-pbr (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-pbr) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-roughness-as-glossiness (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-roughness-as-glossiness) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-sheen (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-sheen) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-specular (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-specular) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-thin-walled (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-thin-walled) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-transmission (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-transmission) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-transmission-roughness (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-transmission-roughness) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-transmission-roughness-as-glossiness (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-transmission-roughness-as-glossiness) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-features-unlit (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-features-unlit) (pointer-to-material-features)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-map-feature-disabled (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-map-feature-disabled) (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-map-has-value (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-map-has-value) (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-map-texture (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-map-texture) (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-map-texture-enabled (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-map-texture-enabled) (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-map-value-components (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-map-value-components) (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-map-value-int (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-map-value-int) (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-map-value-vec4 (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-map-value-vec4) (pointer-to-material-map)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr) (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-ambient-occlusion (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-ambient-occlusion) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-base-color (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-base-color) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-base-factor (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-base-factor) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-coat-affect-base-color (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-coat-affect-base-color) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-coat-affect-base-roughness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-coat-affect-base-roughness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-coat-anisotropy (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-coat-anisotropy) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-coat-color (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-coat-color) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-coat-factor (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-coat-factor) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-coat-glossiness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-coat-glossiness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-coat-ior (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-coat-ior) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-coat-normal (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-coat-normal) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-coat-rotation (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-coat-rotation) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-coat-roughness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-coat-roughness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-diffuse-roughness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-diffuse-roughness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-displacement-map (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-displacement-map) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-emission-color (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-emission-color) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-emission-factor (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-emission-factor) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-glossiness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-glossiness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-indirect-diffuse (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-indirect-diffuse) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-indirect-specular (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-indirect-specular) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-matte-color (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-matte-color) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-matte-factor (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-matte-factor) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-metalness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-metalness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-normal-map (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-normal-map) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-opacity (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-opacity) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-roughness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-roughness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-sheen-color (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-sheen-color) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-sheen-factor (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-sheen-factor) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-sheen-roughness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-sheen-roughness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-specular-anisotropy (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-specular-anisotropy) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-specular-color (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-specular-color) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-specular-factor (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-specular-factor) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-specular-ior (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-specular-ior) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-specular-rotation (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-specular-rotation) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-subsurface-anisotropy (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-subsurface-anisotropy) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-subsurface-color (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-subsurface-color) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-subsurface-factor (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-subsurface-factor) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-subsurface-radius (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-subsurface-radius) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-subsurface-scale (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-subsurface-scale) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-subsurface-tint-color (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-subsurface-tint-color) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-subsurface-type (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-subsurface-type) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-tangent-map (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-tangent-map) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-thin-film-ior (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-thin-film-ior) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-thin-film-thickness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-thin-film-thickness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-transmission-color (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-transmission-color) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-transmission-depth (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-transmission-depth) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-transmission-dispersion (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-transmission-dispersion) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-transmission-enable-in-aov (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-transmission-enable-in-aov) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-transmission-extra-roughness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-transmission-extra-roughness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-transmission-factor (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-transmission-factor) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-transmission-glossiness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-transmission-glossiness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-transmission-priority (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-transmission-priority) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-transmission-roughness (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-transmission-roughness) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-transmission-scatter (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-transmission-scatter) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-pbr-maps-transmission-scatter-anisotropy (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-pbr-maps-transmission-scatter-anisotropy) (pointer-to-material-pbr-maps)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-shader (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-shader) (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-shader-prop-prefix (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-shader-prop-prefix) (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-shader-type (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-shader-type) (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-shading-model-name (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-shading-model-name) (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-texture-material-prop (pointer-to-material-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-texture-material-prop) (pointer-to-material-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-texture-shader-prop (pointer-to-material-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-texture-shader-prop) (pointer-to-material-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-texture-texture (pointer-to-material-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-texture-texture) (pointer-to-material-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: material-textures (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf material-textures) (pointer-to-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: matrix-determinant (m)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: matrix-for-normals (retval m)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: matrix-invert (retval m)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: matrix-mul (retval a b)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: matrix-to-transform (retval m)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: matrix-v (pointer-to-matrix)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf matrix-v) (pointer-to-matrix)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-all-deformers (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-all-deformers) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-blend-deformers (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-blend-deformers) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-cache-deformers (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-cache-deformers) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-color-sets (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-color-sets) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-edge-crease (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-edge-crease) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-edge-smoothing (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-edge-smoothing) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-edge-visibility (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-edge-visibility) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-edges (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-edges) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-element (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-element) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-face-group (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-face-group) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-face-groups (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-face-groups) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-face-hole (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-face-hole) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-face-material (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-face-material) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-face-smoothing (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-face-smoothing) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-faces (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-faces) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-from-tessellated-nurbs (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-from-tessellated-nurbs) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-generated-normals (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-generated-normals) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-material-face-indices (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-material-face-indices) (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-material-material (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-material-material) (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-material-num-empty-faces (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-material-num-empty-faces) (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-material-num-faces (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-material-num-faces) (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-material-num-line-faces (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-material-num-line-faces) (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-material-num-point-faces (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-material-num-point-faces) (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-material-num-triangles (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-material-num-triangles) (pointer-to-mesh-material)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-materials (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-materials) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-max-face-triangles (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-max-face-triangles) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-num-edges (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-num-edges) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-num-empty-faces (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-num-empty-faces) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-num-faces (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-num-faces) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-num-indices (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-num-indices) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-num-line-faces (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-num-line-faces) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-num-point-faces (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-num-point-faces) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-num-triangles (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-num-triangles) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-num-vertices (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-num-vertices) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-skin-deformers (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-skin-deformers) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-skinned-is-local (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-skinned-is-local) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-skinned-normal (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-skinned-normal) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-skinned-position (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-skinned-position) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-subdivision-boundary (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-subdivision-boundary) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-subdivision-display-mode (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-subdivision-display-mode) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-subdivision-evaluated (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-subdivision-evaluated) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-subdivision-preview-levels (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-subdivision-preview-levels) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-subdivision-render-levels (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-subdivision-render-levels) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-subdivision-result (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-subdivision-result) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-subdivision-uv-boundary (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-subdivision-uv-boundary) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-uv-sets (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-uv-sets) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-vertex-bitangent (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-vertex-bitangent) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-vertex-color (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-vertex-color) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-vertex-crease (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-vertex-crease) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-vertex-first-index (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-vertex-first-index) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-vertex-indices (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-vertex-indices) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-vertex-normal (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-vertex-normal) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-vertex-position (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-vertex-position) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-vertex-tangent (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-vertex-tangent) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-vertex-uv (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-vertex-uv) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: mesh-vertices (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf mesh-vertices) (pointer-to-mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-animation-ignored (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-animation-ignored) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-ascii (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-ascii) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-big-endian (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-big-endian) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-bone-prop-limb-length-relative (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-bone-prop-limb-length-relative) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-bone-prop-size-unit (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-bone-prop-size-unit) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-creator (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-creator) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-element-buffer-size (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-element-buffer-size) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-embedded-ignored (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-embedded-ignored) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-exporter (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-exporter) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-exporter-version (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-exporter-version) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-file-format (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-file-format) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-filename (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-filename) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-geometry-ignored (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-geometry-ignored) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-has-warning (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-has-warning) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-is-unsafe (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-is-unsafe) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-ktime-to-sec (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-ktime-to-sec) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-latest-application (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-latest-application) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-max-face-triangles (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-max-face-triangles) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-may-contain-broken-elements (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-may-contain-broken-elements) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-may-contain-missing-vertex-position (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-may-contain-missing-vertex-position) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-may-contain-no-index (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-may-contain-no-index) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-may-contain-null-materials (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-may-contain-null-materials) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-num-shader-textures (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-num-shader-textures) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-object-element (pointer-to-metadata-object)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-object-element) (pointer-to-metadata-object)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-original-application (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-original-application) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-original-file-path (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-original-file-path) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-raw-filename (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-raw-filename) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-raw-original-file-path (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-raw-original-file-path) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-raw-relative-root (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-raw-relative-root) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-relative-root (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-relative-root) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-result-allocs (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-result-allocs) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-result-memory-used (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-result-memory-used) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-scene-props (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-scene-props) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-temp-allocs (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-temp-allocs) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-temp-memory-used (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-temp-memory-used) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-version (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-version) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: metadata-warnings (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf metadata-warnings) (pointer-to-metadata)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: name-element--internal-key (pointer-to-name-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf name-element--internal-key) (pointer-to-name-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: name-element-element (pointer-to-name-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf name-element-element) (pointer-to-name-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: name-element-name (pointer-to-name-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf name-element-name) (pointer-to-name-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: name-element-type (pointer-to-name-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf name-element-type) (pointer-to-name-element)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-adjust-post-rotation (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-adjust-post-rotation) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-adjust-pre-rotation (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-adjust-pre-rotation) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-adjust-pre-scale (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-adjust-pre-scale) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-all-attribs (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-all-attribs) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-attrib (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-attrib) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-attrib-type (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-attrib-type) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-bone (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-bone) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-camera (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-camera) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-children (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-children) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-element (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-element) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-euler-rotation (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-euler-rotation) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-geometry-to-node (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-geometry-to-node) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-geometry-to-world (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-geometry-to-world) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-geometry-transform (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-geometry-transform) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-geometry-transform-helper (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-geometry-transform-helper) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-has-adjust-transform (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-has-adjust-transform) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-has-geometry-transform (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-has-geometry-transform) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-inherit-type (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-inherit-type) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-is-geometry-transform-helper (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-is-geometry-transform-helper) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-is-root (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-is-root) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-light (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-light) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-local-transform (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-local-transform) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-materials (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-materials) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-mesh (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-mesh) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-node-depth (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-node-depth) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-node-to-parent (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-node-to-parent) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-node-to-world (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-node-to-world) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-parent (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-parent) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-rotation-order (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-rotation-order) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-visible (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-visible) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: node-world-transform (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf node-world-transform) (pointer-to-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-basis-is-2d (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-basis-is-2d) (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-basis-knot-vector (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-basis-knot-vector) (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-basis-num-wrap-control-points (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-basis-num-wrap-control-points) (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-basis-order (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-basis-order) (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-basis-spans (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-basis-spans) (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-basis-t-max (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-basis-t-max) (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-basis-t-min (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-basis-t-min) (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-basis-topology (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-basis-topology) (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-basis-valid (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-basis-valid) (pointer-to-nurbs-basis)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-curve-basis (pointer-to-nurbs-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-curve-basis) (pointer-to-nurbs-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-curve-control-points (pointer-to-nurbs-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-curve-control-points) (pointer-to-nurbs-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-curve-element (pointer-to-nurbs-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-curve-element) (pointer-to-nurbs-curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-surface-basis-u (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-surface-basis-u) (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-surface-basis-v (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-surface-basis-v) (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-surface-control-points (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-surface-control-points) (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-surface-element (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-surface-element) (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-surface-flip-normals (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-surface-flip-normals) (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-surface-material (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-surface-material) (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-surface-num-control-points-u (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-surface-num-control-points-u) (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-surface-num-control-points-v (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-surface-num-control-points-v) (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-surface-span-subdivision-u (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-surface-span-subdivision-u) (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-surface-span-subdivision-v (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-surface-span-subdivision-v) (pointer-to-nurbs-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-trim-boundary-element (pointer-to-nurbs-trim-boundary)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-trim-boundary-element) (pointer-to-nurbs-trim-boundary)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: nurbs-trim-surface-element (pointer-to-nurbs-trim-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf nurbs-trim-surface-element) (pointer-to-nurbs-trim-surface)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-file (stream path path_len)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-file-cb-fn (pointer-to-open-file-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf open-file-cb-fn) (pointer-to-open-file-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-file-cb-user (pointer-to-open-file-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf open-file-cb-user) (pointer-to-open-file-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-file-info-original-filename (pointer-to-open-file-info)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf open-file-info-original-filename) (pointer-to-open-file-info)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-file-info-temp-allocator (pointer-to-open-file-info)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf open-file-info-temp-allocator) (pointer-to-open-file-info)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-file-info-type (pointer-to-open-file-info)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf open-file-info-type) (pointer-to-open-file-info)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-memory (stream data data_size opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-memory-opts--begin-zero (pointer-to-open-memory-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf open-memory-opts--begin-zero) (pointer-to-open-memory-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-memory-opts--end-zero (pointer-to-open-memory-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf open-memory-opts--end-zero) (pointer-to-open-memory-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-memory-opts-allocator (pointer-to-open-memory-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf open-memory-opts-allocator) (pointer-to-open-memory-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-memory-opts-close-cb (pointer-to-open-memory-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf open-memory-opts-close-cb) (pointer-to-open-memory-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: open-memory-opts-no-copy (pointer-to-open-memory-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf open-memory-opts-no-copy) (pointer-to-open-memory-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: panic-did-panic (pointer-to-panic)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf panic-did-panic) (pointer-to-panic)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: panic-message (pointer-to-panic)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf panic-message) (pointer-to-panic)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: panic-message-length (pointer-to-panic)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf panic-message-length) (pointer-to-panic)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: parse (source &rest args)

Parses an FBX file from the given source.

SOURCE may be one of:
STRING — A native namestring
PATHNAME — A file designator
STREAM — An octet-stream
When the file is FREEd, the stream is closed as well. VECTOR — An octet-vector
You may pass :STATIC-VECTOR T if the vector is a static-vector, in which case the vector’s data is used directly. Otherwise the data is copied to a C memory region.
CFFI:FOREIGN-POINTER — A pointer to the memory area
You must also pass :DATA-SIZE designating the number of octets the memory region encompasses. You may also pass :DEALLOCATE T to hand over the ownership of the memory region and cause FREE of the result to free the memory region as well.

Returns an FBX-FILE if successful and signals an FBX-ERROR otherwise.

Please see LOAD-OPTS for the available arguments. Any LOAD-OPTS slot may be specified as a keyword argument.

See FBX-FILE (type)
See FBX-ERROR (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

file.lisp.

Function: pose-bind-pose (pointer-to-pose)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf pose-bind-pose) (pointer-to-pose)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: pose-bone-poses (pointer-to-pose)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf pose-bone-poses) (pointer-to-pose)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: pose-element (pointer-to-pose)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf pose-element) (pointer-to-pose)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prepare-prop-overrides (retval overrides num_overrides)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: procedural-geometry-element (pointer-to-procedural-geometry)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf procedural-geometry-element) (pointer-to-procedural-geometry)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: progress-bytes-read (pointer-to-progress)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf progress-bytes-read) (pointer-to-progress)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: progress-bytes-total (pointer-to-progress)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf progress-bytes-total) (pointer-to-progress)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: progress-cb-fn (pointer-to-progress-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf progress-cb-fn) (pointer-to-progress-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: progress-cb-user (pointer-to-progress-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf progress-cb-user) (pointer-to-progress-cb)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop--internal-key (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop--internal-key) (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-flags (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-flags) (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-name (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-name) (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-override--internal-key (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-override--internal-key) (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-override-element-id (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-override-element-id) (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-override-prop-name (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-override-prop-name) (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-override-value (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-override-value) (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-override-value-int (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-override-value-int) (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-override-value-str (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-override-value-str) (pointer-to-prop-override)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-type (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-type) (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-value-blob (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-value-blob) (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-value-int (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-value-int) (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-value-str (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-value-str) (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: prop-value-vec4 (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf prop-value-vec4) (pointer-to-prop)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: props-defaults (pointer-to-props)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf props-defaults) (pointer-to-props)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: props-num-animated (pointer-to-props)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf props-num-animated) (pointer-to-props)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: props-props (pointer-to-props)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf props-props) (pointer-to-props)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: quat-dot (a b)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: quat-fix-antipodal (retval q reference)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: quat-mul (retval a b)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: quat-normalize (retval q)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: quat-rotate-vec3 (retval q v)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: quat-slerp (retval a b time)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: quat-to-euler (retval q order)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: quat-w (pointer-to-quat)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf quat-w) (pointer-to-quat)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: quat-x (pointer-to-quat)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf quat-x) (pointer-to-quat)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: quat-y (pointer-to-quat)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf quat-y) (pointer-to-quat)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: quat-z (pointer-to-quat)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf quat-z) (pointer-to-quat)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: read-geometry-cache-real (frame data num_data opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: read-geometry-cache-vec3 (frame data num_data opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: retain-geometry-cache (cache)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: retain-line-curve (curve)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: retain-mesh (mesh)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: retain-scene (scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: sample-geometry-cache-real (channel time data num_data opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: sample-geometry-cache-vec3 (channel time data num_data opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-anim (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-anim) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-anim-curves (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-anim-curves) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-anim-layers (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-anim-layers) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-anim-stacks (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-anim-stacks) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-anim-values (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-anim-values) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-blend-channels (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-blend-channels) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-blend-deformers (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-blend-deformers) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-blend-shapes (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-blend-shapes) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-bones (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-bones) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-cache-deformers (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-cache-deformers) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-cache-files (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-cache-files) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-camera-switchers (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-camera-switchers) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-cameras (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-cameras) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-characters (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-characters) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-combined-anim (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-combined-anim) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-connections-dst (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-connections-dst) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-connections-src (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-connections-src) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-constraints (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-constraints) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-display-layers (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-display-layers) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-dom-root (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-dom-root) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-elements (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-elements) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-elements-by-name (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-elements-by-name) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-empties (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-empties) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-lights (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-lights) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-line-curves (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-line-curves) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-lod-groups (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-lod-groups) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-markers (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-markers) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-materials (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-materials) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-meshes (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-meshes) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-metadata (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-metadata) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-metadata-objects (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-metadata-objects) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-nodes (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-nodes) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-nurbs-curves (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-nurbs-curves) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-nurbs-surfaces (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-nurbs-surfaces) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-nurbs-trim-boundaries (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-nurbs-trim-boundaries) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-nurbs-trim-surfaces (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-nurbs-trim-surfaces) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-poses (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-poses) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-procedural-geometries (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-procedural-geometries) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-root-node (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-root-node) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-selection-nodes (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-selection-nodes) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-selection-sets (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-selection-sets) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings-ambient-color (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings-ambient-color) (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings-axes (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings-axes) (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings-default-camera (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings-default-camera) (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings-frames-per-second (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings-frames-per-second) (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings-original-axis-up (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings-original-axis-up) (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings-original-unit-meters (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings-original-unit-meters) (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings-props (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings-props) (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings-snap-mode (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings-snap-mode) (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings-time-mode (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings-time-mode) (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings-time-protocol (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings-time-protocol) (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-settings-unit-meters (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-settings-unit-meters) (pointer-to-scene-settings)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-shader-bindings (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-shader-bindings) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-shaders (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-shaders) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-skin-clusters (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-skin-clusters) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-skin-deformers (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-skin-deformers) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-stereo-cameras (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-stereo-cameras) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-texture-files (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-texture-files) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-textures (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-textures) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-unknowns (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-unknowns) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: scene-videos (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf scene-videos) (pointer-to-scene)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: selection-node-edges (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf selection-node-edges) (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: selection-node-element (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf selection-node-element) (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: selection-node-faces (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf selection-node-faces) (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: selection-node-include-node (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf selection-node-include-node) (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: selection-node-target-mesh (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf selection-node-target-mesh) (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: selection-node-target-node (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf selection-node-target-node) (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: selection-node-vertices (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf selection-node-vertices) (pointer-to-selection-node)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: selection-set-element (pointer-to-selection-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf selection-set-element) (pointer-to-selection-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: selection-set-nodes (pointer-to-selection-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf selection-set-nodes) (pointer-to-selection-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-binding-element (pointer-to-shader-binding)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-binding-element) (pointer-to-shader-binding)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-binding-prop-bindings (pointer-to-shader-binding)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-binding-prop-bindings) (pointer-to-shader-binding)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-bindings (pointer-to-shader)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-bindings) (pointer-to-shader)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-element (pointer-to-shader)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-element) (pointer-to-shader)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-prop-binding-material-prop (pointer-to-shader-prop-binding)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-prop-binding-material-prop) (pointer-to-shader-prop-binding)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-prop-binding-shader-prop (pointer-to-shader-prop-binding)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-prop-binding-shader-prop) (pointer-to-shader-prop-binding)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-input-name (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-input-name) (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-input-prop (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-input-prop) (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-input-texture (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-input-texture) (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-input-texture-enabled (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-input-texture-enabled) (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-input-texture-enabled-prop (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-input-texture-enabled-prop) (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-input-texture-output-index (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-input-texture-output-index) (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-input-texture-prop (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-input-texture-prop) (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-input-value-blob (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-input-value-blob) (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-input-value-int (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-input-value-int) (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-input-value-str (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-input-value-str) (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-input-value-vec4 (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-input-value-vec4) (pointer-to-shader-texture-input)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-inputs (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-inputs) (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-main-texture (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-main-texture) (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-main-texture-output-index (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-main-texture-output-index) (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-prop-prefix (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-prop-prefix) (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-raw-shader-source (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-raw-shader-source) (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-shader-name (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-shader-name) (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-shader-source (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-shader-source) (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-shader-type-id (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-shader-type-id) (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-texture-type (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-texture-type) (pointer-to-shader-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shader-type (pointer-to-shader)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf shader-type) (pointer-to-shader)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: shutdown ()

Unloads the foreign library.

See INIT

Package

org.shirakumo.fraf.fbx.

Source

file.lisp.

Function: skin-cluster-bind-to-world (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-cluster-bind-to-world) (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-cluster-bone-node (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-cluster-bone-node) (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-cluster-element (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-cluster-element) (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-cluster-geometry-to-bone (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-cluster-geometry-to-bone) (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-cluster-geometry-to-world (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-cluster-geometry-to-world) (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-cluster-geometry-to-world-transform (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-cluster-geometry-to-world-transform) (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-cluster-mesh-node-to-bone (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-cluster-mesh-node-to-bone) (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-cluster-num-weights (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-cluster-num-weights) (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-cluster-vertices (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-cluster-vertices) (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-cluster-weights (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-cluster-weights) (pointer-to-skin-cluster)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-deformer-clusters (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-deformer-clusters) (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-deformer-dq-vertices (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-deformer-dq-vertices) (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-deformer-dq-weights (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-deformer-dq-weights) (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-deformer-element (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-deformer-element) (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-deformer-max-weights-per-vertex (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-deformer-max-weights-per-vertex) (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-deformer-num-dq-weights (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-deformer-num-dq-weights) (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-deformer-skinning-method (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-deformer-skinning-method) (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-deformer-vertices (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-deformer-vertices) (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-deformer-weights (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-deformer-weights) (pointer-to-skin-deformer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-vertex-dq-weight (pointer-to-skin-vertex)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-vertex-dq-weight) (pointer-to-skin-vertex)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-vertex-num-weights (pointer-to-skin-vertex)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-vertex-num-weights) (pointer-to-skin-vertex)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-vertex-weight-begin (pointer-to-skin-vertex)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-vertex-weight-begin) (pointer-to-skin-vertex)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-weight-cluster-index (pointer-to-skin-weight)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-weight-cluster-index) (pointer-to-skin-weight)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: skin-weight-weight (pointer-to-skin-weight)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf skin-weight-weight) (pointer-to-skin-weight)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: stereo-camera-element (pointer-to-stereo-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf stereo-camera-element) (pointer-to-stereo-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: stereo-camera-left (pointer-to-stereo-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf stereo-camera-left) (pointer-to-stereo-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: stereo-camera-right (pointer-to-stereo-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf stereo-camera-right) (pointer-to-stereo-camera)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: stream-close-fn (pointer-to-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf stream-close-fn) (pointer-to-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: stream-read-fn (pointer-to-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf stream-read-fn) (pointer-to-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: stream-skip-fn (pointer-to-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf stream-skip-fn) (pointer-to-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: stream-user (pointer-to-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf stream-user) (pointer-to-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: string-data (pointer-to-string)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf string-data) (pointer-to-string)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: string-length (pointer-to-string)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf string-length) (pointer-to-string)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-mesh (mesh level opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts--begin-zero (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts--begin-zero) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts--end-zero (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts--end-zero) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-boundary (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-boundary) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-evaluate-skin-weights (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-evaluate-skin-weights) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-evaluate-source-vertices (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-evaluate-source-vertices) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-ignore-normals (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-ignore-normals) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-interpolate-normals (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-interpolate-normals) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-interpolate-tangents (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-interpolate-tangents) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-max-skin-weights (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-max-skin-weights) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-max-source-vertices (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-max-source-vertices) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-result-allocator (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-result-allocator) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-skin-deformer-index (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-skin-deformer-index) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-temp-allocator (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-temp-allocator) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivide-opts-uv-boundary (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivide-opts-uv-boundary) (pointer-to-subdivide-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-result-result-allocs (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-result-result-allocs) (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-result-result-memory-used (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-result-result-memory-used) (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-result-skin-cluster-ranges (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-result-skin-cluster-ranges) (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-result-skin-cluster-weights (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-result-skin-cluster-weights) (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-result-source-vertex-ranges (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-result-source-vertex-ranges) (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-result-source-vertex-weights (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-result-source-vertex-weights) (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-result-temp-allocs (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-result-temp-allocs) (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-result-temp-memory-used (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-result-temp-memory-used) (pointer-to-subdivision-result)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-weight-index (pointer-to-subdivision-weight)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-weight-index) (pointer-to-subdivision-weight)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-weight-range-num-weights (pointer-to-subdivision-weight-range)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-weight-range-num-weights) (pointer-to-subdivision-weight-range)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-weight-range-weight-begin (pointer-to-subdivision-weight-range)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-weight-range-weight-begin) (pointer-to-subdivision-weight-range)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: subdivision-weight-weight (pointer-to-subdivision-weight)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf subdivision-weight-weight) (pointer-to-subdivision-weight)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: surface-point-derivative-u (pointer-to-surface-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf surface-point-derivative-u) (pointer-to-surface-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: surface-point-derivative-v (pointer-to-surface-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf surface-point-derivative-v) (pointer-to-surface-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: surface-point-position (pointer-to-surface-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf surface-point-position) (pointer-to-surface-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: surface-point-valid (pointer-to-surface-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf surface-point-valid) (pointer-to-surface-point)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tangent-dx (pointer-to-tangent)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tangent-dx) (pointer-to-tangent)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tangent-dy (pointer-to-tangent)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tangent-dy) (pointer-to-tangent)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-curve-opts--begin-zero (pointer-to-tessellate-curve-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tessellate-curve-opts--begin-zero) (pointer-to-tessellate-curve-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-curve-opts--end-zero (pointer-to-tessellate-curve-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tessellate-curve-opts--end-zero) (pointer-to-tessellate-curve-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-curve-opts-result-allocator (pointer-to-tessellate-curve-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tessellate-curve-opts-result-allocator) (pointer-to-tessellate-curve-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-curve-opts-span-subdivision (pointer-to-tessellate-curve-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tessellate-curve-opts-span-subdivision) (pointer-to-tessellate-curve-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-curve-opts-temp-allocator (pointer-to-tessellate-curve-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tessellate-curve-opts-temp-allocator) (pointer-to-tessellate-curve-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-nurbs-curve (curve opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-nurbs-surface (surface opts error)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-surface-opts--begin-zero (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tessellate-surface-opts--begin-zero) (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-surface-opts--end-zero (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tessellate-surface-opts--end-zero) (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-surface-opts-result-allocator (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tessellate-surface-opts-result-allocator) (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-surface-opts-span-subdivision-u (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tessellate-surface-opts-span-subdivision-u) (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-surface-opts-span-subdivision-v (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tessellate-surface-opts-span-subdivision-v) (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: tessellate-surface-opts-temp-allocator (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf tessellate-surface-opts-temp-allocator) (pointer-to-tessellate-surface-opts)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-absolute-filename (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-absolute-filename) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-content (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-content) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-element (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-element) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-file-absolute-filename (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-file-absolute-filename) (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-file-content (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-file-content) (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-file-filename (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-file-filename) (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-file-idx (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-file-idx) (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-file-index (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-file-index) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-file-raw-absolute-filename (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-file-raw-absolute-filename) (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-file-raw-filename (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-file-raw-filename) (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-file-raw-relative-filename (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-file-raw-relative-filename) (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-file-relative-filename (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-file-relative-filename) (pointer-to-texture-file)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-file-textures (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-file-textures) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-filename (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-filename) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-has-file (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-has-file) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-has-uv-transform (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-has-uv-transform) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-layer-alpha (pointer-to-texture-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-layer-alpha) (pointer-to-texture-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-layer-blend-mode (pointer-to-texture-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-layer-blend-mode) (pointer-to-texture-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-layer-texture (pointer-to-texture-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-layer-texture) (pointer-to-texture-layer)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-layers (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-layers) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-raw-absolute-filename (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-raw-absolute-filename) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-raw-filename (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-raw-filename) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-raw-relative-filename (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-raw-relative-filename) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-relative-filename (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-relative-filename) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-shader (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-shader) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-texture-to-uv (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-texture-to-uv) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-type (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-type) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-uv-set (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-uv-set) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-uv-to-texture (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-uv-to-texture) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-uv-transform (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-uv-transform) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-video (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-video) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-wrap-u (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-wrap-u) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: texture-wrap-v (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf texture-wrap-v) (pointer-to-texture)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: topo-edge-edge (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf topo-edge-edge) (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: topo-edge-face (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf topo-edge-face) (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: topo-edge-flags (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf topo-edge-flags) (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: topo-edge-index (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf topo-edge-index) (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: topo-edge-next (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf topo-edge-next) (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: topo-edge-prev (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf topo-edge-prev) (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: topo-edge-twin (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf topo-edge-twin) (pointer-to-topo-edge)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: topo-next-vertex-edge (panic topo num_topo index)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: topo-prev-vertex-edge (panic topo num_topo index)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: transform-direction (retval m v)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: transform-position (retval m v)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: transform-rotation (pointer-to-transform)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf transform-rotation) (pointer-to-transform)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: transform-scale (pointer-to-transform)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf transform-scale) (pointer-to-transform)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: transform-to-matrix (retval transform)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: transform-translation (pointer-to-transform)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf transform-translation) (pointer-to-transform)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: triangulate-face (indices num_indices mesh face)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: unknown-element (pointer-to-unknown)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf unknown-element) (pointer-to-unknown)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: unknown-sub-type (pointer-to-unknown)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf unknown-sub-type) (pointer-to-unknown)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: unknown-super-type (pointer-to-unknown)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf unknown-super-type) (pointer-to-unknown)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: unknown-type (pointer-to-unknown)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf unknown-type) (pointer-to-unknown)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: update (wrapper &rest args)

Update the object’s fields using a plist.

This is equivalent to calling SETF on each field in turn, just using keyword arguments.

You may also instead use REINITIALIZE-INSTANCE to achieve the same.

See WRAPPER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Function: uv-set-index (pointer-to-uv-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf uv-set-index) (pointer-to-uv-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: uv-set-name (pointer-to-uv-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf uv-set-name) (pointer-to-uv-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: uv-set-vertex-bitangent (pointer-to-uv-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf uv-set-vertex-bitangent) (pointer-to-uv-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: uv-set-vertex-tangent (pointer-to-uv-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf uv-set-vertex-tangent) (pointer-to-uv-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: uv-set-vertex-uv (pointer-to-uv-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf uv-set-vertex-uv) (pointer-to-uv-set)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vec2-x (pointer-to-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vec2-x) (pointer-to-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vec2-y (pointer-to-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vec2-y) (pointer-to-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vec3-x (pointer-to-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vec3-x) (pointer-to-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vec3-y (pointer-to-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vec3-y) (pointer-to-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vec3-z (pointer-to-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vec3-z) (pointer-to-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vec4-w (pointer-to-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vec4-w) (pointer-to-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vec4-x (pointer-to-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vec4-x) (pointer-to-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vec4-y (pointer-to-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vec4-y) (pointer-to-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vec4-z (pointer-to-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vec4-z) (pointer-to-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-attrib-exists (pointer-to-vertex-attrib)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-attrib-exists) (pointer-to-vertex-attrib)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-attrib-indices (pointer-to-vertex-attrib)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-attrib-indices) (pointer-to-vertex-attrib)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-attrib-unique-per-vertex (pointer-to-vertex-attrib)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-attrib-unique-per-vertex) (pointer-to-vertex-attrib)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-attrib-value-reals (pointer-to-vertex-attrib)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-attrib-value-reals) (pointer-to-vertex-attrib)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-attrib-values (pointer-to-vertex-attrib)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-attrib-values) (pointer-to-vertex-attrib)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-real-exists (pointer-to-vertex-real)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-real-exists) (pointer-to-vertex-real)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-real-indices (pointer-to-vertex-real)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-real-indices) (pointer-to-vertex-real)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-real-unique-per-vertex (pointer-to-vertex-real)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-real-unique-per-vertex) (pointer-to-vertex-real)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-real-value-reals (pointer-to-vertex-real)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-real-value-reals) (pointer-to-vertex-real)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-real-values (pointer-to-vertex-real)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-real-values) (pointer-to-vertex-real)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-stream-data (pointer-to-vertex-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-stream-data) (pointer-to-vertex-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-stream-vertex-size (pointer-to-vertex-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-stream-vertex-size) (pointer-to-vertex-stream)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec2-exists (pointer-to-vertex-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec2-exists) (pointer-to-vertex-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec2-indices (pointer-to-vertex-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec2-indices) (pointer-to-vertex-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec2-unique-per-vertex (pointer-to-vertex-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec2-unique-per-vertex) (pointer-to-vertex-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec2-value-reals (pointer-to-vertex-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec2-value-reals) (pointer-to-vertex-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec2-values (pointer-to-vertex-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec2-values) (pointer-to-vertex-vec2)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec3-exists (pointer-to-vertex-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec3-exists) (pointer-to-vertex-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec3-indices (pointer-to-vertex-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec3-indices) (pointer-to-vertex-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec3-unique-per-vertex (pointer-to-vertex-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec3-unique-per-vertex) (pointer-to-vertex-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec3-value-reals (pointer-to-vertex-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec3-value-reals) (pointer-to-vertex-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec3-values (pointer-to-vertex-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec3-values) (pointer-to-vertex-vec3)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec4-exists (pointer-to-vertex-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec4-exists) (pointer-to-vertex-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec4-indices (pointer-to-vertex-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec4-indices) (pointer-to-vertex-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec4-unique-per-vertex (pointer-to-vertex-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec4-unique-per-vertex) (pointer-to-vertex-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec4-value-reals (pointer-to-vertex-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec4-value-reals) (pointer-to-vertex-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: vertex-vec4-values (pointer-to-vertex-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf vertex-vec4-values) (pointer-to-vertex-vec4)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: video-absolute-filename (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf video-absolute-filename) (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: video-content (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf video-content) (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: video-element (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf video-element) (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: video-filename (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf video-filename) (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: video-raw-absolute-filename (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf video-raw-absolute-filename) (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: video-raw-filename (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf video-raw-filename) (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: video-raw-relative-filename (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf video-raw-relative-filename) (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: video-relative-filename (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf video-relative-filename) (pointer-to-video)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: warning-count (pointer-to-warning)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf warning-count) (pointer-to-warning)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: warning-description (pointer-to-warning)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf warning-description) (pointer-to-warning)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: warning-type (pointer-to-warning)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: (setf warning-type) (pointer-to-warning)
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Function: wrap-foreign-vector (ptr lisp-type foreign-type)

Wrap the handle in a FOREIGN-VECTOR instance.

See FOREIGN-VECTOR (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.


5.1.6 Generic functions

Generic Function: -begin-zero (wrapper)

Access the FBX:-BEGIN-ZERO slot

For GEOMETRY-CACHE-DATA-OPTS returns a INTEGER For GEOMETRY-CACHE-OPTS returns a INTEGER For SUBDIVIDE-OPTS returns a INTEGER
For TESSELLATE-SURFACE-OPTS returns a INTEGER For TESSELLATE-CURVE-OPTS returns a INTEGER For EVALUATE-OPTS returns a INTEGER
For LOAD-OPTS returns a INTEGER

See INTEGER (type)
See GEOMETRY-CACHE-DATA-OPTS (type)
See GEOMETRY-CACHE-OPTS (type)
See SUBDIVIDE-OPTS (type)
See TESSELLATE-SURFACE-OPTS (type)
See TESSELLATE-CURVE-OPTS (type)
See EVALUATE-OPTS (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: -begin-zero ((wrapper geometry-cache-data-opts))
Method: -begin-zero ((wrapper geometry-cache-opts))
Method: -begin-zero ((wrapper subdivide-opts))
Method: -begin-zero ((wrapper tessellate-surface-opts))
Method: -begin-zero ((wrapper tessellate-curve-opts))
Method: -begin-zero ((wrapper evaluate-opts))
Method: -begin-zero ((wrapper load-opts))
Generic Function: (setf -begin-zero) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf -begin-zero) ((wrapper geometry-cache-data-opts))
Source

wrapper.lisp.

Method: (setf -begin-zero) ((wrapper geometry-cache-opts))
Source

wrapper.lisp.

Method: (setf -begin-zero) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Method: (setf -begin-zero) ((wrapper tessellate-surface-opts))
Source

wrapper.lisp.

Method: (setf -begin-zero) ((wrapper tessellate-curve-opts))
Source

wrapper.lisp.

Method: (setf -begin-zero) ((wrapper evaluate-opts))
Source

wrapper.lisp.

Method: (setf -begin-zero) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: -element-id-bitmask (wrapper)

Access the FBX:-ELEMENT-ID-BITMASK slot

For ANIM-LAYER returns a INTEGER

See INTEGER (type)
See ANIM-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: -element-id-bitmask ((wrapper anim-layer))
Generic Function: (setf -element-id-bitmask) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf -element-id-bitmask) ((wrapper anim-layer))
Source

wrapper.lisp.

Generic Function: -end-zero (wrapper)

Access the FBX:-END-ZERO slot

For GEOMETRY-CACHE-DATA-OPTS returns a INTEGER For GEOMETRY-CACHE-OPTS returns a INTEGER For SUBDIVIDE-OPTS returns a INTEGER
For TESSELLATE-SURFACE-OPTS returns a INTEGER For TESSELLATE-CURVE-OPTS returns a INTEGER For EVALUATE-OPTS returns a INTEGER
For LOAD-OPTS returns a INTEGER

See INTEGER (type)
See GEOMETRY-CACHE-DATA-OPTS (type)
See GEOMETRY-CACHE-OPTS (type)
See SUBDIVIDE-OPTS (type)
See TESSELLATE-SURFACE-OPTS (type)
See TESSELLATE-CURVE-OPTS (type)
See EVALUATE-OPTS (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: -end-zero ((wrapper geometry-cache-data-opts))
Method: -end-zero ((wrapper geometry-cache-opts))
Method: -end-zero ((wrapper subdivide-opts))
Method: -end-zero ((wrapper tessellate-surface-opts))
Method: -end-zero ((wrapper tessellate-curve-opts))
Method: -end-zero ((wrapper evaluate-opts))
Method: -end-zero ((wrapper load-opts))
Generic Function: (setf -end-zero) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf -end-zero) ((wrapper geometry-cache-data-opts))
Source

wrapper.lisp.

Method: (setf -end-zero) ((wrapper geometry-cache-opts))
Source

wrapper.lisp.

Method: (setf -end-zero) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Method: (setf -end-zero) ((wrapper tessellate-surface-opts))
Source

wrapper.lisp.

Method: (setf -end-zero) ((wrapper tessellate-curve-opts))
Source

wrapper.lisp.

Method: (setf -end-zero) ((wrapper evaluate-opts))
Source

wrapper.lisp.

Method: (setf -end-zero) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: -internal-key (wrapper)

Access the FBX:-INTERNAL-KEY slot

For NAME-ELEMENT returns a INTEGER For ANIM-PROP returns a INTEGER For PROP-OVERRIDE returns a INTEGER For PROP returns a INTEGER

See INTEGER (type)
See NAME-ELEMENT (type)
See ANIM-PROP (type)
See PROP-OVERRIDE (type)
See PROP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: -internal-key ((wrapper name-element))
Method: -internal-key ((wrapper anim-prop))
Method: -internal-key ((wrapper prop-override))
Method: -internal-key ((wrapper prop))
Generic Function: (setf -internal-key) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf -internal-key) ((wrapper name-element))
Source

wrapper.lisp.

Method: (setf -internal-key) ((wrapper anim-prop))
Source

wrapper.lisp.

Method: (setf -internal-key) ((wrapper prop-override))
Source

wrapper.lisp.

Method: (setf -internal-key) ((wrapper prop))
Source

wrapper.lisp.

Generic Function: -max-element-id (wrapper)

Access the FBX:-MAX-ELEMENT-ID slot

For ANIM-LAYER returns a INTEGER

See INTEGER (type)
See ANIM-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: -max-element-id ((wrapper anim-layer))
Generic Function: (setf -max-element-id) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf -max-element-id) ((wrapper anim-layer))
Source

wrapper.lisp.

Generic Function: -min-element-id (wrapper)

Access the FBX:-MIN-ELEMENT-ID slot

For ANIM-LAYER returns a INTEGER

See INTEGER (type)
See ANIM-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: -min-element-id ((wrapper anim-layer))
Generic Function: (setf -min-element-id) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf -min-element-id) ((wrapper anim-layer))
Source

wrapper.lisp.

Generic Function: a (wrapper)

Access the FBX:A slot

For EDGE returns a INTEGER

See INTEGER (type)
See EDGE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: a ((wrapper edge))
Generic Function: (setf a) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf a) ((wrapper edge))
Source

wrapper.lisp.

Generic Function: absolute-filename (wrapper)

Access the FBX:ABSOLUTE-FILENAME slot

For VIDEO returns a STRING
For TEXTURE returns a STRING
For TEXTURE-FILE returns a STRING For CACHE-FILE returns a STRING

See STRING (type)
See VIDEO (type)
See TEXTURE (type)
See TEXTURE-FILE (type)
See CACHE-FILE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: absolute-filename ((wrapper video))
Method: absolute-filename ((wrapper texture))
Method: absolute-filename ((wrapper texture-file))
Method: absolute-filename ((wrapper cache-file))
Generic Function: (setf absolute-filename) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf absolute-filename) ((wrapper video))
Source

wrapper.lisp.

Method: (setf absolute-filename) ((wrapper texture))
Source

wrapper.lisp.

Method: (setf absolute-filename) ((wrapper texture-file))
Source

wrapper.lisp.

Method: (setf absolute-filename) ((wrapper cache-file))
Source

wrapper.lisp.

Generic Function: active (wrapper)

Access the FBX:ACTIVE slot

For CONSTRAINT returns a BOOLEAN

See BOOLEAN (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: active ((wrapper constraint))
Generic Function: (setf active) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf active) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: add-offsets (shape vertices weight)

Add weighted vertices to the deformer.

VERTICES should be a vector of SINGLE-FLOATs where each vector is packed as three floats.

See BLEND-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: add-offsets ((shape blend-deformer) vertices weight)
Source

wrapper.lisp.

Method: add-offsets ((shape blend-shape) vertices weight)
Source

wrapper.lisp.

Generic Function: additive (wrapper)

Access the FBX:ADDITIVE slot

For GEOMETRY-CACHE-DATA-OPTS returns a BOOLEAN For ANIM-LAYER returns a BOOLEAN

See BOOLEAN (type)
See GEOMETRY-CACHE-DATA-OPTS (type)
See ANIM-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: additive ((wrapper geometry-cache-data-opts))
Method: additive ((wrapper anim-layer))
Generic Function: (setf additive) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf additive) ((wrapper geometry-cache-data-opts))
Source

wrapper.lisp.

Method: (setf additive) ((wrapper anim-layer))
Source

wrapper.lisp.

Generic Function: adjust-post-rotation (wrapper)

Access the FBX:ADJUST-POST-ROTATION slot

For NODE returns a QUAT

See QUAT (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: adjust-post-rotation ((wrapper node))
Generic Function: (setf adjust-post-rotation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf adjust-post-rotation) ((wrapper node))
Source

wrapper.lisp.

Generic Function: adjust-pre-rotation (wrapper)

Access the FBX:ADJUST-PRE-ROTATION slot

For NODE returns a QUAT

See QUAT (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: adjust-pre-rotation ((wrapper node))
Generic Function: (setf adjust-pre-rotation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf adjust-pre-rotation) ((wrapper node))
Source

wrapper.lisp.

Generic Function: adjust-pre-scale (wrapper)

Access the FBX:ADJUST-PRE-SCALE slot

For NODE returns a VEC3

See VEC3 (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: adjust-pre-scale ((wrapper node))
Generic Function: (setf adjust-pre-scale) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf adjust-pre-scale) ((wrapper node))
Source

wrapper.lisp.

Generic Function: aim-up-node (wrapper)

Access the FBX:AIM-UP-NODE slot

For CONSTRAINT returns a NODE

See NODE (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: aim-up-node ((wrapper constraint))
Generic Function: (setf aim-up-node) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf aim-up-node) ((wrapper constraint))
Source

wrapper.lisp.

Method: (setf aim-up-node) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: aim-up-type (wrapper)

Access the FBX:AIM-UP-TYPE slot

For CONSTRAINT returns a FBX:AIM-UP-TYPE

See AIM-UP-TYPE (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: aim-up-type ((wrapper constraint))
Generic Function: (setf aim-up-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf aim-up-type) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: aim-up-vector (wrapper)

Access the FBX:AIM-UP-VECTOR slot

For CONSTRAINT returns a VEC3

See VEC3 (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: aim-up-vector ((wrapper constraint))
Generic Function: (setf aim-up-vector) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf aim-up-vector) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: aim-vector (wrapper)

Access the FBX:AIM-VECTOR slot

For CONSTRAINT returns a VEC3

See VEC3 (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: aim-vector ((wrapper constraint))
Generic Function: (setf aim-vector) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf aim-vector) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: all-attribs (wrapper)

Access the FBX:ALL-ATTRIBS slot

For NODE returns a FOREIGN-VECTOR (ELEMENT)

See FOREIGN-VECTOR (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: all-attribs ((wrapper node))
Generic Function: (setf all-attribs) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf all-attribs) ((wrapper node))
Source

wrapper.lisp.

Generic Function: all-deformers (wrapper)

Access the FBX:ALL-DEFORMERS slot

For MESH returns a FOREIGN-VECTOR (ELEMENT)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: all-deformers ((wrapper mesh))
Generic Function: (setf all-deformers) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf all-deformers) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: allocate (allocator size)

Allocate a memory region of the given size.

Should return a CFFI:FOREIGN-POINTER.
A failure can be indicated by returning a null pointer.

See ALLOCATOR (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Generic Reader: allocation-limit (object)

Accesses the maximum number of allocations that can be performed.

See ALLOCATOR (type)

Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: allocation-limit ((allocator allocator))

automatically generated reader method

Source

wrapper.lisp.

Target Slot

allocation-limit.

Generic Writer: (setf allocation-limit) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf allocation-limit) ((allocator allocator))

automatically generated writer method

Source

wrapper.lisp.

Target Slot

allocation-limit.

Generic Function: allow-empty-faces (wrapper)

Access the FBX:ALLOW-EMPTY-FACES slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: allow-empty-faces ((wrapper load-opts))
Generic Function: (setf allow-empty-faces) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf allow-empty-faces) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: allow-missing-vertex-position (wrapper)

Access the FBX:ALLOW-MISSING-VERTEX-POSITION slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: allow-missing-vertex-position ((wrapper load-opts))
Generic Function: (setf allow-missing-vertex-position) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf allow-missing-vertex-position) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: allow-nodes-out-of-root (wrapper)

Access the FBX:ALLOW-NODES-OUT-OF-ROOT slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: allow-nodes-out-of-root ((wrapper load-opts))
Generic Function: (setf allow-nodes-out-of-root) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf allow-nodes-out-of-root) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: allow-null-material (wrapper)

Access the FBX:ALLOW-NULL-MATERIAL slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: allow-null-material ((wrapper load-opts))
Generic Function: (setf allow-null-material) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf allow-null-material) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: allow-unsafe (wrapper)

Access the FBX:ALLOW-UNSAFE slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: allow-unsafe ((wrapper load-opts))
Generic Function: (setf allow-unsafe) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf allow-unsafe) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: alpha (wrapper)

Access the FBX:ALPHA slot

For TEXTURE-LAYER returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See TEXTURE-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: alpha ((wrapper texture-layer))
Generic Function: (setf alpha) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf alpha) ((wrapper texture-layer))
Source

wrapper.lisp.

Generic Function: ambient-color (wrapper)

Access the FBX:AMBIENT-COLOR slot

For SCENE-SETTINGS returns a VEC3
For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See VEC3 (type)
See MATERIAL-MAP (type)
See SCENE-SETTINGS (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ambient-color ((wrapper scene-settings))
Method: ambient-color ((wrapper material-fbx-maps))
Generic Function: (setf ambient-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ambient-color) ((wrapper scene-settings))
Source

wrapper.lisp.

Method: (setf ambient-color) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: ambient-factor (wrapper)

Access the FBX:AMBIENT-FACTOR slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ambient-factor ((wrapper material-fbx-maps))
Generic Function: (setf ambient-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ambient-factor) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: ambient-occlusion (wrapper)

Access the FBX:AMBIENT-OCCLUSION slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-MAP (type)
See MATERIAL-FEATURES (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ambient-occlusion ((wrapper material-features))
Method: ambient-occlusion ((wrapper material-pbr-maps))
Generic Function: (setf ambient-occlusion) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ambient-occlusion) ((wrapper material-features))
Source

wrapper.lisp.

Method: (setf ambient-occlusion) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: anim (wrapper)

Access the FBX:ANIM slot

For SCENE returns a ANIM For ANIM-LAYER returns a ANIM For ANIM-STACK returns a ANIM

See ANIM (type)
See SCENE (type)
See ANIM-LAYER (type)
See ANIM-STACK (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: anim ((wrapper scene))
Method: anim ((wrapper anim-layer))
Method: anim ((wrapper anim-stack))
Generic Function: (setf anim) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf anim) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf anim) ((wrapper anim-layer))
Source

wrapper.lisp.

Method: (setf anim) ((wrapper anim-stack))
Source

wrapper.lisp.

Generic Function: anim-curves (wrapper)

Access the FBX:ANIM-CURVES slot

For SCENE returns a FOREIGN-VECTOR (ANIM-CURVE)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: anim-curves ((wrapper scene))
Generic Function: (setf anim-curves) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf anim-curves) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: anim-layers (wrapper)

Access the FBX:ANIM-LAYERS slot

For SCENE returns a FOREIGN-VECTOR (ANIM-LAYER)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: anim-layers ((wrapper scene))
Generic Function: (setf anim-layers) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf anim-layers) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: anim-props (wrapper)

Access the FBX:ANIM-PROPS slot

For ANIM-LAYER returns a FOREIGN-VECTOR (ANIM-PROP)

See FOREIGN-VECTOR (type)
See ANIM-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: anim-props ((wrapper anim-layer))
Generic Function: (setf anim-props) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf anim-props) ((wrapper anim-layer))
Source

wrapper.lisp.

Generic Function: anim-stacks (wrapper)

Access the FBX:ANIM-STACKS slot

For SCENE returns a FOREIGN-VECTOR (ANIM-STACK)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: anim-stacks ((wrapper scene))
Generic Function: (setf anim-stacks) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf anim-stacks) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: anim-value (wrapper)

Access the FBX:ANIM-VALUE slot

For ANIM-PROP returns a ANIM-VALUE

See ANIM-VALUE (type)
See ANIM-PROP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: anim-value ((wrapper anim-prop))
Generic Function: (setf anim-value) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf anim-value) ((wrapper anim-prop))
Source

wrapper.lisp.

Method: (setf anim-value) ((wrapper anim-prop))
Source

wrapper.lisp.

Generic Function: anim-values (wrapper)

Access the FBX:ANIM-VALUES slot

For SCENE returns a FOREIGN-VECTOR (ANIM-VALUE) For ANIM-LAYER returns a FOREIGN-VECTOR (ANIM-VALUE)

See FOREIGN-VECTOR (type)
See SCENE (type)
See ANIM-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: anim-values ((wrapper scene))
Method: anim-values ((wrapper anim-layer))
Generic Function: (setf anim-values) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf anim-values) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf anim-values) ((wrapper anim-layer))
Source

wrapper.lisp.

Generic Function: animation-ignored (wrapper)

Access the FBX:ANIMATION-IGNORED slot

For METADATA returns a BOOLEAN

See BOOLEAN (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: animation-ignored ((wrapper metadata))
Generic Function: (setf animation-ignored) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf animation-ignored) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: aperture-format (wrapper)

Access the FBX:APERTURE-FORMAT slot

For CAMERA returns a FBX:APERTURE-FORMAT

See APERTURE-FORMAT (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: aperture-format ((wrapper camera))
Generic Function: (setf aperture-format) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf aperture-format) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: aperture-mode (wrapper)

Access the FBX:APERTURE-MODE slot

For CAMERA returns a FBX:APERTURE-MODE

See APERTURE-MODE (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: aperture-mode ((wrapper camera))
Generic Function: (setf aperture-mode) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf aperture-mode) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: aperture-size-inch (wrapper)

Access the FBX:APERTURE-SIZE-INCH slot

For CAMERA returns a VEC2

See VEC2 (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: aperture-size-inch ((wrapper camera))
Generic Function: (setf aperture-size-inch) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf aperture-size-inch) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: area-shape (wrapper)

Access the FBX:AREA-SHAPE slot

For LIGHT returns a FBX:LIGHT-AREA-SHAPE

See LIGHT-AREA-SHAPE (type)
See LIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: area-shape ((wrapper light))
Generic Function: (setf area-shape) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf area-shape) ((wrapper light))
Source

wrapper.lisp.

Generic Function: ascii (wrapper)

Access the FBX:ASCII slot

For METADATA returns a BOOLEAN

See BOOLEAN (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ascii ((wrapper metadata))
Generic Function: (setf ascii) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ascii) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: aspect-mode (wrapper)

Access the FBX:ASPECT-MODE slot

For CAMERA returns a FBX:ASPECT-MODE

See ASPECT-MODE (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: aspect-mode ((wrapper camera))
Generic Function: (setf aspect-mode) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf aspect-mode) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: aspect-ratio (wrapper)

Access the FBX:ASPECT-RATIO slot

For CAMERA returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: aspect-ratio ((wrapper camera))
Generic Function: (setf aspect-ratio) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf aspect-ratio) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: attrib (wrapper)

Access the FBX:ATTRIB slot

For NODE returns a ELEMENT

See ELEMENT (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: attrib ((wrapper node))
Generic Function: (setf attrib) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf attrib) ((wrapper node))
Source

wrapper.lisp.

Method: (setf attrib) ((wrapper node))
Source

wrapper.lisp.

Generic Function: attrib-type (wrapper)

Access the FBX:ATTRIB-TYPE slot

For NODE returns a FBX:ELEMENT-TYPE

See ELEMENT-TYPE (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: attrib-type ((wrapper node))
Generic Function: (setf attrib-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf attrib-type) ((wrapper node))
Source

wrapper.lisp.

Generic Function: axes (wrapper)

Access the FBX:AXES slot

For SCENE-SETTINGS returns a COORDINATE-AXES

See COORDINATE-AXES (type)
See SCENE-SETTINGS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: axes ((wrapper scene-settings))
Generic Function: (setf axes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf axes) ((wrapper scene-settings))
Source

wrapper.lisp.

Generic Function: b (wrapper)

Access the FBX:B slot

For EDGE returns a INTEGER

See INTEGER (type)
See EDGE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: b ((wrapper edge))
Generic Function: (setf b) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf b) ((wrapper edge))
Source

wrapper.lisp.

Generic Function: base-color (wrapper)

Access the FBX:BASE-COLOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: base-color ((wrapper material-pbr-maps))
Generic Function: (setf base-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf base-color) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: base-factor (wrapper)

Access the FBX:BASE-FACTOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: base-factor ((wrapper material-pbr-maps))
Generic Function: (setf base-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf base-factor) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: basis (wrapper)

Access the FBX:BASIS slot

For NURBS-CURVE returns a NURBS-BASIS

See NURBS-BASIS (type)
See NURBS-CURVE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: basis ((wrapper nurbs-curve))
Generic Function: (setf basis) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf basis) ((wrapper nurbs-curve))
Source

wrapper.lisp.

Generic Function: basis-u (wrapper)

Access the FBX:BASIS-U slot

For NURBS-SURFACE returns a NURBS-BASIS

See NURBS-BASIS (type)
See NURBS-SURFACE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: basis-u ((wrapper nurbs-surface))
Generic Function: (setf basis-u) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf basis-u) ((wrapper nurbs-surface))
Source

wrapper.lisp.

Generic Function: basis-v (wrapper)

Access the FBX:BASIS-V slot

For NURBS-SURFACE returns a NURBS-BASIS

See NURBS-BASIS (type)
See NURBS-SURFACE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: basis-v ((wrapper nurbs-surface))
Generic Function: (setf basis-v) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf basis-v) ((wrapper nurbs-surface))
Source

wrapper.lisp.

Generic Function: big-endian (wrapper)

Access the FBX:BIG-ENDIAN slot

For METADATA returns a BOOLEAN

See BOOLEAN (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: big-endian ((wrapper metadata))
Generic Function: (setf big-endian) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf big-endian) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: bind-pose (wrapper)

Access the FBX:BIND-POSE slot

For POSE returns a BOOLEAN

See BOOLEAN (type)
See POSE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bind-pose ((wrapper pose))
Generic Function: (setf bind-pose) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bind-pose) ((wrapper pose))
Source

wrapper.lisp.

Generic Function: bind-to-world (wrapper)

Access the FBX:BIND-TO-WORLD slot

For SKIN-CLUSTER returns a MATRIX

See MATRIX (type)
See SKIN-CLUSTER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bind-to-world ((wrapper skin-cluster))
Generic Function: (setf bind-to-world) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bind-to-world) ((wrapper skin-cluster))
Source

wrapper.lisp.

Generic Function: bindings (wrapper)

Access the FBX:BINDINGS slot

For SHADER returns a FOREIGN-VECTOR (SHADER-BINDING)

See FOREIGN-VECTOR (type)
See SHADER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bindings ((wrapper shader))
Generic Function: (setf bindings) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bindings) ((wrapper shader))
Source

wrapper.lisp.

Generic Function: blend-channels (wrapper)

Access the FBX:BLEND-CHANNELS slot

For SCENE returns a FOREIGN-VECTOR (BLEND-CHANNEL)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: blend-channels ((wrapper scene))
Generic Function: (setf blend-channels) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf blend-channels) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: blend-deformers (wrapper)

Access the FBX:BLEND-DEFORMERS slot

For SCENE returns a FOREIGN-VECTOR (BLEND-DEFORMER) For MESH returns a FOREIGN-VECTOR (BLEND-DEFORMER)

See FOREIGN-VECTOR (type)
See SCENE (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: blend-deformers ((wrapper scene))
Method: blend-deformers ((wrapper mesh))
Generic Function: (setf blend-deformers) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf blend-deformers) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf blend-deformers) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: blend-mode (wrapper)

Access the FBX:BLEND-MODE slot

For TEXTURE-LAYER returns a FBX:BLEND-MODE

See BLEND-MODE (type)
See TEXTURE-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: blend-mode ((wrapper texture-layer))
Generic Function: (setf blend-mode) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf blend-mode) ((wrapper texture-layer))
Source

wrapper.lisp.

Generic Function: blend-shapes (wrapper)

Access the FBX:BLEND-SHAPES slot

For SCENE returns a FOREIGN-VECTOR (BLEND-SHAPE)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: blend-shapes ((wrapper scene))
Generic Function: (setf blend-shapes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf blend-shapes) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: blend-vertex-offset (shape index &potional vertex)

Compute the offset for the given blend shape and vertex.

VERTEX should be a 3-element single-float array to hold the vector components. If it is not passed, a vector is allocated and returned for you.

See BLEND-SHAPE (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: blend-vertex-offset ((shape blend-shape) index &potional vertex)
Source

wrapper.lisp.

Generic Function: blended (wrapper)

Access the FBX:BLENDED slot

For ANIM-LAYER returns a BOOLEAN

See BOOLEAN (type)
See ANIM-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: blended ((wrapper anim-layer))
Generic Function: (setf blended) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf blended) ((wrapper anim-layer))
Source

wrapper.lisp.

Generic Function: bone (wrapper)

Access the FBX:BONE slot

For NODE returns a BONE

See BONE (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bone ((wrapper node))
Generic Function: (setf bone) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bone) ((wrapper node))
Source

wrapper.lisp.

Method: (setf bone) ((wrapper node))
Source

wrapper.lisp.

Generic Function: bone-node (wrapper)

Access the FBX:BONE-NODE slot

For BONE-POSE returns a NODE For SKIN-CLUSTER returns a NODE

See NODE (type)
See BONE-POSE (type)
See SKIN-CLUSTER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bone-node ((wrapper bone-pose))
Method: bone-node ((wrapper skin-cluster))
Generic Function: (setf bone-node) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bone-node) ((wrapper bone-pose))
Source

wrapper.lisp.

Method: (setf bone-node) ((wrapper bone-pose))
Source

wrapper.lisp.

Method: (setf bone-node) ((wrapper skin-cluster))
Source

wrapper.lisp.

Method: (setf bone-node) ((wrapper skin-cluster))
Source

wrapper.lisp.

Generic Function: bone-poses (wrapper)

Access the FBX:BONE-POSES slot

For POSE returns a FOREIGN-VECTOR (BONE-POSE)

See FOREIGN-VECTOR (type)
See POSE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bone-poses ((wrapper pose))
Generic Function: (setf bone-poses) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bone-poses) ((wrapper pose))
Source

wrapper.lisp.

Generic Function: bone-prop-limb-length-relative (wrapper)

Access the FBX:BONE-PROP-LIMB-LENGTH-RELATIVE slot

For METADATA returns a BOOLEAN

See BOOLEAN (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bone-prop-limb-length-relative ((wrapper metadata))
Generic Function: (setf bone-prop-limb-length-relative) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bone-prop-limb-length-relative) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: bone-prop-size-unit (wrapper)

Access the FBX:BONE-PROP-SIZE-UNIT slot

For METADATA returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bone-prop-size-unit ((wrapper metadata))
Generic Function: (setf bone-prop-size-unit) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bone-prop-size-unit) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: bone-to-world (wrapper)

Access the FBX:BONE-TO-WORLD slot

For BONE-POSE returns a MATRIX

See MATRIX (type)
See BONE-POSE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bone-to-world ((wrapper bone-pose))
Generic Function: (setf bone-to-world) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bone-to-world) ((wrapper bone-pose))
Source

wrapper.lisp.

Generic Function: bones (wrapper)

Access the FBX:BONES slot

For SCENE returns a FOREIGN-VECTOR (BONE)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bones ((wrapper scene))
Generic Function: (setf bones) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bones) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: boundary (wrapper)

Access the FBX:BOUNDARY slot

For SUBDIVIDE-OPTS returns a FBX:SUBDIVISION-BOUNDARY

See SUBDIVISION-BOUNDARY (type)
See SUBDIVIDE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: boundary ((wrapper subdivide-opts))
Generic Function: (setf boundary) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf boundary) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Generic Function: buffer (wrapper)

Access the FBX:BUFFER slot

For INFLATE-INPUT returns a :POINTER

See POINTER (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Reader Method: buffer ((fbx-file-stream fbx-file-stream))

automatically generated reader method

Source

file.lisp.

Target Slot

buffer.

Method: buffer ((wrapper inflate-input))
Generic Function: (setf buffer) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf buffer) ((fbx-file-stream fbx-file-stream))

automatically generated writer method

Source

file.lisp.

Target Slot

buffer.

Method: (setf buffer) ((wrapper inflate-input))
Source

wrapper.lisp.

Method: (setf buffer) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: buffer-size (wrapper)

Access the FBX:BUFFER-SIZE slot

For INFLATE-INPUT returns a INTEGER

See INTEGER (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: buffer-size ((wrapper inflate-input))
Generic Function: (setf buffer-size) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf buffer-size) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: bump (wrapper)

Access the FBX:BUMP slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bump ((wrapper material-fbx-maps))
Generic Function: (setf bump) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bump) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: bump-factor (wrapper)

Access the FBX:BUMP-FACTOR slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: bump-factor ((wrapper material-fbx-maps))
Generic Function: (setf bump-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf bump-factor) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: cache-deformers (wrapper)

Access the FBX:CACHE-DEFORMERS slot

For SCENE returns a FOREIGN-VECTOR (CACHE-DEFORMER) For MESH returns a FOREIGN-VECTOR (CACHE-DEFORMER)

See FOREIGN-VECTOR (type)
See SCENE (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: cache-deformers ((wrapper scene))
Method: cache-deformers ((wrapper mesh))
Generic Function: (setf cache-deformers) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf cache-deformers) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf cache-deformers) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: cache-files (wrapper)

Access the FBX:CACHE-FILES slot

For SCENE returns a FOREIGN-VECTOR (CACHE-FILE)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: cache-files ((wrapper scene))
Generic Function: (setf cache-files) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf cache-files) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: camera (wrapper)

Access the FBX:CAMERA slot

For NODE returns a CAMERA

See CAMERA (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: camera ((wrapper node))
Generic Function: (setf camera) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf camera) ((wrapper node))
Source

wrapper.lisp.

Method: (setf camera) ((wrapper node))
Source

wrapper.lisp.

Generic Function: camera-switchers (wrapper)

Access the FBX:CAMERA-SWITCHERS slot

For SCENE returns a FOREIGN-VECTOR (CAMERA-SWITCHER)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: camera-switchers ((wrapper scene))
Generic Function: (setf camera-switchers) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf camera-switchers) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: cameras (wrapper)

Access the FBX:CAMERAS slot

For SCENE returns a FOREIGN-VECTOR (CAMERA)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: cameras ((wrapper scene))
Generic Function: (setf cameras) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf cameras) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: cast-light (wrapper)

Access the FBX:CAST-LIGHT slot

For LIGHT returns a BOOLEAN

See BOOLEAN (type)
See LIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: cast-light ((wrapper light))
Generic Function: (setf cast-light) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf cast-light) ((wrapper light))
Source

wrapper.lisp.

Generic Function: cast-shadows (wrapper)

Access the FBX:CAST-SHADOWS slot

For LIGHT returns a BOOLEAN

See BOOLEAN (type)
See LIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: cast-shadows ((wrapper light))
Generic Function: (setf cast-shadows) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf cast-shadows) ((wrapper light))
Source

wrapper.lisp.

Generic Function: caustics (wrapper)

Access the FBX:CAUSTICS slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: caustics ((wrapper material-features))
Generic Function: (setf caustics) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf caustics) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: channel (wrapper)

Access the FBX:CHANNEL slot

For CACHE-DEFORMER returns a STRING For CACHE-FRAME returns a STRING

See STRING (type)
See CACHE-DEFORMER (type)
See CACHE-FRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: channel ((wrapper cache-deformer))
Method: channel ((wrapper cache-frame))
Generic Function: (setf channel) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf channel) ((wrapper cache-deformer))
Source

wrapper.lisp.

Method: (setf channel) ((wrapper cache-frame))
Source

wrapper.lisp.

Generic Function: channels (wrapper)

Access the FBX:CHANNELS slot

For GEOMETRY-CACHE returns a FOREIGN-VECTOR (CACHE-CHANNEL) For BLEND-DEFORMER returns a FOREIGN-VECTOR (BLEND-CHANNEL)

See FOREIGN-VECTOR (type)
See GEOMETRY-CACHE (type)
See BLEND-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: channels ((wrapper geometry-cache))
Method: channels ((wrapper blend-deformer))
Generic Function: (setf channels) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf channels) ((wrapper geometry-cache))
Source

wrapper.lisp.

Method: (setf channels) ((wrapper blend-deformer))
Source

wrapper.lisp.

Generic Function: characters (wrapper)

Access the FBX:CHARACTERS slot

For SCENE returns a FOREIGN-VECTOR (CHARACTER)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: characters ((wrapper scene))
Generic Function: (setf characters) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf characters) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: children (wrapper)

Access the FBX:CHILDREN slot

For NODE returns a FOREIGN-VECTOR (NODE)
For DOM-NODE returns a FOREIGN-VECTOR (DOM-NODE)

See FOREIGN-VECTOR (type)
See NODE (type)
See DOM-NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: children ((wrapper node))
Method: children ((wrapper dom-node))
Generic Function: (setf children) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf children) ((wrapper node))
Source

wrapper.lisp.

Method: (setf children) ((wrapper dom-node))
Source

wrapper.lisp.

Generic Function: clean-skin-weights (wrapper)

Access the FBX:CLEAN-SKIN-WEIGHTS slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: clean-skin-weights ((wrapper load-opts))
Generic Function: (setf clean-skin-weights) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf clean-skin-weights) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: (setf close-memory-cb) (wrapper)

Sets the close-memory callback.

Should be a function of two arguments: DATA
SIZE

Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf close-memory-cb) ((wrapper wrapper))
Source

wrapper.lisp.

Generic Function: cluster-index (wrapper)

Access the FBX:CLUSTER-INDEX slot

For SKIN-WEIGHT returns a INTEGER

See INTEGER (type)
See SKIN-WEIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: cluster-index ((wrapper skin-weight))
Generic Function: (setf cluster-index) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf cluster-index) ((wrapper skin-weight))
Source

wrapper.lisp.

Generic Function: clusters (wrapper)

Access the FBX:CLUSTERS slot

For SKIN-DEFORMER returns a FOREIGN-VECTOR (SKIN-CLUSTER)

See FOREIGN-VECTOR (type)
See SKIN-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: clusters ((wrapper skin-deformer))
Generic Function: (setf clusters) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf clusters) ((wrapper skin-deformer))
Source

wrapper.lisp.

Generic Function: coat (wrapper)

Access the FBX:COAT slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat ((wrapper material-features))
Generic Function: (setf coat) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: coat-affect-base-color (wrapper)

Access the FBX:COAT-AFFECT-BASE-COLOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat-affect-base-color ((wrapper material-pbr-maps))
Generic Function: (setf coat-affect-base-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat-affect-base-color) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: coat-affect-base-roughness (wrapper)

Access the FBX:COAT-AFFECT-BASE-ROUGHNESS slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat-affect-base-roughness ((wrapper material-pbr-maps))
Generic Function: (setf coat-affect-base-roughness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat-affect-base-roughness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: coat-anisotropy (wrapper)

Access the FBX:COAT-ANISOTROPY slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat-anisotropy ((wrapper material-pbr-maps))
Generic Function: (setf coat-anisotropy) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat-anisotropy) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: coat-color (wrapper)

Access the FBX:COAT-COLOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat-color ((wrapper material-pbr-maps))
Generic Function: (setf coat-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat-color) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: coat-factor (wrapper)

Access the FBX:COAT-FACTOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat-factor ((wrapper material-pbr-maps))
Generic Function: (setf coat-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat-factor) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: coat-glossiness (wrapper)

Access the FBX:COAT-GLOSSINESS slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat-glossiness ((wrapper material-pbr-maps))
Generic Function: (setf coat-glossiness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat-glossiness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: coat-ior (wrapper)

Access the FBX:COAT-IOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat-ior ((wrapper material-pbr-maps))
Generic Function: (setf coat-ior) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat-ior) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: coat-normal (wrapper)

Access the FBX:COAT-NORMAL slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat-normal ((wrapper material-pbr-maps))
Generic Function: (setf coat-normal) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat-normal) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: coat-rotation (wrapper)

Access the FBX:COAT-ROTATION slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat-rotation ((wrapper material-pbr-maps))
Generic Function: (setf coat-rotation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat-rotation) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: coat-roughness (wrapper)

Access the FBX:COAT-ROUGHNESS slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat-roughness ((wrapper material-pbr-maps))
Generic Function: (setf coat-roughness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat-roughness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: coat-roughness-as-glossiness (wrapper)

Access the FBX:COAT-ROUGHNESS-AS-GLOSSINESS slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: coat-roughness-as-glossiness ((wrapper material-features))
Generic Function: (setf coat-roughness-as-glossiness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf coat-roughness-as-glossiness) ((wrapper material-features))
Source

wrapper.lisp.

Generic Reader: code (condition)

The internal error code of fbx conditions.

See FBX-ERROR (type)
See FBX-WARNING (type)
See INFLATE-ERROR (type)

Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: code ((condition inflate-error))
Source

conditions.lisp.

Target Slot

code.

Reader Method: code ((condition fbx-warning))
Source

conditions.lisp.

Target Slot

code.

Reader Method: code ((condition fbx-error))
Source

conditions.lisp.

Target Slot

code.

Generic Function: color (wrapper)

Access the FBX:COLOR slot

For LINE-CURVE returns a VEC3 For LIGHT returns a VEC3

See VEC3 (type)
See LINE-CURVE (type)
See LIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: color ((wrapper line-curve))
Method: color ((wrapper light))
Generic Function: (setf color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf color) ((wrapper line-curve))
Source

wrapper.lisp.

Method: (setf color) ((wrapper light))
Source

wrapper.lisp.

Generic Function: color-sets (wrapper)

Access the FBX:COLOR-SETS slot

For MESH returns a FOREIGN-VECTOR (COLOR-SET)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: color-sets ((wrapper mesh))
Generic Function: (setf color-sets) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf color-sets) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: combined-anim (wrapper)

Access the FBX:COMBINED-ANIM slot

For SCENE returns a ANIM

See ANIM (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: combined-anim ((wrapper scene))
Generic Function: (setf combined-anim) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf combined-anim) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: compose-rotation (wrapper)

Access the FBX:COMPOSE-ROTATION slot

For ANIM-LAYER returns a BOOLEAN

See BOOLEAN (type)
See ANIM-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: compose-rotation ((wrapper anim-layer))
Generic Function: (setf compose-rotation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf compose-rotation) ((wrapper anim-layer))
Source

wrapper.lisp.

Generic Function: compose-scale (wrapper)

Access the FBX:COMPOSE-SCALE slot

For ANIM-LAYER returns a BOOLEAN

See BOOLEAN (type)
See ANIM-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: compose-scale ((wrapper anim-layer))
Generic Function: (setf compose-scale) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf compose-scale) ((wrapper anim-layer))
Source

wrapper.lisp.

Generic Function: compute-normals (mesh positions normal-indices &key normals)

Compute the normals for a mesh’s vertices.

POSITIONS should be a single-float vector of packed vec3s. NORMAL-INDICES should be an (unsigned-byte 32) vector.
NORMALS may be a single-float vector of packed vec3s.

If NORMALS is not passed, a vector is allocated and returned for you.

Returns two values: the number of normals and the normals vector.

See MESH (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: compute-normals ((mesh mesh) positions normal-indices &key normals)
Source

wrapper.lisp.

Generic Function: compute-topology (mesh &key topo)

Computes the topology of a mesh.

TOPO should be a FOREIGN-VECTOR representing TOPO-EDGE instances. If not passed, a vector will be allocated and returned for you.

May signal an error of type FBX-PANIC.

See FBX-PANIC (type)
See MESH (type)
See FOREIGN-VECTOR (type)
See TOPO-EDGE (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: compute-topology ((mesh mesh) &key topo)
Source

wrapper.lisp.

Generic Function: connect-broken-elements (wrapper)

Access the FBX:CONNECT-BROKEN-ELEMENTS slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: connect-broken-elements ((wrapper load-opts))
Generic Function: (setf connect-broken-elements) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf connect-broken-elements) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: connections-dst (wrapper)

Access the FBX:CONNECTIONS-DST slot

For SCENE returns a FOREIGN-VECTOR (CONNECTION) For ELEMENT returns a FOREIGN-VECTOR (CONNECTION)

See FOREIGN-VECTOR (type)
See SCENE (type)
See ELEMENT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: connections-dst ((wrapper scene))
Method: connections-dst ((wrapper element))
Generic Function: (setf connections-dst) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf connections-dst) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf connections-dst) ((wrapper element))
Source

wrapper.lisp.

Generic Function: connections-src (wrapper)

Access the FBX:CONNECTIONS-SRC slot

For SCENE returns a FOREIGN-VECTOR (CONNECTION) For ELEMENT returns a FOREIGN-VECTOR (CONNECTION)

See FOREIGN-VECTOR (type)
See SCENE (type)
See ELEMENT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: connections-src ((wrapper scene))
Method: connections-src ((wrapper element))
Generic Function: (setf connections-src) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf connections-src) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf connections-src) ((wrapper element))
Source

wrapper.lisp.

Generic Function: constrain-rotation (wrapper)

Access the FBX:CONSTRAIN-ROTATION slot

For CONSTRAINT returns a VECTOR

See VECTOR (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: constrain-rotation ((wrapper constraint))
Generic Function: (setf constrain-rotation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf constrain-rotation) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: constrain-scale (wrapper)

Access the FBX:CONSTRAIN-SCALE slot

For CONSTRAINT returns a VECTOR

See VECTOR (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: constrain-scale ((wrapper constraint))
Generic Function: (setf constrain-scale) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf constrain-scale) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: constrain-translation (wrapper)

Access the FBX:CONSTRAIN-TRANSLATION slot

For CONSTRAINT returns a VECTOR

See VECTOR (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: constrain-translation ((wrapper constraint))
Generic Function: (setf constrain-translation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf constrain-translation) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: constraint-type (wrapper)

Access the FBX:TYPE slot

For CONSTRAINT returns a FBX:CONSTRAINT-TYPE

See CONSTRAINT-TYPE (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: constraint-type ((wrapper constraint))
Generic Function: (setf constraint-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf constraint-type) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: constraints (wrapper)

Access the FBX:CONSTRAINTS slot

For SCENE returns a FOREIGN-VECTOR (CONSTRAINT)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: constraints ((wrapper scene))
Generic Function: (setf constraints) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf constraints) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: content (wrapper)

Access the FBX:CONTENT slot

For VIDEO returns a BLOB For TEXTURE returns a BLOB For TEXTURE-FILE returns a BLOB

See BLOB (type)
See VIDEO (type)
See TEXTURE (type)
See TEXTURE-FILE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: content ((wrapper video))
Method: content ((wrapper texture))
Method: content ((wrapper texture-file))
Generic Function: (setf content) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf content) ((wrapper video))
Source

wrapper.lisp.

Method: (setf content) ((wrapper texture))
Source

wrapper.lisp.

Method: (setf content) ((wrapper texture-file))
Source

wrapper.lisp.

Generic Function: control-points (wrapper)

Access the FBX:CONTROL-POINTS slot

For NURBS-SURFACE returns a FOREIGN-VECTOR (VEC4) For NURBS-CURVE returns a FOREIGN-VECTOR (VEC4) For LINE-CURVE returns a FOREIGN-VECTOR (VEC3)

See FOREIGN-VECTOR (type)
See NURBS-SURFACE (type)
See NURBS-CURVE (type)
See LINE-CURVE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: control-points ((wrapper nurbs-surface))
Method: control-points ((wrapper nurbs-curve))
Method: control-points ((wrapper line-curve))
Generic Function: (setf control-points) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf control-points) ((wrapper nurbs-surface))
Source

wrapper.lisp.

Method: (setf control-points) ((wrapper nurbs-curve))
Source

wrapper.lisp.

Method: (setf control-points) ((wrapper line-curve))
Source

wrapper.lisp.

Generic Function: creator (wrapper)

Access the FBX:CREATOR slot

For METADATA returns a STRING

See STRING (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: creator ((wrapper metadata))
Generic Function: (setf creator) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf creator) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: curves (wrapper)

Access the FBX:CURVES slot

For ANIM-VALUE returns a ANIM-CURVE

See ANIM-CURVE (type)
See ANIM-VALUE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: curves ((wrapper anim-value))
Generic Function: (setf curves) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf curves) ((wrapper anim-value))
Source

wrapper.lisp.

Method: (setf curves) ((wrapper anim-value))
Source

wrapper.lisp.

Generic Function: data (wrapper)

Access the FBX:DATA slot

For INFLATE-RETAIN returns a VECTOR For INFLATE-INPUT returns a :POINTER For VERTEX-STREAM returns a :POINTER For BLOB returns a :POINTER
For FBX-STRING returns a :STRING

See VECTOR (type)
See POINTER (type)
See STRING (type)
See INFLATE-RETAIN (type)
See INFLATE-INPUT (type)
See VERTEX-STREAM (type)
See BLOB (type)
See FBX-STRING (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: data ((wrapper inflate-retain))
Method: data ((wrapper inflate-input))
Method: data ((wrapper vertex-stream))
Method: data ((wrapper blob))
Method: data ((wrapper fbx-string))
Method: data ((vector foreign-vector))
Generic Function: (setf data) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf data) ((blob blob))
Source

wrapper.lisp.

Method: (setf data) ((wrapper inflate-retain))
Source

wrapper.lisp.

Method: (setf data) ((wrapper inflate-input))
Source

wrapper.lisp.

Method: (setf data) ((wrapper inflate-input))
Source

wrapper.lisp.

Method: (setf data) ((wrapper vertex-stream))
Source

wrapper.lisp.

Method: (setf data) ((wrapper vertex-stream))
Source

wrapper.lisp.

Method: (setf data) ((wrapper blob))
Source

wrapper.lisp.

Method: (setf data) ((wrapper blob))
Source

wrapper.lisp.

Method: (setf data) ((wrapper fbx-string))
Source

wrapper.lisp.

Generic Function: data-count (wrapper)

Access the FBX:DATA-COUNT slot

For CACHE-FRAME returns a INTEGER

See INTEGER (type)
See CACHE-FRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: data-count ((wrapper cache-frame))
Generic Function: (setf data-count) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf data-count) ((wrapper cache-frame))
Source

wrapper.lisp.

Generic Function: data-element-bytes (wrapper)

Access the FBX:DATA-ELEMENT-BYTES slot

For CACHE-FRAME returns a INTEGER

See INTEGER (type)
See CACHE-FRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: data-element-bytes ((wrapper cache-frame))
Generic Function: (setf data-element-bytes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf data-element-bytes) ((wrapper cache-frame))
Source

wrapper.lisp.

Generic Function: data-encoding (wrapper)

Access the FBX:DATA-ENCODING slot

For CACHE-FRAME returns a FBX:CACHE-DATA-ENCODING

See CACHE-DATA-ENCODING (type)
See CACHE-FRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: data-encoding ((wrapper cache-frame))
Generic Function: (setf data-encoding) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf data-encoding) ((wrapper cache-frame))
Source

wrapper.lisp.

Generic Function: data-format (wrapper)

Access the FBX:DATA-FORMAT slot

For CACHE-FRAME returns a FBX:CACHE-DATA-FORMAT

See CACHE-DATA-FORMAT (type)
See CACHE-FRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: data-format ((wrapper cache-frame))
Generic Function: (setf data-format) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf data-format) ((wrapper cache-frame))
Source

wrapper.lisp.

Generic Function: data-offset (wrapper)

Access the FBX:DATA-OFFSET slot

For CACHE-FRAME returns a INTEGER

See INTEGER (type)
See CACHE-FRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: data-offset ((wrapper cache-frame))
Generic Function: (setf data-offset) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf data-offset) ((wrapper cache-frame))
Source

wrapper.lisp.

Generic Function: data-size (wrapper)

Access the FBX:DATA-SIZE slot

For INFLATE-INPUT returns a INTEGER

See INTEGER (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: data-size ((wrapper inflate-input))
Generic Function: (setf data-size) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf data-size) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: data-total-bytes (wrapper)

Access the FBX:DATA-TOTAL-BYTES slot

For CACHE-FRAME returns a INTEGER

See INTEGER (type)
See CACHE-FRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: data-total-bytes ((wrapper cache-frame))
Generic Function: (setf data-total-bytes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf data-total-bytes) ((wrapper cache-frame))
Source

wrapper.lisp.

Generic Function: deallocate (allocator pointer size)

Free a memory region allocated by the allocator.

See ALLOCATOR (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Generic Function: decay (wrapper)

Access the FBX:DECAY slot

For LIGHT returns a FBX:LIGHT-DECAY

See LIGHT-DECAY (type)
See LIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: decay ((wrapper light))
Generic Function: (setf decay) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf decay) ((wrapper light))
Source

wrapper.lisp.

Generic Function: default-camera (wrapper)

Access the FBX:DEFAULT-CAMERA slot

For SCENE-SETTINGS returns a STRING

See STRING (type)
See SCENE-SETTINGS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: default-camera ((wrapper scene-settings))
Generic Function: (setf default-camera) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf default-camera) ((wrapper scene-settings))
Source

wrapper.lisp.

Generic Function: default-value (wrapper)

Access the FBX:DEFAULT-VALUE slot

For ANIM-VALUE returns a VEC3

See VEC3 (type)
See ANIM-VALUE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: default-value ((wrapper anim-value))
Generic Function: (setf default-value) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf default-value) ((wrapper anim-value))
Source

wrapper.lisp.

Generic Function: defaults (wrapper)

Access the FBX:DEFAULTS slot

For PROPS returns a PROPS

See PROPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: defaults ((wrapper props))
Generic Function: (setf defaults) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf defaults) ((wrapper props))
Source

wrapper.lisp.

Method: (setf defaults) ((wrapper props))
Source

wrapper.lisp.

Generic Function: derivative (wrapper)

Access the FBX:DERIVATIVE slot

For CURVE-POINT returns a VEC3

See VEC3 (type)
See CURVE-POINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: derivative ((wrapper curve-point))
Generic Function: (setf derivative) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf derivative) ((wrapper curve-point))
Source

wrapper.lisp.

Generic Function: derivative-u (wrapper)

Access the FBX:DERIVATIVE-U slot

For SURFACE-POINT returns a VEC3

See VEC3 (type)
See SURFACE-POINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: derivative-u ((wrapper surface-point))
Generic Function: (setf derivative-u) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf derivative-u) ((wrapper surface-point))
Source

wrapper.lisp.

Generic Function: derivative-v (wrapper)

Access the FBX:DERIVATIVE-V slot

For SURFACE-POINT returns a VEC3

See VEC3 (type)
See SURFACE-POINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: derivative-v ((wrapper surface-point))
Generic Function: (setf derivative-v) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf derivative-v) ((wrapper surface-point))
Source

wrapper.lisp.

Generic Function: description (condition)

Returns the description of the condition.

See FBX-ERROR (type)
See FBX-WARNING (type)
See INFLATE-ERROR (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: description ((error inflate-error))
Source

conditions.lisp.

Reader Method: description ((condition fbx-warning))
Source

conditions.lisp.

Target Slot

description.

Reader Method: description ((condition fbx-error))
Source

conditions.lisp.

Target Slot

description.

Generic Function: diffuse (wrapper)

Access the FBX:DIFFUSE slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: diffuse ((wrapper material-features))
Generic Function: (setf diffuse) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf diffuse) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: diffuse-color (wrapper)

Access the FBX:DIFFUSE-COLOR slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: diffuse-color ((wrapper material-fbx-maps))
Generic Function: (setf diffuse-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf diffuse-color) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: diffuse-factor (wrapper)

Access the FBX:DIFFUSE-FACTOR slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: diffuse-factor ((wrapper material-fbx-maps))
Generic Function: (setf diffuse-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf diffuse-factor) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: diffuse-roughness (wrapper)

Access the FBX:DIFFUSE-ROUGHNESS slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-MAP (type)
See MATERIAL-FEATURES (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: diffuse-roughness ((wrapper material-features))
Method: diffuse-roughness ((wrapper material-pbr-maps))
Generic Function: (setf diffuse-roughness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf diffuse-roughness) ((wrapper material-features))
Source

wrapper.lisp.

Method: (setf diffuse-roughness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: disable-quirks (wrapper)

Access the FBX:DISABLE-QUIRKS slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: disable-quirks ((wrapper load-opts))
Generic Function: (setf disable-quirks) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf disable-quirks) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: displacement (wrapper)

Access the FBX:DISPLACEMENT slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: displacement ((wrapper material-fbx-maps))
Generic Function: (setf displacement) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf displacement) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: displacement-factor (wrapper)

Access the FBX:DISPLACEMENT-FACTOR slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: displacement-factor ((wrapper material-fbx-maps))
Generic Function: (setf displacement-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf displacement-factor) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: displacement-map (wrapper)

Access the FBX:DISPLACEMENT-MAP slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: displacement-map ((wrapper material-pbr-maps))
Generic Function: (setf displacement-map) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf displacement-map) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: display (wrapper)

Access the FBX:DISPLAY slot

For LOD-LEVEL returns a FBX:LOD-DISPLAY

See LOD-DISPLAY (type)
See LOD-LEVEL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: display ((wrapper lod-level))
Generic Function: (setf display) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf display) ((wrapper lod-level))
Source

wrapper.lisp.

Generic Function: display-layers (wrapper)

Access the FBX:DISPLAY-LAYERS slot

For SCENE returns a FOREIGN-VECTOR (DISPLAY-LAYER)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: display-layers ((wrapper scene))
Generic Function: (setf display-layers) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf display-layers) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: distance (wrapper)

Access the FBX:DISTANCE slot

For LOD-LEVEL returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See LOD-LEVEL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: distance ((wrapper lod-level))
Generic Function: (setf distance) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf distance) ((wrapper lod-level))
Source

wrapper.lisp.

Generic Function: distance-limit-max (wrapper)

Access the FBX:DISTANCE-LIMIT-MAX slot

For LOD-GROUP returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See LOD-GROUP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: distance-limit-max ((wrapper lod-group))
Generic Function: (setf distance-limit-max) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf distance-limit-max) ((wrapper lod-group))
Source

wrapper.lisp.

Generic Function: distance-limit-min (wrapper)

Access the FBX:DISTANCE-LIMIT-MIN slot

For LOD-GROUP returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See LOD-GROUP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: distance-limit-min ((wrapper lod-group))
Generic Function: (setf distance-limit-min) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf distance-limit-min) ((wrapper lod-group))
Source

wrapper.lisp.

Generic Function: dom-node (wrapper)

Access the FBX:DOM-NODE slot

For ELEMENT returns a DOM-NODE

See DOM-NODE (type)
See ELEMENT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: dom-node ((wrapper element))
Generic Function: (setf dom-node) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf dom-node) ((wrapper element))
Source

wrapper.lisp.

Method: (setf dom-node) ((wrapper element))
Source

wrapper.lisp.

Generic Function: dom-root (wrapper)

Access the FBX:DOM-ROOT slot

For SCENE returns a NODE

See NODE (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: dom-root ((wrapper scene))
Generic Function: (setf dom-root) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf dom-root) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf dom-root) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: double-sided (wrapper)

Access the FBX:DOUBLE-SIDED slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: double-sided ((wrapper material-features))
Generic Function: (setf double-sided) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf double-sided) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: dq-vertices (wrapper)

Access the FBX:DQ-VERTICES slot

For SKIN-DEFORMER returns a FOREIGN-VECTOR (UINT32)

See FOREIGN-VECTOR (type)
See SKIN-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: dq-vertices ((wrapper skin-deformer))
Generic Function: (setf dq-vertices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf dq-vertices) ((wrapper skin-deformer))
Source

wrapper.lisp.

Generic Function: dq-weight (wrapper)

Access the FBX:DQ-WEIGHT slot

For SKIN-VERTEX returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See SKIN-VERTEX (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: dq-weight ((wrapper skin-vertex))
Generic Function: (setf dq-weight) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf dq-weight) ((wrapper skin-vertex))
Source

wrapper.lisp.

Generic Function: dq-weights (wrapper)

Access the FBX:DQ-WEIGHTS slot

For SKIN-DEFORMER returns a FOREIGN-VECTOR (FLOAT)

See FOREIGN-VECTOR (type)
See SKIN-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: dq-weights ((wrapper skin-deformer))
Generic Function: (setf dq-weights) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf dq-weights) ((wrapper skin-deformer))
Source

wrapper.lisp.

Generic Function: dst (wrapper)

Access the FBX:DST slot

For CONNECTION returns a ELEMENT

See ELEMENT (type)
See CONNECTION (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: dst ((wrapper connection))
Generic Function: (setf dst) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf dst) ((wrapper connection))
Source

wrapper.lisp.

Method: (setf dst) ((wrapper connection))
Source

wrapper.lisp.

Generic Function: dst-prop (wrapper)

Access the FBX:DST-PROP slot

For CONNECTION returns a STRING

See STRING (type)
See CONNECTION (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: dst-prop ((wrapper connection))
Generic Function: (setf dst-prop) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf dst-prop) ((wrapper connection))
Source

wrapper.lisp.

Generic Function: dx (wrapper)

Access the FBX:DX slot

For TANGENT returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See TANGENT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: dx ((wrapper tangent))
Generic Function: (setf dx) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf dx) ((wrapper tangent))
Source

wrapper.lisp.

Generic Function: dy (wrapper)

Access the FBX:DY slot

For TANGENT returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See TANGENT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: dy ((wrapper tangent))
Generic Function: (setf dy) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf dy) ((wrapper tangent))
Source

wrapper.lisp.

Generic Function: edge (wrapper)

Access the FBX:EDGE slot

For TOPO-EDGE returns a INTEGER

See INTEGER (type)
See TOPO-EDGE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: edge ((wrapper topo-edge))
Generic Function: (setf edge) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf edge) ((wrapper topo-edge))
Source

wrapper.lisp.

Generic Function: edge-crease (wrapper)

Access the FBX:EDGE-CREASE slot

For MESH returns a FOREIGN-VECTOR (FLOAT)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: edge-crease ((wrapper mesh))
Generic Function: (setf edge-crease) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf edge-crease) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: edge-smoothing (wrapper)

Access the FBX:EDGE-SMOOTHING slot

For MESH returns a FOREIGN-VECTOR (BOOL)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: edge-smoothing ((wrapper mesh))
Generic Function: (setf edge-smoothing) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf edge-smoothing) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: edge-visibility (wrapper)

Access the FBX:EDGE-VISIBILITY slot

For MESH returns a FOREIGN-VECTOR (BOOL)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: edge-visibility ((wrapper mesh))
Generic Function: (setf edge-visibility) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf edge-visibility) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: edges (wrapper)

Access the FBX:EDGES slot

For SELECTION-NODE returns a FOREIGN-VECTOR (UINT32) For MESH returns a FOREIGN-VECTOR (EDGE)

See FOREIGN-VECTOR (type)
See SELECTION-NODE (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: edges ((wrapper selection-node))
Method: edges ((wrapper mesh))
Generic Function: (setf edges) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf edges) ((wrapper selection-node))
Source

wrapper.lisp.

Method: (setf edges) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: effective-weight (wrapper)

Access the FBX:EFFECTIVE-WEIGHT slot

For BLEND-KEYFRAME returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See BLEND-KEYFRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: effective-weight ((wrapper blend-keyframe))
Generic Function: (setf effective-weight) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf effective-weight) ((wrapper blend-keyframe))
Source

wrapper.lisp.

Generic Function: element (wrapper)

Access the FBX:ELEMENT slot

For NAME-ELEMENT returns a ELEMENT For METADATA-OBJECT returns a ELEMENT For POSE returns a ELEMENT
For CONSTRAINT returns a ELEMENT
For CHARACTER returns a ELEMENT
For SELECTION-NODE returns a ELEMENT For SELECTION-SET returns a ELEMENT For DISPLAY-LAYER returns a ELEMENT For ANIM-CURVE returns a ELEMENT
For ANIM-VALUE returns a ELEMENT
For ANIM-LAYER returns a ELEMENT
For ANIM-PROP returns a ELEMENT
For ANIM-STACK returns a ELEMENT
For SHADER-BINDING returns a ELEMENT For SHADER returns a ELEMENT
For VIDEO returns a ELEMENT
For TEXTURE returns a ELEMENT
For MATERIAL returns a ELEMENT
For CACHE-FILE returns a ELEMENT
For CACHE-DEFORMER returns a ELEMENT For BLEND-SHAPE returns a ELEMENT
For BLEND-CHANNEL returns a ELEMENT For BLEND-DEFORMER returns a ELEMENT For SKIN-CLUSTER returns a ELEMENT For SKIN-DEFORMER returns a ELEMENT For LOD-GROUP returns a ELEMENT
For MARKER returns a ELEMENT
For CAMERA-SWITCHER returns a ELEMENT For STEREO-CAMERA returns a ELEMENT For PROCEDURAL-GEOMETRY returns a ELEMENT For NURBS-TRIM-BOUNDARY returns a ELEMENT For NURBS-TRIM-SURFACE returns a ELEMENT For NURBS-SURFACE returns a ELEMENT For NURBS-CURVE returns a ELEMENT
For LINE-CURVE returns a ELEMENT
For EMPTY returns a ELEMENT
For BONE returns a ELEMENT
For CAMERA returns a ELEMENT
For LIGHT returns a ELEMENT
For MESH returns a ELEMENT
For NODE returns a ELEMENT
For UNKNOWN returns a ELEMENT

See ELEMENT (type)
See NAME-ELEMENT (type)
See METADATA-OBJECT (type)
See POSE (type)
See CONSTRAINT (type)
See CHARACTER (type)
See SELECTION-NODE (type)
See SELECTION-SET (type)
See DISPLAY-LAYER (type)
See ANIM-CURVE (type)
See ANIM-VALUE (type)
See ANIM-LAYER (type)
See ANIM-PROP (type)
See ANIM-STACK (type)
See SHADER-BINDING (type)
See SHADER (type)
See VIDEO (type)
See TEXTURE (type)
See MATERIAL (type)
See CACHE-FILE (type)
See CACHE-DEFORMER (type)
See BLEND-SHAPE (type)
See BLEND-CHANNEL (type)
See BLEND-DEFORMER (type)
See SKIN-CLUSTER (type)
See SKIN-DEFORMER (type)
See LOD-GROUP (type)
See MARKER (type)
See CAMERA-SWITCHER (type)
See STEREO-CAMERA (type)
See PROCEDURAL-GEOMETRY (type)
See NURBS-TRIM-BOUNDARY (type)
See NURBS-TRIM-SURFACE (type)
See NURBS-SURFACE (type)
See NURBS-CURVE (type)
See LINE-CURVE (type)
See EMPTY (type)
See BONE (type)
See CAMERA (type)
See LIGHT (type)
See MESH (type)
See NODE (type)
See UNKNOWN (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: element ((wrapper name-element))
Method: element ((wrapper metadata-object))
Method: element ((wrapper pose))
Method: element ((wrapper constraint))
Method: element ((wrapper character))
Method: element ((wrapper selection-node))
Method: element ((wrapper selection-set))
Method: element ((wrapper display-layer))
Method: element ((wrapper anim-curve))
Method: element ((wrapper anim-value))
Method: element ((wrapper anim-layer))
Method: element ((wrapper anim-prop))
Method: element ((wrapper anim-stack))
Method: element ((wrapper shader-binding))
Method: element ((wrapper shader))
Method: element ((wrapper video))
Method: element ((wrapper texture))
Method: element ((wrapper material))
Method: element ((wrapper cache-file))
Method: element ((wrapper cache-deformer))
Method: element ((wrapper blend-shape))
Method: element ((wrapper blend-channel))
Method: element ((wrapper blend-deformer))
Method: element ((wrapper skin-cluster))
Method: element ((wrapper skin-deformer))
Method: element ((wrapper lod-group))
Method: element ((wrapper marker))
Method: element ((wrapper camera-switcher))
Method: element ((wrapper stereo-camera))
Method: element ((wrapper procedural-geometry))
Method: element ((wrapper nurbs-trim-boundary))
Method: element ((wrapper nurbs-trim-surface))
Method: element ((wrapper nurbs-surface))
Method: element ((wrapper nurbs-curve))
Method: element ((wrapper line-curve))
Method: element ((wrapper empty))
Method: element ((wrapper bone))
Method: element ((wrapper camera))
Method: element ((wrapper light))
Method: element ((wrapper mesh))
Method: element ((wrapper node))
Method: element ((wrapper unknown))
Generic Function: (setf element) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf element) ((wrapper name-element))
Source

wrapper.lisp.

Method: (setf element) ((wrapper name-element))
Source

wrapper.lisp.

Method: (setf element) ((wrapper metadata-object))
Source

wrapper.lisp.

Method: (setf element) ((wrapper pose))
Source

wrapper.lisp.

Method: (setf element) ((wrapper constraint))
Source

wrapper.lisp.

Method: (setf element) ((wrapper character))
Source

wrapper.lisp.

Method: (setf element) ((wrapper selection-node))
Source

wrapper.lisp.

Method: (setf element) ((wrapper selection-set))
Source

wrapper.lisp.

Method: (setf element) ((wrapper display-layer))
Source

wrapper.lisp.

Method: (setf element) ((wrapper anim-curve))
Source

wrapper.lisp.

Method: (setf element) ((wrapper anim-value))
Source

wrapper.lisp.

Method: (setf element) ((wrapper anim-layer))
Source

wrapper.lisp.

Method: (setf element) ((wrapper anim-prop))
Source

wrapper.lisp.

Method: (setf element) ((wrapper anim-prop))
Source

wrapper.lisp.

Method: (setf element) ((wrapper anim-stack))
Source

wrapper.lisp.

Method: (setf element) ((wrapper shader-binding))
Source

wrapper.lisp.

Method: (setf element) ((wrapper shader))
Source

wrapper.lisp.

Method: (setf element) ((wrapper video))
Source

wrapper.lisp.

Method: (setf element) ((wrapper texture))
Source

wrapper.lisp.

Method: (setf element) ((wrapper material))
Source

wrapper.lisp.

Method: (setf element) ((wrapper cache-file))
Source

wrapper.lisp.

Method: (setf element) ((wrapper cache-deformer))
Source

wrapper.lisp.

Method: (setf element) ((wrapper blend-shape))
Source

wrapper.lisp.

Method: (setf element) ((wrapper blend-channel))
Source

wrapper.lisp.

Method: (setf element) ((wrapper blend-deformer))
Source

wrapper.lisp.

Method: (setf element) ((wrapper skin-cluster))
Source

wrapper.lisp.

Method: (setf element) ((wrapper skin-deformer))
Source

wrapper.lisp.

Method: (setf element) ((wrapper lod-group))
Source

wrapper.lisp.

Method: (setf element) ((wrapper marker))
Source

wrapper.lisp.

Method: (setf element) ((wrapper camera-switcher))
Source

wrapper.lisp.

Method: (setf element) ((wrapper stereo-camera))
Source

wrapper.lisp.

Method: (setf element) ((wrapper procedural-geometry))
Source

wrapper.lisp.

Method: (setf element) ((wrapper nurbs-trim-boundary))
Source

wrapper.lisp.

Method: (setf element) ((wrapper nurbs-trim-surface))
Source

wrapper.lisp.

Method: (setf element) ((wrapper nurbs-surface))
Source

wrapper.lisp.

Method: (setf element) ((wrapper nurbs-curve))
Source

wrapper.lisp.

Method: (setf element) ((wrapper line-curve))
Source

wrapper.lisp.

Method: (setf element) ((wrapper empty))
Source

wrapper.lisp.

Method: (setf element) ((wrapper bone))
Source

wrapper.lisp.

Method: (setf element) ((wrapper camera))
Source

wrapper.lisp.

Method: (setf element) ((wrapper light))
Source

wrapper.lisp.

Method: (setf element) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf element) ((wrapper node))
Source

wrapper.lisp.

Method: (setf element) ((wrapper unknown))
Source

wrapper.lisp.

Generic Function: element-buffer-size (wrapper)

Access the FBX:ELEMENT-BUFFER-SIZE slot

For METADATA returns a INTEGER

See INTEGER (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: element-buffer-size ((wrapper metadata))
Generic Function: (setf element-buffer-size) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf element-buffer-size) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: element-id (wrapper)

Access the FBX:ELEMENT-ID slot

For PROP-OVERRIDE returns a INTEGER For ELEMENT returns a INTEGER

See INTEGER (type)
See PROP-OVERRIDE (type)
See ELEMENT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: element-id ((wrapper prop-override))
Method: element-id ((wrapper element))
Generic Function: (setf element-id) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf element-id) ((wrapper prop-override))
Source

wrapper.lisp.

Method: (setf element-id) ((wrapper element))
Source

wrapper.lisp.

Generic Function: element-type (wrapper)

Access the FBX:TYPE slot

For NAME-ELEMENT returns a FBX:ELEMENT-TYPE For ELEMENT returns a FBX:ELEMENT-TYPE

See ELEMENT-TYPE (type)
See NAME-ELEMENT (type)
See ELEMENT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: element-type ((wrapper name-element))
Method: element-type ((wrapper element))
Generic Function: (setf element-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf element-type) ((wrapper name-element))
Source

wrapper.lisp.

Method: (setf element-type) ((wrapper element))
Source

wrapper.lisp.

Generic Function: elements (wrapper)

Access the FBX:ELEMENTS slot

For SCENE returns a FOREIGN-VECTOR (ELEMENT)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: elements ((wrapper scene))
Generic Function: (setf elements) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf elements) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: elements-by-name (wrapper)

Access the FBX:ELEMENTS-BY-NAME slot

For SCENE returns a FOREIGN-VECTOR (NAME-ELEMENT)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: elements-by-name ((wrapper scene))
Generic Function: (setf elements-by-name) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf elements-by-name) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: embedded-ignored (wrapper)

Access the FBX:EMBEDDED-IGNORED slot

For METADATA returns a BOOLEAN

See BOOLEAN (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: embedded-ignored ((wrapper metadata))
Generic Function: (setf embedded-ignored) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf embedded-ignored) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: emission (wrapper)

Access the FBX:EMISSION slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: emission ((wrapper material-features))
Generic Function: (setf emission) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf emission) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: emission-color (wrapper)

Access the FBX:EMISSION-COLOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: emission-color ((wrapper material-pbr-maps))
Method: emission-color ((wrapper material-fbx-maps))
Generic Function: (setf emission-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf emission-color) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Method: (setf emission-color) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: emission-factor (wrapper)

Access the FBX:EMISSION-FACTOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: emission-factor ((wrapper material-pbr-maps))
Method: emission-factor ((wrapper material-fbx-maps))
Generic Function: (setf emission-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf emission-factor) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Method: (setf emission-factor) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: empties (wrapper)

Access the FBX:EMPTIES slot

For SCENE returns a FOREIGN-VECTOR (EMPTY)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: empties ((wrapper scene))
Generic Function: (setf empties) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf empties) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: enabled (wrapper)

Access the FBX:ENABLED slot

For MATERIAL-FEATURE-INFO returns a BOOLEAN

See BOOLEAN (type)
See MATERIAL-FEATURE-INFO (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: enabled ((wrapper material-feature-info))
Generic Function: (setf enabled) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf enabled) ((wrapper material-feature-info))
Source

wrapper.lisp.

Generic Function: euler-rotation (wrapper)

Access the FBX:EULER-ROTATION slot

For NODE returns a VEC3

See VEC3 (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: euler-rotation ((wrapper node))
Generic Function: (setf euler-rotation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf euler-rotation) ((wrapper node))
Source

wrapper.lisp.

Generic Function: evaluate (curve tt &key point weights derivatives animation channel type element node name target default &allow-other-keys)

Evaluate a representation for a value.

The representation may be one of:
ANIM-CURVE
:DEFAULT
ANIM-VALUE — You should pass a TYPE argument to identify the value: REAL
VEC2
VEC3
ANIM — You should pass a TYPE argument to identify the value: REAL
PROP — You should also pass:
TARGET — The property to write the value into. If not passed, a property is allocated and returned. You must free it when no longer needed.
NAME — The name of the property to evaluate.
TRANSFORM — You may also pass:
TARGET — The transform to write the value into. If not passed, a transform is allocated and returned. You must free it when no longer needed.
SCENE — You should also pass:
ANIMATION — The animation according to which to evaluate the scene.
any slot value for EVALUATE-OPTS
A fresh SCENE instance is returned. Note that it is a shallow copy and will reference data from the original scene.
NURBS-BASIS — You may also pass:
WEIGHTS — A vector of single-floats
DERIVATIVES – A vector of single-floats
If not passed they will be allocated for you. NURBS-CURVE — You may also pass:
POINT — A CURVE-POINT. If not passed it will be allocated and returned for you.
NURBS-SURFACE — You may also pass:
POINT — A CURVE-POINT. If not passed it will be allocated and returned for you.
Additionally, the time argument must be a cons identifying the U and V coordinates to evaluate. The second argument should be the place / time at which to evaluate the representation.

See EVALUATE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: evaluate ((curve nurbs-surface) uv &key point)
Source

wrapper.lisp.

Method: evaluate ((curve nurbs-curve) u &key point)
Source

wrapper.lisp.

Method: evaluate ((basis nurbs-basis) u &key weights derivatives)
Source

wrapper.lisp.

Method: evaluate ((scene scene) tt &rest options &key animation &allow-other-keys)
Source

wrapper.lisp.

Method: evaluate ((animation anim) tt &key channel type element node name target)
Source

wrapper.lisp.

Method: evaluate ((value anim-value) tt &key type)
Source

wrapper.lisp.

Method: evaluate ((curve anim-curve) tt &key default)
Source

wrapper.lisp.

Generic Function: evaluate-caches (wrapper)

Access the FBX:EVALUATE-CACHES slot

For EVALUATE-OPTS returns a BOOLEAN For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See EVALUATE-OPTS (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: evaluate-caches ((wrapper evaluate-opts))
Method: evaluate-caches ((wrapper load-opts))
Generic Function: (setf evaluate-caches) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf evaluate-caches) ((wrapper evaluate-opts))
Source

wrapper.lisp.

Method: (setf evaluate-caches) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: evaluate-skin-weights (wrapper)

Access the FBX:EVALUATE-SKIN-WEIGHTS slot

For SUBDIVIDE-OPTS returns a BOOLEAN

See BOOLEAN (type)
See SUBDIVIDE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: evaluate-skin-weights ((wrapper subdivide-opts))
Generic Function: (setf evaluate-skin-weights) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf evaluate-skin-weights) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Generic Function: evaluate-skinning (wrapper)

Access the FBX:EVALUATE-SKINNING slot

For EVALUATE-OPTS returns a BOOLEAN For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See EVALUATE-OPTS (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: evaluate-skinning ((wrapper evaluate-opts))
Method: evaluate-skinning ((wrapper load-opts))
Generic Function: (setf evaluate-skinning) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf evaluate-skinning) ((wrapper evaluate-opts))
Source

wrapper.lisp.

Method: (setf evaluate-skinning) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: evaluate-source-vertices (wrapper)

Access the FBX:EVALUATE-SOURCE-VERTICES slot

For SUBDIVIDE-OPTS returns a BOOLEAN

See BOOLEAN (type)
See SUBDIVIDE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: evaluate-source-vertices ((wrapper subdivide-opts))
Generic Function: (setf evaluate-source-vertices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf evaluate-source-vertices) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Generic Function: exists (wrapper)

Access the FBX:EXISTS slot

For VERTEX-VEC4 returns a BOOLEAN For VERTEX-VEC3 returns a BOOLEAN For VERTEX-VEC2 returns a BOOLEAN For VERTEX-REAL returns a BOOLEAN For VERTEX-ATTRIB returns a BOOLEAN

See BOOLEAN (type)
See VERTEX-VEC4 (type)
See VERTEX-VEC3 (type)
See VERTEX-VEC2 (type)
See VERTEX-REAL (type)
See VERTEX-ATTRIB (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: exists ((wrapper vertex-vec4))
Method: exists ((wrapper vertex-vec3))
Method: exists ((wrapper vertex-vec2))
Method: exists ((wrapper vertex-real))
Method: exists ((wrapper vertex-attrib))
Generic Function: (setf exists) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf exists) ((wrapper vertex-vec4))
Source

wrapper.lisp.

Method: (setf exists) ((wrapper vertex-vec3))
Source

wrapper.lisp.

Method: (setf exists) ((wrapper vertex-vec2))
Source

wrapper.lisp.

Method: (setf exists) ((wrapper vertex-real))
Source

wrapper.lisp.

Method: (setf exists) ((wrapper vertex-attrib))
Source

wrapper.lisp.

Generic Function: exit-to-background (wrapper)

Access the FBX:EXIT-TO-BACKGROUND slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: exit-to-background ((wrapper material-features))
Generic Function: (setf exit-to-background) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf exit-to-background) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: exporter (wrapper)

Access the FBX:EXPORTER slot

For METADATA returns a FBX:EXPORTER

See EXPORTER (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: exporter ((wrapper metadata))
Generic Function: (setf exporter) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf exporter) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: exporter-version (wrapper)

Access the FBX:EXPORTER-VERSION slot

For METADATA returns a INTEGER

See INTEGER (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: exporter-version ((wrapper metadata))
Generic Function: (setf exporter-version) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf exporter-version) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: external-cache (wrapper)

Access the FBX:EXTERNAL-CACHE slot

For CACHE-FILE returns a GEOMETRY-CACHE For CACHE-DEFORMER returns a GEOMETRY-CACHE

See GEOMETRY-CACHE (type)
See CACHE-FILE (type)
See CACHE-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: external-cache ((wrapper cache-file))
Method: external-cache ((wrapper cache-deformer))
Generic Function: (setf external-cache) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf external-cache) ((wrapper cache-file))
Source

wrapper.lisp.

Method: (setf external-cache) ((wrapper cache-file))
Source

wrapper.lisp.

Method: (setf external-cache) ((wrapper cache-deformer))
Source

wrapper.lisp.

Method: (setf external-cache) ((wrapper cache-deformer))
Source

wrapper.lisp.

Generic Function: external-channel (wrapper)

Access the FBX:EXTERNAL-CHANNEL slot

For CACHE-DEFORMER returns a CACHE-CHANNEL

See CACHE-CHANNEL (type)
See CACHE-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: external-channel ((wrapper cache-deformer))
Generic Function: (setf external-channel) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf external-channel) ((wrapper cache-deformer))
Source

wrapper.lisp.

Method: (setf external-channel) ((wrapper cache-deformer))
Source

wrapper.lisp.

Generic Function: extra-info (wrapper)

Access the FBX:EXTRA-INFO slot

For GEOMETRY-CACHE returns a FOREIGN-VECTOR (FBX-STRING)

See FOREIGN-VECTOR (type)
See GEOMETRY-CACHE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: extra-info ((wrapper geometry-cache))
Generic Function: (setf extra-info) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf extra-info) ((wrapper geometry-cache))
Source

wrapper.lisp.

Generic Function: face (wrapper)

Access the FBX:FACE slot

For TOPO-EDGE returns a INTEGER

See INTEGER (type)
See TOPO-EDGE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: face ((wrapper topo-edge))
Generic Function: (setf face) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf face) ((wrapper topo-edge))
Source

wrapper.lisp.

Generic Function: face-group (wrapper)

Access the FBX:FACE-GROUP slot

For MESH returns a FOREIGN-VECTOR (UINT32)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: face-group ((wrapper mesh))
Generic Function: (setf face-group) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf face-group) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: face-groups (wrapper)

Access the FBX:FACE-GROUPS slot

For MESH returns a FOREIGN-VECTOR (FACE-GROUP)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: face-groups ((wrapper mesh))
Generic Function: (setf face-groups) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf face-groups) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: face-hole (wrapper)

Access the FBX:FACE-HOLE slot

For MESH returns a FOREIGN-VECTOR (BOOL)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: face-hole ((wrapper mesh))
Generic Function: (setf face-hole) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf face-hole) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: face-indices (wrapper)

Access the FBX:FACE-INDICES slot

For FACE-GROUP returns a FOREIGN-VECTOR (UINT32) For MESH-MATERIAL returns a FOREIGN-VECTOR (UINT32)

See FOREIGN-VECTOR (type)
See FACE-GROUP (type)
See MESH-MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: face-indices ((wrapper face-group))
Method: face-indices ((wrapper mesh-material))
Generic Function: (setf face-indices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf face-indices) ((wrapper face-group))
Source

wrapper.lisp.

Method: (setf face-indices) ((wrapper mesh-material))
Source

wrapper.lisp.

Generic Function: face-material (wrapper)

Access the FBX:FACE-MATERIAL slot

For MESH returns a FOREIGN-VECTOR (UINT32)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: face-material ((wrapper mesh))
Generic Function: (setf face-material) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf face-material) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: face-smoothing (wrapper)

Access the FBX:FACE-SMOOTHING slot

For MESH returns a FOREIGN-VECTOR (BOOL)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: face-smoothing ((wrapper mesh))
Generic Function: (setf face-smoothing) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf face-smoothing) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: faces (wrapper)

Access the FBX:FACES slot

For SELECTION-NODE returns a FOREIGN-VECTOR (UINT32) For MESH returns a FOREIGN-VECTOR (FACE)

See FOREIGN-VECTOR (type)
See SELECTION-NODE (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: faces ((wrapper selection-node))
Method: faces ((wrapper mesh))
Generic Function: (setf faces) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf faces) ((wrapper selection-node))
Source

wrapper.lisp.

Method: (setf faces) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: far-plane (wrapper)

Access the FBX:FAR-PLANE slot

For CAMERA returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: far-plane ((wrapper camera))
Generic Function: (setf far-plane) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf far-plane) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: fbx (wrapper)

Access the FBX:FBX slot

For MATERIAL returns a MATERIAL-FBX-MAPS

See MATERIAL-FBX-MAPS (type)
See MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: fbx ((wrapper material))
Generic Function: (setf fbx) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf fbx) ((wrapper material))
Source

wrapper.lisp.

Generic Function: feature-disabled (wrapper)

Access the FBX:FEATURE-DISABLED slot

For MATERIAL-MAP returns a BOOLEAN

See BOOLEAN (type)
See MATERIAL-MAP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: feature-disabled ((wrapper material-map))
Generic Function: (setf feature-disabled) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf feature-disabled) ((wrapper material-map))
Source

wrapper.lisp.

Generic Function: features (wrapper)

Access the FBX:FEATURES slot

For MATERIAL returns a MATERIAL-FEATURES

See MATERIAL-FEATURES (type)
See MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: features ((wrapper material))
Generic Function: (setf features) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf features) ((wrapper material))
Source

wrapper.lisp.

Generic Function: field-of-view-deg (wrapper)

Access the FBX:FIELD-OF-VIEW-DEG slot

For CAMERA returns a VEC2

See VEC2 (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: field-of-view-deg ((wrapper camera))
Generic Function: (setf field-of-view-deg) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf field-of-view-deg) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: field-of-view-tan (wrapper)

Access the FBX:FIELD-OF-VIEW-TAN slot

For CAMERA returns a VEC2

See VEC2 (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: field-of-view-tan ((wrapper camera))
Generic Function: (setf field-of-view-tan) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf field-of-view-tan) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: file (wrapper)

Access the FBX:FILE slot

For CACHE-DEFORMER returns a CACHE-FILE

See CACHE-FILE (type)
See CACHE-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: file ((wrapper cache-deformer))
Generic Function: (setf file) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf file) ((wrapper cache-deformer))
Source

wrapper.lisp.

Method: (setf file) ((wrapper cache-deformer))
Source

wrapper.lisp.

Generic Function: file-format (wrapper)

Access the FBX:FILE-FORMAT slot

For LOAD-OPTS returns a FBX:FILE-FORMAT
For METADATA returns a FBX:FILE-FORMAT
For CACHE-FILE returns a FBX:CACHE-FILE-FORMAT For CACHE-FRAME returns a FBX:CACHE-FILE-FORMAT

See FILE-FORMAT (type)
See CACHE-FILE-FORMAT (type)
See LOAD-OPTS (type)
See METADATA (type)
See CACHE-FILE (type)
See CACHE-FRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: file-format ((wrapper load-opts))
Method: file-format ((wrapper metadata))
Method: file-format ((wrapper cache-file))
Method: file-format ((wrapper cache-frame))
Generic Function: (setf file-format) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf file-format) ((wrapper load-opts))
Source

wrapper.lisp.

Method: (setf file-format) ((wrapper metadata))
Source

wrapper.lisp.

Method: (setf file-format) ((wrapper cache-file))
Source

wrapper.lisp.

Method: (setf file-format) ((wrapper cache-frame))
Source

wrapper.lisp.

Generic Function: file-format-lookahead (wrapper)

Access the FBX:FILE-FORMAT-LOOKAHEAD slot

For LOAD-OPTS returns a INTEGER

See INTEGER (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: file-format-lookahead ((wrapper load-opts))
Generic Function: (setf file-format-lookahead) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf file-format-lookahead) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: file-index (wrapper)

Access the FBX:FILE-INDEX slot

For TEXTURE returns a INTEGER

See INTEGER (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: file-index ((wrapper texture))
Generic Function: (setf file-index) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf file-index) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: file-size-estimate (wrapper)

Access the FBX:FILE-SIZE-ESTIMATE slot

For LOAD-OPTS returns a INTEGER

See INTEGER (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: file-size-estimate ((wrapper load-opts))
Generic Function: (setf file-size-estimate) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf file-size-estimate) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: file-textures (wrapper)

Access the FBX:FILE-TEXTURES slot

For TEXTURE returns a FOREIGN-VECTOR (TEXTURE)

See FOREIGN-VECTOR (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: file-textures ((wrapper texture))
Generic Function: (setf file-textures) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf file-textures) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: filename (wrapper)

Access the FBX:FILENAME slot

For LOAD-OPTS returns a STRING For METADATA returns a STRING For VIDEO returns a STRING For TEXTURE returns a STRING For TEXTURE-FILE returns a STRING For CACHE-FILE returns a STRING For CACHE-FRAME returns a STRING

See STRING (type)
See LOAD-OPTS (type)
See METADATA (type)
See VIDEO (type)
See TEXTURE (type)
See TEXTURE-FILE (type)
See CACHE-FILE (type)
See CACHE-FRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: filename ((wrapper load-opts))
Method: filename ((wrapper metadata))
Method: filename ((wrapper video))
Method: filename ((wrapper texture))
Method: filename ((wrapper texture-file))
Method: filename ((wrapper cache-file))
Method: filename ((wrapper cache-frame))
Generic Function: (setf filename) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf filename) ((wrapper load-opts))
Source

wrapper.lisp.

Method: (setf filename) ((wrapper metadata))
Source

wrapper.lisp.

Method: (setf filename) ((wrapper video))
Source

wrapper.lisp.

Method: (setf filename) ((wrapper texture))
Source

wrapper.lisp.

Method: (setf filename) ((wrapper texture-file))
Source

wrapper.lisp.

Method: (setf filename) ((wrapper cache-file))
Source

wrapper.lisp.

Method: (setf filename) ((wrapper cache-frame))
Source

wrapper.lisp.

Generic Function: film-size-inch (wrapper)

Access the FBX:FILM-SIZE-INCH slot

For CAMERA returns a VEC2

See VEC2 (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: film-size-inch ((wrapper camera))
Generic Function: (setf film-size-inch) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf film-size-inch) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: find (name container &key default type element)

Attempts to find a thing within a container.

NAME should usually be a string naming the element to find.
CONTAINER may be one of:
PROPS — You should pass a TYPE argument to identify what to find: PROP
VEC3 — The vector should be a 3-element vector.
STRING
BLOB
INTEGER
REAL
BOOLEAN
SCENE — You should pass a TYPE argument to identify what to find: NODE
ANIM-STACK
MATERIAL
any element type name
MATERIAL
SHADER
ANIM-LAYER — You should also pass an ELEMENT argument designating the ELEMENT instance to search through.
DOM-NODE

Most of these also accept a DEFAULT which is returned if the requested element cannot be found.

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: find ((name string) (node dom-node) &key default type)
Method: find ((element element) (layer anim-layer) &key default type)
Method: find ((name string) (layer anim-layer) &key default type element)
Method: find ((name string) (shader shader) &key default type)
Method: find ((name string) (material material) &key default type)
Method: find ((name string) (scene scene) &key default type)
Method: find ((name string) (props props) &key default type)
Generic Function: flags (wrapper)

Access the FBX:FLAGS slot

For TOPO-EDGE returns a FBX:TOPO-FLAGS For PROP returns a FBX:PROP-FLAG

See TOPO-FLAGS (type)
See PROP-FLAG (type)
See TOPO-EDGE (type)
See PROP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: flags ((wrapper topo-edge))
Method: flags ((wrapper prop))
Generic Function: (setf flags) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf flags) ((wrapper topo-edge))
Source

wrapper.lisp.

Method: (setf flags) ((wrapper prop))
Source

wrapper.lisp.

Generic Function: flip-normals (wrapper)

Access the FBX:FLIP-NORMALS slot

For NURBS-SURFACE returns a BOOLEAN

See BOOLEAN (type)
See NURBS-SURFACE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: flip-normals ((wrapper nurbs-surface))
Generic Function: (setf flip-normals) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf flip-normals) ((wrapper nurbs-surface))
Source

wrapper.lisp.

Generic Function: focal-length-mm (wrapper)

Access the FBX:FOCAL-LENGTH-MM slot

For CAMERA returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: focal-length-mm ((wrapper camera))
Generic Function: (setf focal-length-mm) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf focal-length-mm) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: foreign-type (wrapper)

Returns the foreign type specifier of the thing the object represents.

See WRAPPER (type)
See FOREIGN-VECTOR (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: foreign-type ((wrapper geometry-cache-data-opts))
Method: foreign-type ((wrapper geometry-cache-opts))
Method: foreign-type ((wrapper subdivide-opts))
Method: foreign-type ((wrapper tessellate-surface-opts))
Method: foreign-type ((wrapper tessellate-curve-opts))
Method: foreign-type ((wrapper evaluate-opts))
Method: foreign-type ((wrapper load-opts))
Method: foreign-type ((wrapper inflate-retain))
Method: foreign-type ((wrapper inflate-input))
Method: foreign-type ((wrapper vertex-stream))
Method: foreign-type ((wrapper topo-edge))
Method: foreign-type ((wrapper surface-point))
Method: foreign-type ((wrapper curve-point))
Method: foreign-type ((wrapper scene))
Method: foreign-type ((wrapper scene-settings))
Method: foreign-type ((wrapper metadata))
Method: foreign-type ((wrapper application))
Method: foreign-type ((wrapper name-element))
Method: foreign-type ((wrapper metadata-object))
Method: foreign-type ((wrapper pose))
Method: foreign-type ((wrapper bone-pose))
Method: foreign-type ((wrapper constraint))
Method: foreign-type ((wrapper constraint-target))
Method: foreign-type ((wrapper character))
Method: foreign-type ((wrapper selection-node))
Method: foreign-type ((wrapper selection-set))
Method: foreign-type ((wrapper display-layer))
Method: foreign-type ((wrapper anim-curve))
Method: foreign-type ((wrapper keyframe))
Method: foreign-type ((wrapper tangent))
Method: foreign-type ((wrapper anim-value))
Method: foreign-type ((wrapper anim-layer))
Method: foreign-type ((wrapper anim-prop))
Method: foreign-type ((wrapper anim-stack))
Method: foreign-type ((wrapper anim))
Method: foreign-type ((wrapper prop-override))
Method: foreign-type ((wrapper anim-layer-desc))
Method: foreign-type ((wrapper shader-binding))
Method: foreign-type ((wrapper shader-prop-binding))
Method: foreign-type ((wrapper shader))
Method: foreign-type ((wrapper video))
Method: foreign-type ((wrapper texture))
Method: foreign-type ((wrapper texture-file))
Method: foreign-type ((wrapper shader-texture))
Method: foreign-type ((wrapper shader-texture-input))
Method: foreign-type ((wrapper texture-layer))
Method: foreign-type ((wrapper material))
Method: foreign-type ((wrapper material-features))
Method: foreign-type ((wrapper material-pbr-maps))
Method: foreign-type ((wrapper material-fbx-maps))
Method: foreign-type ((wrapper material-texture))
Method: foreign-type ((wrapper material-feature-info))
Method: foreign-type ((wrapper material-map))
Method: foreign-type ((wrapper cache-file))
Method: foreign-type ((wrapper cache-deformer))
Method: foreign-type ((wrapper geometry-cache))
Method: foreign-type ((wrapper cache-channel))
Method: foreign-type ((wrapper cache-frame))
Method: foreign-type ((wrapper blend-shape))
Method: foreign-type ((wrapper blend-channel))
Method: foreign-type ((wrapper blend-keyframe))
Method: foreign-type ((wrapper blend-deformer))
Method: foreign-type ((wrapper skin-cluster))
Method: foreign-type ((wrapper skin-deformer))
Method: foreign-type ((wrapper skin-weight))
Method: foreign-type ((wrapper skin-vertex))
Method: foreign-type ((wrapper lod-group))
Method: foreign-type ((wrapper lod-level))
Method: foreign-type ((wrapper marker))
Method: foreign-type ((wrapper camera-switcher))
Method: foreign-type ((wrapper stereo-camera))
Method: foreign-type ((wrapper procedural-geometry))
Method: foreign-type ((wrapper nurbs-trim-boundary))
Method: foreign-type ((wrapper nurbs-trim-surface))
Method: foreign-type ((wrapper nurbs-surface))
Method: foreign-type ((wrapper nurbs-curve))
Method: foreign-type ((wrapper nurbs-basis))
Method: foreign-type ((wrapper line-curve))
Method: foreign-type ((wrapper line-segment))
Method: foreign-type ((wrapper empty))
Method: foreign-type ((wrapper bone))
Method: foreign-type ((wrapper camera))
Method: foreign-type ((wrapper coordinate-axes))
Method: foreign-type ((wrapper light))
Method: foreign-type ((wrapper mesh))
Method: foreign-type ((wrapper subdivision-result))
Method: foreign-type ((wrapper subdivision-weight))
Method: foreign-type ((wrapper subdivision-weight-range))
Method: foreign-type ((wrapper face-group))
Method: foreign-type ((wrapper mesh-material))
Method: foreign-type ((wrapper face))
Method: foreign-type ((wrapper edge))
Method: foreign-type ((wrapper color-set))
Method: foreign-type ((wrapper uv-set))
Method: foreign-type ((wrapper vertex-vec4))
Method: foreign-type ((wrapper vertex-vec3))
Method: foreign-type ((wrapper vertex-vec2))
Method: foreign-type ((wrapper vertex-real))
Method: foreign-type ((wrapper vertex-attrib))
Method: foreign-type ((wrapper node))
Method: foreign-type ((wrapper unknown))
Method: foreign-type ((wrapper connection))
Method: foreign-type ((wrapper element))
Method: foreign-type ((wrapper props))
Method: foreign-type ((wrapper prop))
Method: foreign-type ((wrapper dom-node))
Method: foreign-type ((wrapper dom-value))
Method: foreign-type ((wrapper matrix))
Method: foreign-type ((wrapper transform))
Method: foreign-type ((wrapper quat))
Method: foreign-type ((wrapper vec4))
Method: foreign-type ((wrapper vec3))
Method: foreign-type ((wrapper vec2))
Method: foreign-type ((wrapper blob))
Method: foreign-type ((wrapper fbx-string))
Reader Method: foreign-type ((foreign-vector foreign-vector))

automatically generated reader method

Target Slot

foreign-type.

Generic Writer: (setf foreign-type) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf foreign-type) ((foreign-vector foreign-vector))

automatically generated writer method

Source

wrapper.lisp.

Target Slot

foreign-type.

Generic Function: frames (wrapper)

Access the FBX:FRAMES slot

For GEOMETRY-CACHE returns a FOREIGN-VECTOR (CACHE-FRAME) For CACHE-CHANNEL returns a FOREIGN-VECTOR (CACHE-FRAME)

See FOREIGN-VECTOR (type)
See GEOMETRY-CACHE (type)
See CACHE-CHANNEL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: frames ((wrapper geometry-cache))
Method: frames ((wrapper cache-channel))
Generic Function: (setf frames) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf frames) ((wrapper geometry-cache))
Source

wrapper.lisp.

Method: (setf frames) ((wrapper cache-channel))
Source

wrapper.lisp.

Generic Function: frames-per-second (wrapper)

Access the FBX:FRAMES-PER-SECOND slot

For GEOMETRY-CACHE-OPTS returns a DOUBLE-FLOAT For SCENE-SETTINGS returns a DOUBLE-FLOAT

See DOUBLE-FLOAT (type)
See GEOMETRY-CACHE-OPTS (type)
See SCENE-SETTINGS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: frames-per-second ((wrapper geometry-cache-opts))
Method: frames-per-second ((wrapper scene-settings))
Generic Function: (setf frames-per-second) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf frames-per-second) ((wrapper geometry-cache-opts))
Source

wrapper.lisp.

Method: (setf frames-per-second) ((wrapper scene-settings))
Source

wrapper.lisp.

Generic Function: free (allocator)

Frees all foreign resources associated with the object.

After calling FREE, you should not manipulate the object in any way. However, it is safe to call FREE multiple times.

See ALLOCATOR (type)
See WRAPPER (type)
See FOREIGN-VECTOR (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: free :after ((file fbx-file-stream))
Source

file.lisp.

Method: free :after ((file fbx-file-pointer))
Source

file.lisp.

Method: free ((file fbx-file))
Source

file.lisp.

Method: free ((geometry-cache geometry-cache))
Method: free ((mesh mesh))
Method: free ((curve line-curve))
Method: free ((scene scene))
Method: free ((vector foreign-vector))
Method: free ((wrapper wrapper))
Generic Function: from-tessellated-nurbs (wrapper)

Access the FBX:FROM-TESSELLATED-NURBS slot

For LINE-CURVE returns a BOOLEAN
For MESH returns a BOOLEAN

See BOOLEAN (type)
See LINE-CURVE (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: from-tessellated-nurbs ((wrapper line-curve))
Method: from-tessellated-nurbs ((wrapper mesh))
Generic Function: (setf from-tessellated-nurbs) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf from-tessellated-nurbs) ((wrapper line-curve))
Source

wrapper.lisp.

Method: (setf from-tessellated-nurbs) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: front (wrapper)

Access the FBX:FRONT slot

For COORDINATE-AXES returns a FBX:COORDINATE-AXIS

See COORDINATE-AXIS (type)
See COORDINATE-AXES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: front ((wrapper coordinate-axes))
Generic Function: (setf front) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf front) ((wrapper coordinate-axes))
Source

wrapper.lisp.

Generic Function: frozen (wrapper)

Access the FBX:FROZEN slot

For DISPLAY-LAYER returns a BOOLEAN

See BOOLEAN (type)
See DISPLAY-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: frozen ((wrapper display-layer))
Generic Function: (setf frozen) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf frozen) ((wrapper display-layer))
Source

wrapper.lisp.

Generic Function: gate-fit (wrapper)

Access the FBX:GATE-FIT slot

For CAMERA returns a FBX:GATE-FIT

See GATE-FIT (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: gate-fit ((wrapper camera))
Generic Function: (setf gate-fit) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf gate-fit) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: generate-missing-normals (wrapper)

Access the FBX:GENERATE-MISSING-NORMALS slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: generate-missing-normals ((wrapper load-opts))
Generic Function: (setf generate-missing-normals) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf generate-missing-normals) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: generate-normal-mapping (mesh topo &key assume-smooth normal-indices)

Generate the normal mapping for a topology.

Returns the length of and the normal indices array.

If no NORMAL-INDICES array is passed, one is created for you.

TOPO should be a FOREIGN-VECTOR as returned by COMPUTE-TOPOLOGY

See COMPUTE-TOPOLOGY
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: generate-normal-mapping ((mesh mesh) (topo foreign-vector) &key assume-smooth normal-indices)
Source

wrapper.lisp.

Generic Function: generated-normals (wrapper)

Access the FBX:GENERATED-NORMALS slot

For MESH returns a BOOLEAN

See BOOLEAN (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: generated-normals ((wrapper mesh))
Generic Function: (setf generated-normals) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf generated-normals) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: geometry-ignored (wrapper)

Access the FBX:GEOMETRY-IGNORED slot

For METADATA returns a BOOLEAN

See BOOLEAN (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: geometry-ignored ((wrapper metadata))
Generic Function: (setf geometry-ignored) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf geometry-ignored) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: geometry-to-bone (wrapper)

Access the FBX:GEOMETRY-TO-BONE slot

For SKIN-CLUSTER returns a MATRIX

See MATRIX (type)
See SKIN-CLUSTER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: geometry-to-bone ((wrapper skin-cluster))
Generic Function: (setf geometry-to-bone) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf geometry-to-bone) ((wrapper skin-cluster))
Source

wrapper.lisp.

Generic Function: geometry-to-node (wrapper)

Access the FBX:GEOMETRY-TO-NODE slot

For NODE returns a MATRIX

See MATRIX (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: geometry-to-node ((wrapper node))
Generic Function: (setf geometry-to-node) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf geometry-to-node) ((wrapper node))
Source

wrapper.lisp.

Generic Function: geometry-to-world (wrapper)

Access the FBX:GEOMETRY-TO-WORLD slot

For SKIN-CLUSTER returns a MATRIX For NODE returns a MATRIX

See MATRIX (type)
See SKIN-CLUSTER (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: geometry-to-world ((wrapper skin-cluster))
Method: geometry-to-world ((wrapper node))
Generic Function: (setf geometry-to-world) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf geometry-to-world) ((wrapper skin-cluster))
Source

wrapper.lisp.

Method: (setf geometry-to-world) ((wrapper node))
Source

wrapper.lisp.

Generic Function: geometry-to-world-transform (wrapper)

Access the FBX:GEOMETRY-TO-WORLD-TRANSFORM slot

For SKIN-CLUSTER returns a TRANSFORM

See TRANSFORM (type)
See SKIN-CLUSTER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: geometry-to-world-transform ((wrapper skin-cluster))
Generic Function: (setf geometry-to-world-transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf geometry-to-world-transform) ((wrapper skin-cluster))
Source

wrapper.lisp.

Generic Function: geometry-transform (wrapper)

Access the FBX:GEOMETRY-TRANSFORM slot

For NODE returns a TRANSFORM

See TRANSFORM (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: geometry-transform ((wrapper node))
Generic Function: (setf geometry-transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf geometry-transform) ((wrapper node))
Source

wrapper.lisp.

Generic Function: geometry-transform-handling (wrapper)

Access the FBX:GEOMETRY-TRANSFORM-HANDLING slot

For LOAD-OPTS returns a FBX:GEOMETRY-TRANSFORM-HANDLING

See GEOMETRY-TRANSFORM-HANDLING (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: geometry-transform-handling ((wrapper load-opts))
Generic Function: (setf geometry-transform-handling) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf geometry-transform-handling) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: geometry-transform-helper (wrapper)

Access the FBX:GEOMETRY-TRANSFORM-HELPER slot

For NODE returns a NODE

See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: geometry-transform-helper ((wrapper node))
Generic Function: (setf geometry-transform-helper) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf geometry-transform-helper) ((wrapper node))
Source

wrapper.lisp.

Method: (setf geometry-transform-helper) ((wrapper node))
Source

wrapper.lisp.

Generic Function: geometry-transform-helper-name (wrapper)

Access the FBX:GEOMETRY-TRANSFORM-HELPER-NAME slot

For LOAD-OPTS returns a STRING

See STRING (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: geometry-transform-helper-name ((wrapper load-opts))
Generic Function: (setf geometry-transform-helper-name) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf geometry-transform-helper-name) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: get-element (element prop type)

Gets the associated element of the requested type.

See ELEMENT (type)
See PROP (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: get-element ((element element) (prop prop) type)
Source

wrapper.lisp.

Generic Function: glossiness (wrapper)

Access the FBX:GLOSSINESS slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: glossiness ((wrapper material-pbr-maps))
Generic Function: (setf glossiness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf glossiness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Reader: handle (object)

Accessor to the underlying C pointer the object represents.

See WRAPPER (type)
See FOREIGN-VECTOR (type)

Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: handle ((foreign-vector foreign-vector))

automatically generated reader method

Source

wrapper.lisp.

Target Slot

handle.

Reader Method: handle ((wrapper wrapper))

automatically generated reader method

Source

wrapper.lisp.

Target Slot

handle.

Generic Writer: (setf handle) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf handle) ((foreign-vector foreign-vector))

automatically generated writer method

Source

wrapper.lisp.

Target Slot

handle.

Writer Method: (setf handle) ((wrapper wrapper))

automatically generated writer method

Source

wrapper.lisp.

Target Slot

handle.

Generic Function: has-adjust-transform (wrapper)

Access the FBX:HAS-ADJUST-TRANSFORM slot

For NODE returns a BOOLEAN

See BOOLEAN (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: has-adjust-transform ((wrapper node))
Generic Function: (setf has-adjust-transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf has-adjust-transform) ((wrapper node))
Source

wrapper.lisp.

Generic Function: has-file (wrapper)

Access the FBX:HAS-FILE slot

For TEXTURE returns a BOOLEAN

See BOOLEAN (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: has-file ((wrapper texture))
Generic Function: (setf has-file) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf has-file) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: has-geometry-transform (wrapper)

Access the FBX:HAS-GEOMETRY-TRANSFORM slot

For NODE returns a BOOLEAN

See BOOLEAN (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: has-geometry-transform ((wrapper node))
Generic Function: (setf has-geometry-transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf has-geometry-transform) ((wrapper node))
Source

wrapper.lisp.

Generic Function: has-uv-transform (wrapper)

Access the FBX:HAS-UV-TRANSFORM slot

For TEXTURE returns a BOOLEAN

See BOOLEAN (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: has-uv-transform ((wrapper texture))
Generic Function: (setf has-uv-transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf has-uv-transform) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: has-value (wrapper)

Access the FBX:HAS-VALUE slot

For MATERIAL-MAP returns a BOOLEAN

See BOOLEAN (type)
See MATERIAL-MAP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: has-value ((wrapper material-map))
Generic Function: (setf has-value) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf has-value) ((wrapper material-map))
Source

wrapper.lisp.

Generic Function: has-warning (wrapper)

Access the FBX:HAS-WARNING slot

For METADATA returns a VECTOR

See VECTOR (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: has-warning ((wrapper metadata))
Generic Function: (setf has-warning) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf has-warning) ((wrapper metadata))
Source

wrapper.lisp.

Generic Reader: huge-threshold (object)

Accesses the threshold beyond which ufbx will use individual allocations per element rather than batching them together.

See ALLOCATOR (type)

Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: huge-threshold ((allocator allocator))

automatically generated reader method

Source

wrapper.lisp.

Target Slot

huge-threshold.

Generic Writer: (setf huge-threshold) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf huge-threshold) ((allocator allocator))

automatically generated writer method

Source

wrapper.lisp.

Target Slot

huge-threshold.

Generic Function: id (wrapper)

Access the FBX:ID slot

For FACE-GROUP returns a INTEGER

See INTEGER (type)
See FACE-GROUP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: id ((wrapper face-group))
Generic Function: (setf id) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf id) ((wrapper face-group))
Source

wrapper.lisp.

Generic Function: idx (wrapper)

Access the FBX:IDX slot

For TEXTURE-FILE returns a INTEGER

See INTEGER (type)
See TEXTURE-FILE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: idx ((wrapper texture-file))
Generic Function: (setf idx) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf idx) ((wrapper texture-file))
Source

wrapper.lisp.

Generic Function: ignore-all-content (wrapper)

Access the FBX:IGNORE-ALL-CONTENT slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ignore-all-content ((wrapper load-opts))
Generic Function: (setf ignore-all-content) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ignore-all-content) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: ignore-animation (wrapper)

Access the FBX:IGNORE-ANIMATION slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ignore-animation ((wrapper load-opts))
Generic Function: (setf ignore-animation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ignore-animation) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: ignore-connections (wrapper)

Access the FBX:IGNORE-CONNECTIONS slot

For ANIM returns a BOOLEAN

See BOOLEAN (type)
See ANIM (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ignore-connections ((wrapper anim))
Generic Function: (setf ignore-connections) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ignore-connections) ((wrapper anim))
Source

wrapper.lisp.

Generic Function: ignore-embedded (wrapper)

Access the FBX:IGNORE-EMBEDDED slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ignore-embedded ((wrapper load-opts))
Generic Function: (setf ignore-embedded) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ignore-embedded) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: ignore-geometry (wrapper)

Access the FBX:IGNORE-GEOMETRY slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ignore-geometry ((wrapper load-opts))
Generic Function: (setf ignore-geometry) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ignore-geometry) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: ignore-missing-external-files (wrapper)

Access the FBX:IGNORE-MISSING-EXTERNAL-FILES slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ignore-missing-external-files ((wrapper load-opts))
Generic Function: (setf ignore-missing-external-files) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ignore-missing-external-files) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: ignore-normals (wrapper)

Access the FBX:IGNORE-NORMALS slot

For SUBDIVIDE-OPTS returns a BOOLEAN

See BOOLEAN (type)
See SUBDIVIDE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ignore-normals ((wrapper subdivide-opts))
Generic Function: (setf ignore-normals) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ignore-normals) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Generic Function: ignore-parent-transform (wrapper)

Access the FBX:IGNORE-PARENT-TRANSFORM slot

For LOD-GROUP returns a BOOLEAN

See BOOLEAN (type)
See LOD-GROUP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ignore-parent-transform ((wrapper lod-group))
Generic Function: (setf ignore-parent-transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ignore-parent-transform) ((wrapper lod-group))
Source

wrapper.lisp.

Generic Function: ik-effector (wrapper)

Access the FBX:IK-EFFECTOR slot

For CONSTRAINT returns a NODE

See NODE (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ik-effector ((wrapper constraint))
Generic Function: (setf ik-effector) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ik-effector) ((wrapper constraint))
Source

wrapper.lisp.

Method: (setf ik-effector) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: ik-end-node (wrapper)

Access the FBX:IK-END-NODE slot

For CONSTRAINT returns a NODE

See NODE (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ik-end-node ((wrapper constraint))
Generic Function: (setf ik-end-node) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ik-end-node) ((wrapper constraint))
Source

wrapper.lisp.

Method: (setf ik-end-node) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: ik-pole-vector (wrapper)

Access the FBX:IK-POLE-VECTOR slot

For CONSTRAINT returns a VEC3

See VEC3 (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ik-pole-vector ((wrapper constraint))
Generic Function: (setf ik-pole-vector) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ik-pole-vector) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: include-node (wrapper)

Access the FBX:INCLUDE-NODE slot

For SELECTION-NODE returns a BOOLEAN

See BOOLEAN (type)
See SELECTION-NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: include-node ((wrapper selection-node))
Generic Function: (setf include-node) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf include-node) ((wrapper selection-node))
Source

wrapper.lisp.

Generic Function: index (wrapper)

Access the FBX:INDEX slot

For TOPO-EDGE returns a INTEGER
For SUBDIVISION-WEIGHT returns a INTEGER For COLOR-SET returns a INTEGER
For UV-SET returns a INTEGER

See INTEGER (type)
See TOPO-EDGE (type)
See SUBDIVISION-WEIGHT (type)
See COLOR-SET (type)
See UV-SET (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: index ((wrapper topo-edge))
Method: index ((wrapper subdivision-weight))
Method: index ((wrapper color-set))
Method: index ((wrapper uv-set))
Generic Function: (setf index) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf index) ((wrapper topo-edge))
Source

wrapper.lisp.

Method: (setf index) ((wrapper subdivision-weight))
Source

wrapper.lisp.

Method: (setf index) ((wrapper color-set))
Source

wrapper.lisp.

Method: (setf index) ((wrapper uv-set))
Source

wrapper.lisp.

Generic Function: index-begin (wrapper)

Access the FBX:INDEX-BEGIN slot

For LINE-SEGMENT returns a INTEGER For FACE returns a INTEGER

See INTEGER (type)
See LINE-SEGMENT (type)
See FACE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: index-begin ((wrapper line-segment))
Method: index-begin ((wrapper face))
Generic Function: (setf index-begin) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf index-begin) ((wrapper line-segment))
Source

wrapper.lisp.

Method: (setf index-begin) ((wrapper face))
Source

wrapper.lisp.

Generic Function: index-error-handling (wrapper)

Access the FBX:INDEX-ERROR-HANDLING slot

For LOAD-OPTS returns a FBX:INDEX-ERROR-HANDLING

See INDEX-ERROR-HANDLING (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: index-error-handling ((wrapper load-opts))
Generic Function: (setf index-error-handling) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf index-error-handling) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: indices (wrapper)

Access the FBX:INDICES slot

For VERTEX-VEC4 returns a FOREIGN-VECTOR (UINT32) For VERTEX-VEC3 returns a FOREIGN-VECTOR (UINT32) For VERTEX-VEC2 returns a FOREIGN-VECTOR (UINT32) For VERTEX-REAL returns a FOREIGN-VECTOR (UINT32) For VERTEX-ATTRIB returns a FOREIGN-VECTOR (UINT32)

See FOREIGN-VECTOR (type)
See VERTEX-VEC4 (type)
See VERTEX-VEC3 (type)
See VERTEX-VEC2 (type)
See VERTEX-REAL (type)
See VERTEX-ATTRIB (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: indices ((wrapper vertex-vec4))
Method: indices ((wrapper vertex-vec3))
Method: indices ((wrapper vertex-vec2))
Method: indices ((wrapper vertex-real))
Method: indices ((wrapper vertex-attrib))
Generic Function: (setf indices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf indices) ((wrapper vertex-vec4))
Source

wrapper.lisp.

Method: (setf indices) ((wrapper vertex-vec3))
Source

wrapper.lisp.

Method: (setf indices) ((wrapper vertex-vec2))
Source

wrapper.lisp.

Method: (setf indices) ((wrapper vertex-real))
Source

wrapper.lisp.

Method: (setf indices) ((wrapper vertex-attrib))
Source

wrapper.lisp.

Generic Function: indirect-diffuse (wrapper)

Access the FBX:INDIRECT-DIFFUSE slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: indirect-diffuse ((wrapper material-pbr-maps))
Generic Function: (setf indirect-diffuse) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf indirect-diffuse) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: indirect-specular (wrapper)

Access the FBX:INDIRECT-SPECULAR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: indirect-specular ((wrapper material-pbr-maps))
Generic Function: (setf indirect-specular) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf indirect-specular) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: inflate (target input)

Inflate compressed data.

TARGET should be an octet vector to write the decompressed data into.

Returns the number of octets written to the target vector.

May signal an error of type INFLATE-ERROR.

See INFLATE-INPUT (type)
See INFLATE-ERROR (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: inflate ((target vector) (input inflate-input))
Source

wrapper.lisp.

Generic Reader: info (condition)

Returns additional information about the condition.

See FBX-ERROR (type)

Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: info ((condition fbx-error))
Source

conditions.lisp.

Target Slot

info.

Generic Function: inherit-type (wrapper)

Access the FBX:INHERIT-TYPE slot

For NODE returns a FBX:INHERIT-TYPE

See INHERIT-TYPE (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: inherit-type ((wrapper node))
Generic Function: (setf inherit-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf inherit-type) ((wrapper node))
Source

wrapper.lisp.

Generic Function: initialized (wrapper)

Access the FBX:INITIALIZED slot

For INFLATE-RETAIN returns a BOOLEAN

See BOOLEAN (type)
See INFLATE-RETAIN (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: initialized ((wrapper inflate-retain))
Generic Function: (setf initialized) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf initialized) ((wrapper inflate-retain))
Source

wrapper.lisp.

Generic Function: inner-angle (wrapper)

Access the FBX:INNER-ANGLE slot

For LIGHT returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See LIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: inner-angle ((wrapper light))
Generic Function: (setf inner-angle) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf inner-angle) ((wrapper light))
Source

wrapper.lisp.

Generic Function: inputs (wrapper)

Access the FBX:INPUTS slot

For SHADER-TEXTURE returns a FOREIGN-VECTOR (SHADER-TEXTURE-INPUT)

See FOREIGN-VECTOR (type)
See SHADER-TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: inputs ((wrapper shader-texture))
Generic Function: (setf inputs) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf inputs) ((wrapper shader-texture))
Source

wrapper.lisp.

Generic Function: instances (wrapper)

Access the FBX:INSTANCES slot

For ELEMENT returns a FOREIGN-VECTOR (NODE)

See FOREIGN-VECTOR (type)
See ELEMENT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: instances ((wrapper element))
Generic Function: (setf instances) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf instances) ((wrapper element))
Source

wrapper.lisp.

Generic Function: intensity (wrapper)

Access the FBX:INTENSITY slot

For LIGHT returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See LIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: intensity ((wrapper light))
Generic Function: (setf intensity) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf intensity) ((wrapper light))
Source

wrapper.lisp.

Generic Function: internal-fast-bits (wrapper)

Access the FBX:INTERNAL-FAST-BITS slot

For INFLATE-INPUT returns a INTEGER

See INTEGER (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: internal-fast-bits ((wrapper inflate-input))
Generic Function: (setf internal-fast-bits) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf internal-fast-bits) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: internal-reflections (wrapper)

Access the FBX:INTERNAL-REFLECTIONS slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: internal-reflections ((wrapper material-features))
Generic Function: (setf internal-reflections) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf internal-reflections) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: interpolate-normals (wrapper)

Access the FBX:INTERPOLATE-NORMALS slot

For SUBDIVIDE-OPTS returns a BOOLEAN

See BOOLEAN (type)
See SUBDIVIDE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: interpolate-normals ((wrapper subdivide-opts))
Generic Function: (setf interpolate-normals) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf interpolate-normals) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Generic Function: interpolate-tangents (wrapper)

Access the FBX:INTERPOLATE-TANGENTS slot

For SUBDIVIDE-OPTS returns a BOOLEAN

See BOOLEAN (type)
See SUBDIVIDE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: interpolate-tangents ((wrapper subdivide-opts))
Generic Function: (setf interpolate-tangents) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf interpolate-tangents) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Generic Function: interpolation (wrapper)

Access the FBX:INTERPOLATION slot

For KEYFRAME returns a FBX:INTERPOLATION

See INTERPOLATION (type)
See KEYFRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: interpolation ((wrapper keyframe))
Generic Function: (setf interpolation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf interpolation) ((wrapper keyframe))
Source

wrapper.lisp.

Generic Function: interpretation (wrapper)

Access the FBX:INTERPRETATION slot

For CACHE-CHANNEL returns a FBX:CACHE-INTERPRETATION

See CACHE-INTERPRETATION (type)
See CACHE-CHANNEL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: interpretation ((wrapper cache-channel))
Generic Function: (setf interpretation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf interpretation) ((wrapper cache-channel))
Source

wrapper.lisp.

Generic Function: interpretation-name (wrapper)

Access the FBX:INTERPRETATION-NAME slot

For CACHE-CHANNEL returns a STRING

See STRING (type)
See CACHE-CHANNEL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: interpretation-name ((wrapper cache-channel))
Generic Function: (setf interpretation-name) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf interpretation-name) ((wrapper cache-channel))
Source

wrapper.lisp.

Generic Function: ior (wrapper)

Access the FBX:IOR slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ior ((wrapper material-features))
Generic Function: (setf ior) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ior) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: is-2d (wrapper)

Access the FBX:IS-2D slot

For NURBS-BASIS returns a BOOLEAN

See BOOLEAN (type)
See NURBS-BASIS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: is-2d ((wrapper nurbs-basis))
Generic Function: (setf is-2d) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf is-2d) ((wrapper nurbs-basis))
Source

wrapper.lisp.

Generic Function: is-explicit (wrapper)

Access the FBX:IS-EXPLICIT slot

For MATERIAL-FEATURE-INFO returns a BOOLEAN

See BOOLEAN (type)
See MATERIAL-FEATURE-INFO (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: is-explicit ((wrapper material-feature-info))
Generic Function: (setf is-explicit) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf is-explicit) ((wrapper material-feature-info))
Source

wrapper.lisp.

Generic Function: is-geometry-transform-helper (wrapper)

Access the FBX:IS-GEOMETRY-TRANSFORM-HELPER slot

For NODE returns a BOOLEAN

See BOOLEAN (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: is-geometry-transform-helper ((wrapper node))
Generic Function: (setf is-geometry-transform-helper) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf is-geometry-transform-helper) ((wrapper node))
Source

wrapper.lisp.

Generic Function: is-root (wrapper)

Access the FBX:IS-ROOT slot

For BONE returns a BOOLEAN For NODE returns a BOOLEAN

See BOOLEAN (type)
See BONE (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: is-root ((wrapper bone))
Method: is-root ((wrapper node))
Generic Function: (setf is-root) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf is-root) ((wrapper bone))
Source

wrapper.lisp.

Method: (setf is-root) ((wrapper node))
Source

wrapper.lisp.

Generic Function: is-unsafe (wrapper)

Access the FBX:IS-UNSAFE slot

For METADATA returns a BOOLEAN

See BOOLEAN (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: is-unsafe ((wrapper metadata))
Generic Function: (setf is-unsafe) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf is-unsafe) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: keyframes (wrapper)

Access the FBX:KEYFRAMES slot

For ANIM-CURVE returns a FOREIGN-VECTOR (KEYFRAME)
For BLEND-CHANNEL returns a FOREIGN-VECTOR (BLEND-KEYFRAME)

See FOREIGN-VECTOR (type)
See ANIM-CURVE (type)
See BLEND-CHANNEL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: keyframes ((wrapper anim-curve))
Method: keyframes ((wrapper blend-channel))
Generic Function: (setf keyframes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf keyframes) ((wrapper anim-curve))
Source

wrapper.lisp.

Method: (setf keyframes) ((wrapper blend-channel))
Source

wrapper.lisp.

Generic Function: knot-vector (wrapper)

Access the FBX:KNOT-VECTOR slot

For NURBS-BASIS returns a FOREIGN-VECTOR (FLOAT)

See FOREIGN-VECTOR (type)
See NURBS-BASIS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: knot-vector ((wrapper nurbs-basis))
Generic Function: (setf knot-vector) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf knot-vector) ((wrapper nurbs-basis))
Source

wrapper.lisp.

Generic Function: ktime-to-sec (wrapper)

Access the FBX:KTIME-TO-SEC slot

For METADATA returns a DOUBLE-FLOAT

See DOUBLE-FLOAT (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ktime-to-sec ((wrapper metadata))
Generic Function: (setf ktime-to-sec) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ktime-to-sec) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: latest-application (wrapper)

Access the FBX:LATEST-APPLICATION slot

For METADATA returns a APPLICATION

See APPLICATION (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: latest-application ((wrapper metadata))
Generic Function: (setf latest-application) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf latest-application) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: layer (wrapper)

Access the FBX:LAYER slot

For ANIM-LAYER-DESC returns a ANIM-LAYER

See ANIM-LAYER (type)
See ANIM-LAYER-DESC (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: layer ((wrapper anim-layer-desc))
Generic Function: (setf layer) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf layer) ((wrapper anim-layer-desc))
Source

wrapper.lisp.

Method: (setf layer) ((wrapper anim-layer-desc))
Source

wrapper.lisp.

Generic Function: layers (wrapper)

Access the FBX:LAYERS slot

For ANIM-STACK returns a FOREIGN-VECTOR (ANIM-LAYER) For ANIM returns a FOREIGN-VECTOR (ANIM-LAYER-DESC) For TEXTURE returns a FOREIGN-VECTOR (TEXTURE-LAYER)

See FOREIGN-VECTOR (type)
See ANIM-STACK (type)
See ANIM (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: layers ((wrapper anim-stack))
Method: layers ((wrapper anim))
Method: layers ((wrapper texture))
Generic Function: (setf layers) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf layers) ((wrapper anim-stack))
Source

wrapper.lisp.

Method: (setf layers) ((wrapper anim))
Source

wrapper.lisp.

Method: (setf layers) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: left (wrapper)

Access the FBX:LEFT slot

For KEYFRAME returns a TANGENT For STEREO-CAMERA returns a CAMERA

See TANGENT (type)
See CAMERA (type)
See KEYFRAME (type)
See STEREO-CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: left ((wrapper keyframe))
Method: left ((wrapper stereo-camera))
Generic Function: (setf left) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf left) ((wrapper keyframe))
Source

wrapper.lisp.

Method: (setf left) ((wrapper stereo-camera))
Source

wrapper.lisp.

Method: (setf left) ((wrapper stereo-camera))
Source

wrapper.lisp.

Generic Function: light (wrapper)

Access the FBX:LIGHT slot

For NODE returns a LIGHT

See LIGHT (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: light ((wrapper node))
Generic Function: (setf light) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf light) ((wrapper node))
Source

wrapper.lisp.

Method: (setf light) ((wrapper node))
Source

wrapper.lisp.

Generic Function: light-type (wrapper)

Access the FBX:TYPE slot

For LIGHT returns a FBX:LIGHT-TYPE

See LIGHT-TYPE (type)
See LIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: light-type ((wrapper light))
Generic Function: (setf light-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf light-type) ((wrapper light))
Source

wrapper.lisp.

Generic Function: lights (wrapper)

Access the FBX:LIGHTS slot

For SCENE returns a FOREIGN-VECTOR (LIGHT)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: lights ((wrapper scene))
Generic Function: (setf lights) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf lights) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: line-curves (wrapper)

Access the FBX:LINE-CURVES slot

For SCENE returns a FOREIGN-VECTOR (LINE-CURVE)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: line-curves ((wrapper scene))
Generic Function: (setf line-curves) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf line-curves) ((wrapper scene))
Source

wrapper.lisp.

Generic Reader: lisp-type (object)

Returns the lisp type specifier of the elements represented by the vector.

See FOREIGN-VECTOR (type)

Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: lisp-type ((foreign-vector foreign-vector))

automatically generated reader method

Source

wrapper.lisp.

Target Slot

lisp-type.

Generic Writer: (setf lisp-type) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf lisp-type) ((foreign-vector foreign-vector))

automatically generated writer method

Source

wrapper.lisp.

Target Slot

lisp-type.

Generic Function: load-cache (path &rest args)

Load a geometry cache.

SOURCE may be one of:
STRING — A native namestring
PATHNAME — A file desgnator

Returns a GEOMETRY-CACHE if successful and signals an FBX-ERROR otherwise.

Please see GEOMETRY-CACHE-OPTS for the available arguments. Any GEOMETRY-CACHE-OPTS slot may be specified as a keyword argument.

See GEOMETRY-CACHE (type)
See FBX-ERROR (type)
See GEOMETRY-CACHE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: load-cache ((path string) &rest args)
Source

file.lisp.

Method: load-cache ((path pathname) &rest args)
Source

file.lisp.

Generic Function: load-external-files (wrapper)

Access the FBX:LOAD-EXTERNAL-FILES slot

For EVALUATE-OPTS returns a BOOLEAN For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See EVALUATE-OPTS (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: load-external-files ((wrapper evaluate-opts))
Method: load-external-files ((wrapper load-opts))
Generic Function: (setf load-external-files) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf load-external-files) ((wrapper evaluate-opts))
Source

wrapper.lisp.

Method: (setf load-external-files) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: local-direction (wrapper)

Access the FBX:LOCAL-DIRECTION slot

For LIGHT returns a VEC3

See VEC3 (type)
See LIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: local-direction ((wrapper light))
Generic Function: (setf local-direction) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf local-direction) ((wrapper light))
Source

wrapper.lisp.

Generic Function: local-transform (wrapper)

Access the FBX:LOCAL-TRANSFORM slot

For NODE returns a TRANSFORM

See TRANSFORM (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: local-transform ((wrapper node))
Generic Function: (setf local-transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf local-transform) ((wrapper node))
Source

wrapper.lisp.

Generic Function: lod-groups (wrapper)

Access the FBX:LOD-GROUPS slot

For SCENE returns a FOREIGN-VECTOR (LOD-GROUP)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: lod-groups ((wrapper scene))
Generic Function: (setf lod-groups) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf lod-groups) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: lod-levels (wrapper)

Access the FBX:LOD-LEVELS slot

For LOD-GROUP returns a FOREIGN-VECTOR (LOD-LEVEL)

See FOREIGN-VECTOR (type)
See LOD-GROUP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: lod-levels ((wrapper lod-group))
Generic Function: (setf lod-levels) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf lod-levels) ((wrapper lod-group))
Source

wrapper.lisp.

Generic Function: main-texture (wrapper)

Access the FBX:MAIN-TEXTURE slot

For SHADER-TEXTURE returns a TEXTURE

See TEXTURE (type)
See SHADER-TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: main-texture ((wrapper shader-texture))
Generic Function: (setf main-texture) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf main-texture) ((wrapper shader-texture))
Source

wrapper.lisp.

Method: (setf main-texture) ((wrapper shader-texture))
Source

wrapper.lisp.

Generic Function: main-texture-output-index (wrapper)

Access the FBX:MAIN-TEXTURE-OUTPUT-INDEX slot

For SHADER-TEXTURE returns a INTEGER

See INTEGER (type)
See SHADER-TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: main-texture-output-index ((wrapper shader-texture))
Generic Function: (setf main-texture-output-index) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf main-texture-output-index) ((wrapper shader-texture))
Source

wrapper.lisp.

Generic Function: marker-type (wrapper)

Access the FBX:TYPE slot

For MARKER returns a FBX:MARKER-TYPE

See MARKER-TYPE (type)
See MARKER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: marker-type ((wrapper marker))
Generic Function: (setf marker-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf marker-type) ((wrapper marker))
Source

wrapper.lisp.

Generic Function: markers (wrapper)

Access the FBX:MARKERS slot

For SCENE returns a FOREIGN-VECTOR (MARKER)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: markers ((wrapper scene))
Generic Function: (setf markers) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf markers) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: material (wrapper)

Access the FBX:MATERIAL slot

For NURBS-SURFACE returns a MATERIAL For MESH-MATERIAL returns a MATERIAL

See MATERIAL (type)
See NURBS-SURFACE (type)
See MESH-MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: material ((wrapper nurbs-surface))
Method: material ((wrapper mesh-material))
Generic Function: (setf material) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf material) ((wrapper nurbs-surface))
Source

wrapper.lisp.

Method: (setf material) ((wrapper nurbs-surface))
Source

wrapper.lisp.

Method: (setf material) ((wrapper mesh-material))
Source

wrapper.lisp.

Method: (setf material) ((wrapper mesh-material))
Source

wrapper.lisp.

Generic Function: material-prop (wrapper)

Access the FBX:MATERIAL-PROP slot

For SHADER-PROP-BINDING returns a STRING For MATERIAL-TEXTURE returns a STRING

See STRING (type)
See SHADER-PROP-BINDING (type)
See MATERIAL-TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: material-prop ((wrapper shader-prop-binding))
Method: material-prop ((wrapper material-texture))
Generic Function: (setf material-prop) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf material-prop) ((wrapper shader-prop-binding))
Source

wrapper.lisp.

Method: (setf material-prop) ((wrapper material-texture))
Source

wrapper.lisp.

Generic Function: materials (wrapper)

Access the FBX:MATERIALS slot

For SCENE returns a FOREIGN-VECTOR (MATERIAL) For MESH returns a FOREIGN-VECTOR (MATERIAL) For NODE returns a FOREIGN-VECTOR (MATERIAL)

See FOREIGN-VECTOR (type)
See SCENE (type)
See MESH (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: materials ((wrapper scene))
Method: materials ((wrapper mesh))
Method: materials ((wrapper node))
Generic Function: (setf materials) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf materials) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf materials) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf materials) ((wrapper node))
Source

wrapper.lisp.

Generic Function: matte (wrapper)

Access the FBX:MATTE slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: matte ((wrapper material-features))
Generic Function: (setf matte) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf matte) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: matte-color (wrapper)

Access the FBX:MATTE-COLOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: matte-color ((wrapper material-pbr-maps))
Generic Function: (setf matte-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf matte-color) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: matte-factor (wrapper)

Access the FBX:MATTE-FACTOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: matte-factor ((wrapper material-pbr-maps))
Generic Function: (setf matte-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf matte-factor) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Reader: max-chunk-size (object)

Accesses the maximum number of bytes the allocator can hand out in one allocation.

See ALLOCATOR (type)

Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: max-chunk-size ((allocator allocator))

automatically generated reader method

Source

wrapper.lisp.

Target Slot

max-chunk-size.

Generic Writer: (setf max-chunk-size) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf max-chunk-size) ((allocator allocator))

automatically generated writer method

Source

wrapper.lisp.

Target Slot

max-chunk-size.

Generic Function: max-face-triangles (wrapper)

Access the FBX:MAX-FACE-TRIANGLES slot

For METADATA returns a INTEGER
For MESH returns a INTEGER

See INTEGER (type)
See METADATA (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: max-face-triangles ((wrapper metadata))
Method: max-face-triangles ((wrapper mesh))
Generic Function: (setf max-face-triangles) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf max-face-triangles) ((wrapper metadata))
Source

wrapper.lisp.

Method: (setf max-face-triangles) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: max-skin-weights (wrapper)

Access the FBX:MAX-SKIN-WEIGHTS slot

For SUBDIVIDE-OPTS returns a INTEGER

See INTEGER (type)
See SUBDIVIDE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: max-skin-weights ((wrapper subdivide-opts))
Generic Function: (setf max-skin-weights) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf max-skin-weights) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Generic Function: max-source-vertices (wrapper)

Access the FBX:MAX-SOURCE-VERTICES slot

For SUBDIVIDE-OPTS returns a INTEGER

See INTEGER (type)
See SUBDIVIDE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: max-source-vertices ((wrapper subdivide-opts))
Generic Function: (setf max-source-vertices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf max-source-vertices) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Generic Function: max-weights-per-vertex (wrapper)

Access the FBX:MAX-WEIGHTS-PER-VERTEX slot

For SKIN-DEFORMER returns a INTEGER

See INTEGER (type)
See SKIN-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: max-weights-per-vertex ((wrapper skin-deformer))
Generic Function: (setf max-weights-per-vertex) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf max-weights-per-vertex) ((wrapper skin-deformer))
Source

wrapper.lisp.

Generic Function: may-contain-broken-elements (wrapper)

Access the FBX:MAY-CONTAIN-BROKEN-ELEMENTS slot

For METADATA returns a BOOLEAN

See BOOLEAN (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: may-contain-broken-elements ((wrapper metadata))
Generic Function: (setf may-contain-broken-elements) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf may-contain-broken-elements) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: may-contain-missing-vertex-position (wrapper)

Access the FBX:MAY-CONTAIN-MISSING-VERTEX-POSITION slot

For METADATA returns a BOOLEAN

See BOOLEAN (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: may-contain-missing-vertex-position ((wrapper metadata))
Generic Function: (setf may-contain-missing-vertex-position) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf may-contain-missing-vertex-position) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: may-contain-no-index (wrapper)

Access the FBX:MAY-CONTAIN-NO-INDEX slot

For METADATA returns a BOOLEAN

See BOOLEAN (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: may-contain-no-index ((wrapper metadata))
Generic Function: (setf may-contain-no-index) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf may-contain-no-index) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: may-contain-null-materials (wrapper)

Access the FBX:MAY-CONTAIN-NULL-MATERIALS slot

For METADATA returns a BOOLEAN

See BOOLEAN (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: may-contain-null-materials ((wrapper metadata))
Generic Function: (setf may-contain-null-materials) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf may-contain-null-materials) ((wrapper metadata))
Source

wrapper.lisp.

Generic Reader: memory-limit (object)

Accesses the maximum addressable number of bytes the allocator can hand out.

See ALLOCATOR (type)

Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: memory-limit ((allocator allocator))

automatically generated reader method

Source

wrapper.lisp.

Target Slot

memory-limit.

Generic Writer: (setf memory-limit) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf memory-limit) ((allocator allocator))

automatically generated writer method

Source

wrapper.lisp.

Target Slot

memory-limit.

Generic Function: mesh (wrapper)

Access the FBX:MESH slot

For NODE returns a MESH

See MESH (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: mesh ((wrapper node))
Generic Function: (setf mesh) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf mesh) ((wrapper node))
Source

wrapper.lisp.

Method: (setf mesh) ((wrapper node))
Source

wrapper.lisp.

Generic Function: mesh-node-to-bone (wrapper)

Access the FBX:MESH-NODE-TO-BONE slot

For SKIN-CLUSTER returns a MATRIX

See MATRIX (type)
See SKIN-CLUSTER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: mesh-node-to-bone ((wrapper skin-cluster))
Generic Function: (setf mesh-node-to-bone) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf mesh-node-to-bone) ((wrapper skin-cluster))
Source

wrapper.lisp.

Generic Function: meshes (wrapper)

Access the FBX:MESHES slot

For SCENE returns a FOREIGN-VECTOR (MESH)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: meshes ((wrapper scene))
Generic Function: (setf meshes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf meshes) ((wrapper scene))
Source

wrapper.lisp.

Generic Reader: message (condition)

Returns the message associated with the error.

See FBX-ERROR (type)
See FBX-PANIC (type)

Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: message ((condition fbx-panic))
Source

conditions.lisp.

Target Slot

message.

Reader Method: message ((condition fbx-error))
Source

conditions.lisp.

Target Slot

message.

Generic Function: metadata (wrapper)

Access the FBX:METADATA slot

For SCENE returns a METADATA

See METADATA (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: metadata ((wrapper scene))
Generic Function: (setf metadata) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf metadata) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: metadata-objects (wrapper)

Access the FBX:METADATA-OBJECTS slot

For SCENE returns a FOREIGN-VECTOR (METADATA-OBJECT)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: metadata-objects ((wrapper scene))
Generic Function: (setf metadata-objects) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf metadata-objects) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: metalness (wrapper)

Access the FBX:METALNESS slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-MAP (type)
See MATERIAL-FEATURES (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: metalness ((wrapper material-features))
Method: metalness ((wrapper material-pbr-maps))
Generic Function: (setf metalness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf metalness) ((wrapper material-features))
Source

wrapper.lisp.

Method: (setf metalness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: name (wrapper)

Access the FBX:NAME slot

For APPLICATION returns a STRING
For NAME-ELEMENT returns a STRING
For SHADER-TEXTURE-INPUT returns a STRING For CACHE-CHANNEL returns a STRING For FACE-GROUP returns a STRING
For COLOR-SET returns a STRING
For UV-SET returns a STRING
For ELEMENT returns a STRING
For PROP returns a STRING
For DOM-NODE returns a STRING

See STRING (type)
See APPLICATION (type)
See NAME-ELEMENT (type)
See SHADER-TEXTURE-INPUT (type)
See CACHE-CHANNEL (type)
See FACE-GROUP (type)
See COLOR-SET (type)
See UV-SET (type)
See ELEMENT (type)
See PROP (type)
See DOM-NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: name ((wrapper application))
Method: name ((wrapper name-element))
Method: name ((wrapper shader-texture-input))
Method: name ((wrapper cache-channel))
Method: name ((wrapper face-group))
Method: name ((wrapper color-set))
Method: name ((wrapper uv-set))
Method: name ((wrapper element))
Method: name ((wrapper prop))
Method: name ((wrapper dom-node))
Generic Function: (setf name) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf name) ((wrapper application))
Source

wrapper.lisp.

Method: (setf name) ((wrapper name-element))
Source

wrapper.lisp.

Method: (setf name) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Method: (setf name) ((wrapper cache-channel))
Source

wrapper.lisp.

Method: (setf name) ((wrapper face-group))
Source

wrapper.lisp.

Method: (setf name) ((wrapper color-set))
Source

wrapper.lisp.

Method: (setf name) ((wrapper uv-set))
Source

wrapper.lisp.

Method: (setf name) ((wrapper element))
Source

wrapper.lisp.

Method: (setf name) ((wrapper prop))
Source

wrapper.lisp.

Method: (setf name) ((wrapper dom-node))
Source

wrapper.lisp.

Generic Function: near-plane (wrapper)

Access the FBX:NEAR-PLANE slot

For CAMERA returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: near-plane ((wrapper camera))
Generic Function: (setf near-plane) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf near-plane) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: next (wrapper)

Access the FBX:NEXT slot

For TOPO-EDGE returns a INTEGER

See INTEGER (type)
See TOPO-EDGE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: next ((wrapper topo-edge))
Generic Function: (setf next) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf next) ((wrapper topo-edge))
Source

wrapper.lisp.

Generic Function: next-vertex (vec index)

Returns the index of the next vertex after the one of the given index.

May signal an error of type FBX-PANIC.

See FBX-PANIC (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: next-vertex ((vec foreign-vector) index)
Source

wrapper.lisp.

Generic Function: no-anim-curve-unit-scaling (wrapper)

Access the FBX:NO-ANIM-CURVE-UNIT-SCALING slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: no-anim-curve-unit-scaling ((wrapper load-opts))
Generic Function: (setf no-anim-curve-unit-scaling) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf no-anim-curve-unit-scaling) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: no-checksum (wrapper)

Access the FBX:NO-CHECKSUM slot

For INFLATE-INPUT returns a BOOLEAN

See BOOLEAN (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: no-checksum ((wrapper inflate-input))
Generic Function: (setf no-checksum) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf no-checksum) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: no-format-from-content (wrapper)

Access the FBX:NO-FORMAT-FROM-CONTENT slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: no-format-from-content ((wrapper load-opts))
Generic Function: (setf no-format-from-content) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf no-format-from-content) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: no-format-from-extension (wrapper)

Access the FBX:NO-FORMAT-FROM-EXTENSION slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: no-format-from-extension ((wrapper load-opts))
Generic Function: (setf no-format-from-extension) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf no-format-from-extension) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: no-header (wrapper)

Access the FBX:NO-HEADER slot

For INFLATE-INPUT returns a BOOLEAN

See BOOLEAN (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: no-header ((wrapper inflate-input))
Generic Function: (setf no-header) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf no-header) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: no-prop-unit-scaling (wrapper)

Access the FBX:NO-PROP-UNIT-SCALING slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: no-prop-unit-scaling ((wrapper load-opts))
Generic Function: (setf no-prop-unit-scaling) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf no-prop-unit-scaling) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: node (wrapper)

Access the FBX:NODE slot

For CONSTRAINT returns a NODE For CONSTRAINT-TARGET returns a NODE

See NODE (type)
See CONSTRAINT (type)
See CONSTRAINT-TARGET (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: node ((wrapper constraint))
Method: node ((wrapper constraint-target))
Generic Function: (setf node) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf node) ((wrapper constraint))
Source

wrapper.lisp.

Method: (setf node) ((wrapper constraint))
Source

wrapper.lisp.

Method: (setf node) ((wrapper constraint-target))
Source

wrapper.lisp.

Method: (setf node) ((wrapper constraint-target))
Source

wrapper.lisp.

Generic Function: node-depth (wrapper)

Access the FBX:NODE-DEPTH slot

For NODE returns a INTEGER

See INTEGER (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: node-depth ((wrapper node))
Generic Function: (setf node-depth) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf node-depth) ((wrapper node))
Source

wrapper.lisp.

Generic Function: node-to-parent (wrapper)

Access the FBX:NODE-TO-PARENT slot

For NODE returns a MATRIX

See MATRIX (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: node-to-parent ((wrapper node))
Generic Function: (setf node-to-parent) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf node-to-parent) ((wrapper node))
Source

wrapper.lisp.

Generic Function: node-to-world (wrapper)

Access the FBX:NODE-TO-WORLD slot

For NODE returns a MATRIX

See MATRIX (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: node-to-world ((wrapper node))
Generic Function: (setf node-to-world) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf node-to-world) ((wrapper node))
Source

wrapper.lisp.

Generic Function: nodes (wrapper)

Access the FBX:NODES slot

For SCENE returns a FOREIGN-VECTOR (NODE)
For SELECTION-SET returns a FOREIGN-VECTOR (NODE) For DISPLAY-LAYER returns a FOREIGN-VECTOR (NODE)

See FOREIGN-VECTOR (type)
See SCENE (type)
See SELECTION-SET (type)
See DISPLAY-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: nodes ((wrapper scene))
Method: nodes ((wrapper selection-set))
Method: nodes ((wrapper display-layer))
Generic Function: (setf nodes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf nodes) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf nodes) ((wrapper selection-set))
Source

wrapper.lisp.

Method: (setf nodes) ((wrapper display-layer))
Source

wrapper.lisp.

Generic Function: normal-map (wrapper)

Access the FBX:NORMAL-MAP slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: normal-map ((wrapper material-pbr-maps))
Method: normal-map ((wrapper material-fbx-maps))
Generic Function: (setf normal-map) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf normal-map) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Method: (setf normal-map) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: normal-matrix (node &optional matrix)

Compute a normal matrix for the given node.

MATRIX should be a 16-element single-float array to hold the matrix components. If it is not passed, a vector is allocated and returned for you.

See NODE (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: normal-matrix ((node node) &optional matrix)
Source

wrapper.lisp.

Generic Function: normal-offsets (wrapper)

Access the FBX:NORMAL-OFFSETS slot

For BLEND-SHAPE returns a FOREIGN-VECTOR (VEC3)

See FOREIGN-VECTOR (type)
See BLEND-SHAPE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: normal-offsets ((wrapper blend-shape))
Generic Function: (setf normal-offsets) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf normal-offsets) ((wrapper blend-shape))
Source

wrapper.lisp.

Generic Function: normalize-normals (wrapper)

Access the FBX:NORMALIZE-NORMALS slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: normalize-normals ((wrapper load-opts))
Generic Function: (setf normalize-normals) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf normalize-normals) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: normalize-tangents (wrapper)

Access the FBX:NORMALIZE-TANGENTS slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: normalize-tangents ((wrapper load-opts))
Generic Function: (setf normalize-tangents) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf normalize-tangents) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: num-animated (wrapper)

Access the FBX:NUM-ANIMATED slot

For PROPS returns a INTEGER

See INTEGER (type)
See PROPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-animated ((wrapper props))
Generic Function: (setf num-animated) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-animated) ((wrapper props))
Source

wrapper.lisp.

Generic Function: num-control-points-u (wrapper)

Access the FBX:NUM-CONTROL-POINTS-U slot

For NURBS-SURFACE returns a INTEGER

See INTEGER (type)
See NURBS-SURFACE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-control-points-u ((wrapper nurbs-surface))
Generic Function: (setf num-control-points-u) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-control-points-u) ((wrapper nurbs-surface))
Source

wrapper.lisp.

Generic Function: num-control-points-v (wrapper)

Access the FBX:NUM-CONTROL-POINTS-V slot

For NURBS-SURFACE returns a INTEGER

See INTEGER (type)
See NURBS-SURFACE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-control-points-v ((wrapper nurbs-surface))
Generic Function: (setf num-control-points-v) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-control-points-v) ((wrapper nurbs-surface))
Source

wrapper.lisp.

Generic Function: num-dq-weights (wrapper)

Access the FBX:NUM-DQ-WEIGHTS slot

For SKIN-DEFORMER returns a INTEGER

See INTEGER (type)
See SKIN-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-dq-weights ((wrapper skin-deformer))
Generic Function: (setf num-dq-weights) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-dq-weights) ((wrapper skin-deformer))
Source

wrapper.lisp.

Generic Function: num-edges (wrapper)

Access the FBX:NUM-EDGES slot

For MESH returns a INTEGER

See INTEGER (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-edges ((wrapper mesh))
Generic Function: (setf num-edges) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-edges) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: num-empty-faces (wrapper)

Access the FBX:NUM-EMPTY-FACES slot

For MESH returns a INTEGER
For MESH-MATERIAL returns a INTEGER

See INTEGER (type)
See MESH (type)
See MESH-MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-empty-faces ((wrapper mesh))
Method: num-empty-faces ((wrapper mesh-material))
Generic Function: (setf num-empty-faces) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-empty-faces) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf num-empty-faces) ((wrapper mesh-material))
Source

wrapper.lisp.

Generic Function: num-faces (wrapper)

Access the FBX:NUM-FACES slot

For MESH returns a INTEGER
For FACE-GROUP returns a INTEGER For MESH-MATERIAL returns a INTEGER

See INTEGER (type)
See MESH (type)
See FACE-GROUP (type)
See MESH-MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-faces ((wrapper mesh))
Method: num-faces ((wrapper face-group))
Method: num-faces ((wrapper mesh-material))
Generic Function: (setf num-faces) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-faces) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf num-faces) ((wrapper face-group))
Source

wrapper.lisp.

Method: (setf num-faces) ((wrapper mesh-material))
Source

wrapper.lisp.

Generic Function: num-indices (wrapper)

Access the FBX:NUM-INDICES slot

For LINE-SEGMENT returns a INTEGER For MESH returns a INTEGER
For FACE returns a INTEGER

See INTEGER (type)
See LINE-SEGMENT (type)
See MESH (type)
See FACE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-indices ((wrapper line-segment))
Method: num-indices ((wrapper mesh))
Method: num-indices ((wrapper face))
Generic Function: (setf num-indices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-indices) ((wrapper line-segment))
Source

wrapper.lisp.

Method: (setf num-indices) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf num-indices) ((wrapper face))
Source

wrapper.lisp.

Generic Function: num-line-faces (wrapper)

Access the FBX:NUM-LINE-FACES slot

For MESH returns a INTEGER
For MESH-MATERIAL returns a INTEGER

See INTEGER (type)
See MESH (type)
See MESH-MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-line-faces ((wrapper mesh))
Method: num-line-faces ((wrapper mesh-material))
Generic Function: (setf num-line-faces) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-line-faces) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf num-line-faces) ((wrapper mesh-material))
Source

wrapper.lisp.

Generic Function: num-offsets (wrapper)

Access the FBX:NUM-OFFSETS slot

For BLEND-SHAPE returns a INTEGER

See INTEGER (type)
See BLEND-SHAPE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-offsets ((wrapper blend-shape))
Generic Function: (setf num-offsets) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-offsets) ((wrapper blend-shape))
Source

wrapper.lisp.

Generic Function: num-point-faces (wrapper)

Access the FBX:NUM-POINT-FACES slot

For MESH returns a INTEGER
For MESH-MATERIAL returns a INTEGER

See INTEGER (type)
See MESH (type)
See MESH-MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-point-faces ((wrapper mesh))
Method: num-point-faces ((wrapper mesh-material))
Generic Function: (setf num-point-faces) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-point-faces) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf num-point-faces) ((wrapper mesh-material))
Source

wrapper.lisp.

Generic Function: num-shader-textures (wrapper)

Access the FBX:NUM-SHADER-TEXTURES slot

For METADATA returns a INTEGER

See INTEGER (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-shader-textures ((wrapper metadata))
Generic Function: (setf num-shader-textures) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-shader-textures) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: num-triangles (wrapper)

Access the FBX:NUM-TRIANGLES slot

For MESH returns a INTEGER
For FACE-GROUP returns a INTEGER For MESH-MATERIAL returns a INTEGER

See INTEGER (type)
See MESH (type)
See FACE-GROUP (type)
See MESH-MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-triangles ((wrapper mesh))
Method: num-triangles ((wrapper face-group))
Method: num-triangles ((wrapper mesh-material))
Generic Function: (setf num-triangles) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-triangles) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf num-triangles) ((wrapper face-group))
Source

wrapper.lisp.

Method: (setf num-triangles) ((wrapper mesh-material))
Source

wrapper.lisp.

Generic Function: num-vertices (wrapper)

Access the FBX:NUM-VERTICES slot

For MESH returns a INTEGER

See INTEGER (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-vertices ((wrapper mesh))
Generic Function: (setf num-vertices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-vertices) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: num-weights (wrapper)

Access the FBX:NUM-WEIGHTS slot

For SKIN-CLUSTER returns a INTEGER
For SKIN-VERTEX returns a INTEGER
For SUBDIVISION-WEIGHT-RANGE returns a INTEGER

See INTEGER (type)
See SKIN-CLUSTER (type)
See SKIN-VERTEX (type)
See SUBDIVISION-WEIGHT-RANGE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-weights ((wrapper skin-cluster))
Method: num-weights ((wrapper skin-vertex))
Method: num-weights ((wrapper subdivision-weight-range))
Generic Function: (setf num-weights) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-weights) ((wrapper skin-cluster))
Source

wrapper.lisp.

Method: (setf num-weights) ((wrapper skin-vertex))
Source

wrapper.lisp.

Method: (setf num-weights) ((wrapper subdivision-weight-range))
Source

wrapper.lisp.

Generic Function: num-wrap-control-points (wrapper)

Access the FBX:NUM-WRAP-CONTROL-POINTS slot

For NURBS-BASIS returns a INTEGER

See INTEGER (type)
See NURBS-BASIS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: num-wrap-control-points ((wrapper nurbs-basis))
Generic Function: (setf num-wrap-control-points) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf num-wrap-control-points) ((wrapper nurbs-basis))
Source

wrapper.lisp.

Generic Function: nurbs-curves (wrapper)

Access the FBX:NURBS-CURVES slot

For SCENE returns a FOREIGN-VECTOR (NURBS-CURVE)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: nurbs-curves ((wrapper scene))
Generic Function: (setf nurbs-curves) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf nurbs-curves) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: nurbs-surfaces (wrapper)

Access the FBX:NURBS-SURFACES slot

For SCENE returns a FOREIGN-VECTOR (NURBS-SURFACE)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: nurbs-surfaces ((wrapper scene))
Generic Function: (setf nurbs-surfaces) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf nurbs-surfaces) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: nurbs-trim-boundaries (wrapper)

Access the FBX:NURBS-TRIM-BOUNDARIES slot

For SCENE returns a FOREIGN-VECTOR (NURBS-TRIM-BOUNDARY)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: nurbs-trim-boundaries ((wrapper scene))
Generic Function: (setf nurbs-trim-boundaries) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf nurbs-trim-boundaries) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: nurbs-trim-surfaces (wrapper)

Access the FBX:NURBS-TRIM-SURFACES slot

For SCENE returns a FOREIGN-VECTOR (NURBS-TRIM-SURFACE)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: nurbs-trim-surfaces ((wrapper scene))
Generic Function: (setf nurbs-trim-surfaces) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf nurbs-trim-surfaces) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: obj-merge-groups (wrapper)

Access the FBX:OBJ-MERGE-GROUPS slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: obj-merge-groups ((wrapper load-opts))
Generic Function: (setf obj-merge-groups) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf obj-merge-groups) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: obj-merge-objects (wrapper)

Access the FBX:OBJ-MERGE-OBJECTS slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: obj-merge-objects ((wrapper load-opts))
Generic Function: (setf obj-merge-objects) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf obj-merge-objects) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: obj-mtl-data (wrapper)

Access the FBX:OBJ-MTL-DATA slot

For LOAD-OPTS returns a BLOB

See BLOB (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: obj-mtl-data ((wrapper load-opts))
Generic Function: (setf obj-mtl-data) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf obj-mtl-data) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: obj-mtl-path (wrapper)

Access the FBX:OBJ-MTL-PATH slot

For LOAD-OPTS returns a STRING

See STRING (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: obj-mtl-path ((wrapper load-opts))
Generic Function: (setf obj-mtl-path) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf obj-mtl-path) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: obj-search-mtl-by-filename (wrapper)

Access the FBX:OBJ-SEARCH-MTL-BY-FILENAME slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: obj-search-mtl-by-filename ((wrapper load-opts))
Generic Function: (setf obj-search-mtl-by-filename) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf obj-search-mtl-by-filename) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: obj-split-groups (wrapper)

Access the FBX:OBJ-SPLIT-GROUPS slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: obj-split-groups ((wrapper load-opts))
Generic Function: (setf obj-split-groups) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf obj-split-groups) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: offset-vertices (wrapper)

Access the FBX:OFFSET-VERTICES slot

For BLEND-SHAPE returns a FOREIGN-VECTOR (UINT32)

See FOREIGN-VECTOR (type)
See BLEND-SHAPE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: offset-vertices ((wrapper blend-shape))
Generic Function: (setf offset-vertices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf offset-vertices) ((wrapper blend-shape))
Source

wrapper.lisp.

Generic Function: opacity (wrapper)

Access the FBX:OPACITY slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-MAP (type)
See MATERIAL-FEATURES (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: opacity ((wrapper material-features))
Method: opacity ((wrapper material-pbr-maps))
Generic Function: (setf opacity) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf opacity) ((wrapper material-features))
Source

wrapper.lisp.

Method: (setf opacity) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: (setf open-file-cb) (wrapper)

Sets the open-file callback.

Should be a function of four arguments: STREAM
PATH
FILE-TYPE
ALLOCATOR

Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf open-file-cb) ((wrapper wrapper))
Source

wrapper.lisp.

Generic Function: open-main-file-with-default (wrapper)

Access the FBX:OPEN-MAIN-FILE-WITH-DEFAULT slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: open-main-file-with-default ((wrapper load-opts))
Generic Function: (setf open-main-file-with-default) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf open-main-file-with-default) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: order (wrapper)

Access the FBX:ORDER slot

For NURBS-BASIS returns a INTEGER

See INTEGER (type)
See NURBS-BASIS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: order ((wrapper nurbs-basis))
Generic Function: (setf order) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf order) ((wrapper nurbs-basis))
Source

wrapper.lisp.

Generic Function: original-application (wrapper)

Access the FBX:ORIGINAL-APPLICATION slot

For METADATA returns a APPLICATION

See APPLICATION (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: original-application ((wrapper metadata))
Generic Function: (setf original-application) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf original-application) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: original-axis-up (wrapper)

Access the FBX:ORIGINAL-AXIS-UP slot

For SCENE-SETTINGS returns a FBX:COORDINATE-AXIS

See COORDINATE-AXIS (type)
See SCENE-SETTINGS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: original-axis-up ((wrapper scene-settings))
Generic Function: (setf original-axis-up) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf original-axis-up) ((wrapper scene-settings))
Source

wrapper.lisp.

Generic Function: original-file-path (wrapper)

Access the FBX:ORIGINAL-FILE-PATH slot

For METADATA returns a STRING

See STRING (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: original-file-path ((wrapper metadata))
Generic Function: (setf original-file-path) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf original-file-path) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: original-unit-meters (wrapper)

Access the FBX:ORIGINAL-UNIT-METERS slot

For SCENE-SETTINGS returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See SCENE-SETTINGS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: original-unit-meters ((wrapper scene-settings))
Generic Function: (setf original-unit-meters) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf original-unit-meters) ((wrapper scene-settings))
Source

wrapper.lisp.

Generic Function: orthographic-extent (wrapper)

Access the FBX:ORTHOGRAPHIC-EXTENT slot

For CAMERA returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: orthographic-extent ((wrapper camera))
Generic Function: (setf orthographic-extent) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf orthographic-extent) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: orthographic-size (wrapper)

Access the FBX:ORTHOGRAPHIC-SIZE slot

For CAMERA returns a VEC2

See VEC2 (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: orthographic-size ((wrapper camera))
Generic Function: (setf orthographic-size) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf orthographic-size) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: outer-angle (wrapper)

Access the FBX:OUTER-ANGLE slot

For LIGHT returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See LIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: outer-angle ((wrapper light))
Generic Function: (setf outer-angle) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf outer-angle) ((wrapper light))
Source

wrapper.lisp.

Generic Function: parent (wrapper)

Access the FBX:PARENT slot

For NODE returns a NODE

See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: parent ((wrapper node))
Generic Function: (setf parent) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf parent) ((wrapper node))
Source

wrapper.lisp.

Method: (setf parent) ((wrapper node))
Source

wrapper.lisp.

Generic Function: path-separator (wrapper)

Access the FBX:PATH-SEPARATOR slot

For LOAD-OPTS returns a COMMON-LISP:CHARACTER

See CHARACTER (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: path-separator ((wrapper load-opts))
Generic Function: (setf path-separator) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf path-separator) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: pbr (wrapper)

Access the FBX:PBR slot

For MATERIAL returns a MATERIAL-PBR-MAPS
For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-PBR-MAPS (type)
See MATERIAL-FEATURE-INFO (type)
See MATERIAL (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: pbr ((wrapper material))
Method: pbr ((wrapper material-features))
Generic Function: (setf pbr) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf pbr) ((wrapper material))
Source

wrapper.lisp.

Method: (setf pbr) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: point-indices (wrapper)

Access the FBX:POINT-INDICES slot

For LINE-CURVE returns a FOREIGN-VECTOR (UINT32)

See FOREIGN-VECTOR (type)
See LINE-CURVE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: point-indices ((wrapper line-curve))
Generic Function: (setf point-indices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf point-indices) ((wrapper line-curve))
Source

wrapper.lisp.

Generic Function: poses (wrapper)

Access the FBX:POSES slot

For SCENE returns a FOREIGN-VECTOR (POSE)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: poses ((wrapper scene))
Generic Function: (setf poses) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf poses) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: position (wrapper)

Access the COMMON-LISP:POSITION slot

For SURFACE-POINT returns a VEC3 For CURVE-POINT returns a VEC3

See VEC3 (type)
See SURFACE-POINT (type)
See CURVE-POINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: position ((wrapper surface-point))
Method: position ((wrapper curve-point))
Generic Function: (setf position) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf position) ((wrapper surface-point))
Source

wrapper.lisp.

Method: (setf position) ((wrapper curve-point))
Source

wrapper.lisp.

Generic Function: position-offsets (wrapper)

Access the FBX:POSITION-OFFSETS slot

For BLEND-SHAPE returns a FOREIGN-VECTOR (VEC3)

See FOREIGN-VECTOR (type)
See BLEND-SHAPE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: position-offsets ((wrapper blend-shape))
Generic Function: (setf position-offsets) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf position-offsets) ((wrapper blend-shape))
Source

wrapper.lisp.

Generic Function: prev (wrapper)

Access the FBX:PREV slot

For TOPO-EDGE returns a INTEGER

See INTEGER (type)
See TOPO-EDGE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: prev ((wrapper topo-edge))
Generic Function: (setf prev) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf prev) ((wrapper topo-edge))
Source

wrapper.lisp.

Generic Function: prev-vertex (vec index)

Returns the index of the previous vertex before the one of the given index.

May signal an error of type FBX-PANIC.

See FBX-PANIC (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: prev-vertex ((vec foreign-vector) index)
Source

wrapper.lisp.

Generic Function: procedural-geometries (wrapper)

Access the FBX:PROCEDURAL-GEOMETRIES slot

For SCENE returns a FOREIGN-VECTOR (PROCEDURAL-GEOMETRY)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: procedural-geometries ((wrapper scene))
Generic Function: (setf procedural-geometries) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf procedural-geometries) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: (setf progress-cb) (wrapper)

Sets the progress callback.

Should be a function of two arguments: CURRENT
MAX

Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf progress-cb) ((wrapper wrapper))
Source

wrapper.lisp.

Generic Function: progress-interval-hint (wrapper)

Access the FBX:PROGRESS-INTERVAL-HINT slot

For LOAD-OPTS returns a INTEGER
For INFLATE-INPUT returns a INTEGER

See INTEGER (type)
See LOAD-OPTS (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: progress-interval-hint ((wrapper load-opts))
Method: progress-interval-hint ((wrapper inflate-input))
Generic Function: (setf progress-interval-hint) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf progress-interval-hint) ((wrapper load-opts))
Source

wrapper.lisp.

Method: (setf progress-interval-hint) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: progress-size-after (wrapper)

Access the FBX:PROGRESS-SIZE-AFTER slot

For INFLATE-INPUT returns a INTEGER

See INTEGER (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: progress-size-after ((wrapper inflate-input))
Generic Function: (setf progress-size-after) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf progress-size-after) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: progress-size-before (wrapper)

Access the FBX:PROGRESS-SIZE-BEFORE slot

For INFLATE-INPUT returns a INTEGER

See INTEGER (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: progress-size-before ((wrapper inflate-input))
Generic Function: (setf progress-size-before) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf progress-size-before) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: projection-axes (wrapper)

Access the FBX:PROJECTION-AXES slot

For CAMERA returns a COORDINATE-AXES

See COORDINATE-AXES (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: projection-axes ((wrapper camera))
Generic Function: (setf projection-axes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf projection-axes) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: projection-mode (wrapper)

Access the FBX:PROJECTION-MODE slot

For CAMERA returns a FBX:PROJECTION-MODE

See PROJECTION-MODE (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: projection-mode ((wrapper camera))
Generic Function: (setf projection-mode) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf projection-mode) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: projection-plane (wrapper)

Access the FBX:PROJECTION-PLANE slot

For CAMERA returns a VEC2

See VEC2 (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: projection-plane ((wrapper camera))
Generic Function: (setf projection-plane) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf projection-plane) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: prop (wrapper)

Access the FBX:PROP slot

For SHADER-TEXTURE-INPUT returns a PROP

See PROP (type)
See SHADER-TEXTURE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: prop ((wrapper shader-texture-input))
Generic Function: (setf prop) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf prop) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Method: (setf prop) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Generic Function: prop-bindings (wrapper)

Access the FBX:PROP-BINDINGS slot

For SHADER-BINDING returns a FOREIGN-VECTOR (SHADER-PROP-BINDING)

See FOREIGN-VECTOR (type)
See SHADER-BINDING (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: prop-bindings ((wrapper shader-binding))
Generic Function: (setf prop-bindings) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf prop-bindings) ((wrapper shader-binding))
Source

wrapper.lisp.

Generic Function: prop-name (wrapper)

Access the FBX:PROP-NAME slot

For ANIM-PROP returns a STRING For PROP-OVERRIDE returns a :STRING

See STRING (type)
See STRING (type)
See ANIM-PROP (type)
See PROP-OVERRIDE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: prop-name ((wrapper anim-prop))
Method: prop-name ((wrapper prop-override))
Generic Function: (setf prop-name) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf prop-name) ((wrapper anim-prop))
Source

wrapper.lisp.

Method: (setf prop-name) ((wrapper prop-override))
Source

wrapper.lisp.

Generic Function: prop-overrides (wrapper)

Access the FBX:PROP-OVERRIDES slot

For ANIM returns a FOREIGN-VECTOR (PROP-OVERRIDE)

See FOREIGN-VECTOR (type)
See ANIM (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: prop-overrides ((wrapper anim))
Generic Function: (setf prop-overrides) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf prop-overrides) ((wrapper anim))
Source

wrapper.lisp.

Generic Function: prop-prefix (wrapper)

Access the FBX:PROP-PREFIX slot

For SHADER-TEXTURE returns a STRING

See STRING (type)
See SHADER-TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: prop-prefix ((wrapper shader-texture))
Generic Function: (setf prop-prefix) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf prop-prefix) ((wrapper shader-texture))
Source

wrapper.lisp.

Generic Function: prop-type (wrapper)

Access the FBX:TYPE slot

For PROP returns a FBX:PROP-TYPE

See PROP-TYPE (type)
See PROP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: prop-type ((wrapper prop))
Generic Function: (setf prop-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf prop-type) ((wrapper prop))
Source

wrapper.lisp.

Generic Function: props (wrapper)

Access the FBX:PROPS slot

For SCENE-SETTINGS returns a PROPS For ELEMENT returns a PROPS
For PROPS returns a FOREIGN-VECTOR (PROP)

See FOREIGN-VECTOR (type)
See SCENE-SETTINGS (type)
See ELEMENT (type)
See PROPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: props ((wrapper scene-settings))
Method: props ((wrapper element))
Method: props ((wrapper props))
Generic Function: (setf props) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf props) ((wrapper scene-settings))
Source

wrapper.lisp.

Method: (setf props) ((wrapper element))
Source

wrapper.lisp.

Method: (setf props) ((wrapper props))
Source

wrapper.lisp.

Generic Function: radius (wrapper)

Access the FBX:RADIUS slot

For BONE returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See BONE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: radius ((wrapper bone))
Generic Function: (setf radius) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf radius) ((wrapper bone))
Source

wrapper.lisp.

Generic Function: raw-absolute-filename (wrapper)

Access the FBX:RAW-ABSOLUTE-FILENAME slot

For VIDEO returns a BLOB
For TEXTURE returns a BLOB
For TEXTURE-FILE returns a BLOB
For CACHE-FILE returns a BLOB

See BLOB (type)
See VIDEO (type)
See TEXTURE (type)
See TEXTURE-FILE (type)
See CACHE-FILE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: raw-absolute-filename ((wrapper video))
Method: raw-absolute-filename ((wrapper texture))
Method: raw-absolute-filename ((wrapper texture-file))
Method: raw-absolute-filename ((wrapper cache-file))
Generic Function: (setf raw-absolute-filename) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf raw-absolute-filename) ((wrapper video))
Source

wrapper.lisp.

Method: (setf raw-absolute-filename) ((wrapper texture))
Source

wrapper.lisp.

Method: (setf raw-absolute-filename) ((wrapper texture-file))
Source

wrapper.lisp.

Method: (setf raw-absolute-filename) ((wrapper cache-file))
Source

wrapper.lisp.

Generic Function: raw-filename (wrapper)

Access the FBX:RAW-FILENAME slot

For LOAD-OPTS returns a BLOB For METADATA returns a BLOB For VIDEO returns a BLOB
For TEXTURE returns a BLOB For TEXTURE-FILE returns a BLOB For CACHE-FILE returns a BLOB

See BLOB (type)
See LOAD-OPTS (type)
See METADATA (type)
See VIDEO (type)
See TEXTURE (type)
See TEXTURE-FILE (type)
See CACHE-FILE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: raw-filename ((wrapper load-opts))
Method: raw-filename ((wrapper metadata))
Method: raw-filename ((wrapper video))
Method: raw-filename ((wrapper texture))
Method: raw-filename ((wrapper texture-file))
Method: raw-filename ((wrapper cache-file))
Generic Function: (setf raw-filename) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf raw-filename) ((wrapper load-opts))
Source

wrapper.lisp.

Method: (setf raw-filename) ((wrapper metadata))
Source

wrapper.lisp.

Method: (setf raw-filename) ((wrapper video))
Source

wrapper.lisp.

Method: (setf raw-filename) ((wrapper texture))
Source

wrapper.lisp.

Method: (setf raw-filename) ((wrapper texture-file))
Source

wrapper.lisp.

Method: (setf raw-filename) ((wrapper cache-file))
Source

wrapper.lisp.

Generic Function: raw-original-file-path (wrapper)

Access the FBX:RAW-ORIGINAL-FILE-PATH slot

For METADATA returns a BLOB

See BLOB (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: raw-original-file-path ((wrapper metadata))
Generic Function: (setf raw-original-file-path) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf raw-original-file-path) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: raw-relative-filename (wrapper)

Access the FBX:RAW-RELATIVE-FILENAME slot

For VIDEO returns a BLOB
For TEXTURE returns a BLOB
For TEXTURE-FILE returns a BLOB
For CACHE-FILE returns a BLOB

See BLOB (type)
See VIDEO (type)
See TEXTURE (type)
See TEXTURE-FILE (type)
See CACHE-FILE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: raw-relative-filename ((wrapper video))
Method: raw-relative-filename ((wrapper texture))
Method: raw-relative-filename ((wrapper texture-file))
Method: raw-relative-filename ((wrapper cache-file))
Generic Function: (setf raw-relative-filename) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf raw-relative-filename) ((wrapper video))
Source

wrapper.lisp.

Method: (setf raw-relative-filename) ((wrapper texture))
Source

wrapper.lisp.

Method: (setf raw-relative-filename) ((wrapper texture-file))
Source

wrapper.lisp.

Method: (setf raw-relative-filename) ((wrapper cache-file))
Source

wrapper.lisp.

Generic Function: raw-relative-root (wrapper)

Access the FBX:RAW-RELATIVE-ROOT slot

For METADATA returns a BLOB

See BLOB (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: raw-relative-root ((wrapper metadata))
Generic Function: (setf raw-relative-root) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf raw-relative-root) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: raw-shader-source (wrapper)

Access the FBX:RAW-SHADER-SOURCE slot

For SHADER-TEXTURE returns a BLOB

See BLOB (type)
See SHADER-TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: raw-shader-source ((wrapper shader-texture))
Generic Function: (setf raw-shader-source) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf raw-shader-source) ((wrapper shader-texture))
Source

wrapper.lisp.

Generic Function: read-buffer-size (wrapper)

Access the FBX:READ-BUFFER-SIZE slot

For LOAD-OPTS returns a INTEGER

See INTEGER (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: read-buffer-size ((wrapper load-opts))
Generic Function: (setf read-buffer-size) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf read-buffer-size) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: read-cache (cache vector &rest opts &key type &allow-other-keys)

Read a value from the geometry cache.

TYPE may be VEC3 or REAL.
You may pass options as there are slots for GEOMETRY-CACHE-DATA-OPTS.

See GEOMETRY-CACHE (type)
See GEOMETRY-CACHE-DATA-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: read-cache ((cache cache-frame) vector &rest opts &key type &allow-other-keys)
Source

wrapper.lisp.

Generic Function: read-fn (wrapper)

Access the FBX:READ-FN slot

For INFLATE-INPUT returns a :POINTER

See POINTER (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: read-fn ((wrapper inflate-input))
Generic Function: (setf read-fn) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf read-fn) ((wrapper inflate-input))
Source

wrapper.lisp.

Method: (setf read-fn) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: read-user (wrapper)

Access the FBX:READ-USER slot

For INFLATE-INPUT returns a :POINTER

See POINTER (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: read-user ((wrapper inflate-input))
Generic Function: (setf read-user) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf read-user) ((wrapper inflate-input))
Source

wrapper.lisp.

Method: (setf read-user) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: reallocate (allocator old-pointer old-size new-size)

Reallocate a memory region to the given size.

Should return a CFFI:FOREIGN-POINTER.
A failure can be indicated by returning a null pointer.

See ALLOCATOR (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Generic Function: reflection-color (wrapper)

Access the FBX:REFLECTION-COLOR slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: reflection-color ((wrapper material-fbx-maps))
Generic Function: (setf reflection-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf reflection-color) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: reflection-factor (wrapper)

Access the FBX:REFLECTION-FACTOR slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: reflection-factor ((wrapper material-fbx-maps))
Generic Function: (setf reflection-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf reflection-factor) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: relative-distances (wrapper)

Access the FBX:RELATIVE-DISTANCES slot

For LOD-GROUP returns a BOOLEAN

See BOOLEAN (type)
See LOD-GROUP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: relative-distances ((wrapper lod-group))
Generic Function: (setf relative-distances) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf relative-distances) ((wrapper lod-group))
Source

wrapper.lisp.

Generic Function: relative-filename (wrapper)

Access the FBX:RELATIVE-FILENAME slot

For VIDEO returns a STRING
For TEXTURE returns a STRING
For TEXTURE-FILE returns a STRING For CACHE-FILE returns a STRING

See STRING (type)
See VIDEO (type)
See TEXTURE (type)
See TEXTURE-FILE (type)
See CACHE-FILE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: relative-filename ((wrapper video))
Method: relative-filename ((wrapper texture))
Method: relative-filename ((wrapper texture-file))
Method: relative-filename ((wrapper cache-file))
Generic Function: (setf relative-filename) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf relative-filename) ((wrapper video))
Source

wrapper.lisp.

Method: (setf relative-filename) ((wrapper texture))
Source

wrapper.lisp.

Method: (setf relative-filename) ((wrapper texture-file))
Source

wrapper.lisp.

Method: (setf relative-filename) ((wrapper cache-file))
Source

wrapper.lisp.

Generic Function: relative-length (wrapper)

Access the FBX:RELATIVE-LENGTH slot

For BONE returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See BONE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: relative-length ((wrapper bone))
Generic Function: (setf relative-length) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf relative-length) ((wrapper bone))
Source

wrapper.lisp.

Generic Function: relative-root (wrapper)

Access the FBX:RELATIVE-ROOT slot

For METADATA returns a STRING

See STRING (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: relative-root ((wrapper metadata))
Generic Function: (setf relative-root) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf relative-root) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: resolution (wrapper)

Access the FBX:RESOLUTION slot

For CAMERA returns a VEC2

See VEC2 (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: resolution ((wrapper camera))
Generic Function: (setf resolution) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf resolution) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: resolution-is-pixels (wrapper)

Access the FBX:RESOLUTION-IS-PIXELS slot

For CAMERA returns a BOOLEAN

See BOOLEAN (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: resolution-is-pixels ((wrapper camera))
Generic Function: (setf resolution-is-pixels) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf resolution-is-pixels) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: result-allocator (wrapper)

Access the FBX:RESULT-ALLOCATOR slot

For GEOMETRY-CACHE-OPTS returns a ALLOCATOR For SUBDIVIDE-OPTS returns a ALLOCATOR
For TESSELLATE-SURFACE-OPTS returns a ALLOCATOR For TESSELLATE-CURVE-OPTS returns a ALLOCATOR For EVALUATE-OPTS returns a ALLOCATOR
For LOAD-OPTS returns a ALLOCATOR

See ALLOCATOR (type)
See GEOMETRY-CACHE-OPTS (type)
See SUBDIVIDE-OPTS (type)
See TESSELLATE-SURFACE-OPTS (type)
See TESSELLATE-CURVE-OPTS (type)
See EVALUATE-OPTS (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: result-allocator ((wrapper geometry-cache-opts))
Method: result-allocator ((wrapper subdivide-opts))
Method: result-allocator ((wrapper tessellate-surface-opts))
Method: result-allocator ((wrapper tessellate-curve-opts))
Method: result-allocator ((wrapper evaluate-opts))
Method: result-allocator ((wrapper load-opts))
Generic Function: (setf result-allocator) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf result-allocator) ((wrapper wrapper))
Source

wrapper.lisp.

Method: (setf result-allocator) ((wrapper geometry-cache-opts))
Source

wrapper.lisp.

Method: (setf result-allocator) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Method: (setf result-allocator) ((wrapper tessellate-surface-opts))
Source

wrapper.lisp.

Method: (setf result-allocator) ((wrapper tessellate-curve-opts))
Source

wrapper.lisp.

Method: (setf result-allocator) ((wrapper evaluate-opts))
Source

wrapper.lisp.

Method: (setf result-allocator) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: result-allocs (wrapper)

Access the FBX:RESULT-ALLOCS slot

For METADATA returns a INTEGER
For SUBDIVISION-RESULT returns a INTEGER

See INTEGER (type)
See METADATA (type)
See SUBDIVISION-RESULT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: result-allocs ((wrapper metadata))
Method: result-allocs ((wrapper subdivision-result))
Generic Function: (setf result-allocs) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf result-allocs) ((wrapper metadata))
Source

wrapper.lisp.

Method: (setf result-allocs) ((wrapper subdivision-result))
Source

wrapper.lisp.

Generic Function: result-memory-used (wrapper)

Access the FBX:RESULT-MEMORY-USED slot

For METADATA returns a INTEGER
For SUBDIVISION-RESULT returns a INTEGER

See INTEGER (type)
See METADATA (type)
See SUBDIVISION-RESULT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: result-memory-used ((wrapper metadata))
Method: result-memory-used ((wrapper subdivision-result))
Generic Function: (setf result-memory-used) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf result-memory-used) ((wrapper metadata))
Source

wrapper.lisp.

Method: (setf result-memory-used) ((wrapper subdivision-result))
Source

wrapper.lisp.

Generic Function: retain-dom (wrapper)

Access the FBX:RETAIN-DOM slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: retain-dom ((wrapper load-opts))
Generic Function: (setf retain-dom) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf retain-dom) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: right (wrapper)

Access the FBX:RIGHT slot

For KEYFRAME returns a TANGENT
For STEREO-CAMERA returns a CAMERA
For COORDINATE-AXES returns a FBX:COORDINATE-AXIS

See TANGENT (type)
See CAMERA (type)
See COORDINATE-AXIS (type)
See KEYFRAME (type)
See STEREO-CAMERA (type)
See COORDINATE-AXES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: right ((wrapper keyframe))
Method: right ((wrapper stereo-camera))
Method: right ((wrapper coordinate-axes))
Generic Function: (setf right) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf right) ((wrapper keyframe))
Source

wrapper.lisp.

Method: (setf right) ((wrapper stereo-camera))
Source

wrapper.lisp.

Method: (setf right) ((wrapper stereo-camera))
Source

wrapper.lisp.

Method: (setf right) ((wrapper coordinate-axes))
Source

wrapper.lisp.

Generic Function: root-filename (wrapper)

Access the FBX:ROOT-FILENAME slot

For GEOMETRY-CACHE returns a STRING

See STRING (type)
See GEOMETRY-CACHE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: root-filename ((wrapper geometry-cache))
Generic Function: (setf root-filename) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf root-filename) ((wrapper geometry-cache))
Source

wrapper.lisp.

Generic Function: root-node (wrapper)

Access the FBX:ROOT-NODE slot

For SCENE returns a NODE

See NODE (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: root-node ((wrapper scene))
Generic Function: (setf root-node) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf root-node) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf root-node) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: root-transform (wrapper)

Access the FBX:ROOT-TRANSFORM slot

For LOAD-OPTS returns a TRANSFORM

See TRANSFORM (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: root-transform ((wrapper load-opts))
Generic Function: (setf root-transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf root-transform) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: rotation (wrapper)

Access the FBX:ROTATION slot

For TRANSFORM returns a QUAT

See QUAT (type)
See TRANSFORM (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: rotation ((wrapper transform))
Generic Function: (setf rotation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf rotation) ((wrapper transform))
Source

wrapper.lisp.

Generic Function: rotation-order (wrapper)

Access the FBX:ROTATION-ORDER slot

For NODE returns a FBX:ROTATION-ORDER

See ROTATION-ORDER (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: rotation-order ((wrapper node))
Generic Function: (setf rotation-order) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf rotation-order) ((wrapper node))
Source

wrapper.lisp.

Generic Function: roughness (wrapper)

Access the FBX:ROUGHNESS slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: roughness ((wrapper material-pbr-maps))
Generic Function: (setf roughness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf roughness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: roughness-as-glossiness (wrapper)

Access the FBX:ROUGHNESS-AS-GLOSSINESS slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: roughness-as-glossiness ((wrapper material-features))
Generic Function: (setf roughness-as-glossiness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf roughness-as-glossiness) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: sample-cache (cache vector time &rest opts &key type &allow-other-keys)

Sample a value from the geometry cache at the given time.

TYPE may be VEC3 or REAL.
You may pass options as there are slots for GEOMETRY-CACHE-DATA-OPTS.

See GEOMETRY-CACHE (type)
See GEOMETRY-CACHE-DATA-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: sample-cache ((cache cache-frame) vector time &rest opts &key type &allow-other-keys)
Source

wrapper.lisp.

Generic Function: scale (wrapper)

Access the FBX:SCALE slot

For TRANSFORM returns a VEC3

See VEC3 (type)
See TRANSFORM (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: scale ((wrapper transform))
Generic Function: (setf scale) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf scale) ((wrapper transform))
Source

wrapper.lisp.

Generic Function: scene (wrapper)

Access the FBX:SCENE slot

For ELEMENT returns a SCENE

See SCENE (type)
See ELEMENT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: scene ((wrapper element))
Generic Function: (setf scene) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf scene) ((wrapper element))
Source

wrapper.lisp.

Method: (setf scene) ((wrapper element))
Source

wrapper.lisp.

Generic Function: scene-props (wrapper)

Access the FBX:SCENE-PROPS slot

For METADATA returns a PROPS

See PROPS (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: scene-props ((wrapper metadata))
Generic Function: (setf scene-props) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf scene-props) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: segments (wrapper)

Access the FBX:SEGMENTS slot

For LINE-CURVE returns a FOREIGN-VECTOR (LINE-SEGMENT)

See FOREIGN-VECTOR (type)
See LINE-CURVE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: segments ((wrapper line-curve))
Generic Function: (setf segments) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf segments) ((wrapper line-curve))
Source

wrapper.lisp.

Generic Function: selection-nodes (wrapper)

Access the FBX:SELECTION-NODES slot

For SCENE returns a FOREIGN-VECTOR (SELECTION-NODE)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: selection-nodes ((wrapper scene))
Generic Function: (setf selection-nodes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf selection-nodes) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: selection-sets (wrapper)

Access the FBX:SELECTION-SETS slot

For SCENE returns a FOREIGN-VECTOR (SELECTION-SET)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: selection-sets ((wrapper scene))
Generic Function: (setf selection-sets) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf selection-sets) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: settings (wrapper)

Access the FBX:SETTINGS slot

For SCENE returns a SCENE-SETTINGS

See SCENE-SETTINGS (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: settings ((wrapper scene))
Generic Function: (setf settings) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf settings) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: shader (wrapper)

Access the FBX:SHADER slot

For TEXTURE returns a SHADER-TEXTURE For MATERIAL returns a SHADER

See SHADER-TEXTURE (type)
See SHADER (type)
See TEXTURE (type)
See MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shader ((wrapper texture))
Method: shader ((wrapper material))
Generic Function: (setf shader) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shader) ((wrapper texture))
Source

wrapper.lisp.

Method: (setf shader) ((wrapper texture))
Source

wrapper.lisp.

Method: (setf shader) ((wrapper material))
Source

wrapper.lisp.

Method: (setf shader) ((wrapper material))
Source

wrapper.lisp.

Generic Function: shader-bindings (wrapper)

Access the FBX:SHADER-BINDINGS slot

For SCENE returns a FOREIGN-VECTOR (SHADER-BINDING)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shader-bindings ((wrapper scene))
Generic Function: (setf shader-bindings) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shader-bindings) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: shader-name (wrapper)

Access the FBX:SHADER-NAME slot

For SHADER-TEXTURE returns a STRING

See STRING (type)
See SHADER-TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shader-name ((wrapper shader-texture))
Generic Function: (setf shader-name) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shader-name) ((wrapper shader-texture))
Source

wrapper.lisp.

Generic Function: shader-prop (wrapper)

Access the FBX:SHADER-PROP slot

For SHADER-PROP-BINDING returns a STRING For MATERIAL-TEXTURE returns a STRING

See STRING (type)
See SHADER-PROP-BINDING (type)
See MATERIAL-TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shader-prop ((wrapper shader-prop-binding))
Method: shader-prop ((wrapper material-texture))
Generic Function: (setf shader-prop) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shader-prop) ((wrapper shader-prop-binding))
Source

wrapper.lisp.

Method: (setf shader-prop) ((wrapper material-texture))
Source

wrapper.lisp.

Generic Function: shader-prop-prefix (wrapper)

Access the FBX:SHADER-PROP-PREFIX slot

For MATERIAL returns a STRING

See STRING (type)
See MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shader-prop-prefix ((wrapper material))
Generic Function: (setf shader-prop-prefix) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shader-prop-prefix) ((wrapper material))
Source

wrapper.lisp.

Generic Function: shader-source (wrapper)

Access the FBX:SHADER-SOURCE slot

For SHADER-TEXTURE returns a STRING

See STRING (type)
See SHADER-TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shader-source ((wrapper shader-texture))
Generic Function: (setf shader-source) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shader-source) ((wrapper shader-texture))
Source

wrapper.lisp.

Generic Function: shader-texture-type (wrapper)

Access the FBX:TYPE slot

For SHADER-TEXTURE returns a FBX:SHADER-TEXTURE-TYPE

See SHADER-TEXTURE-TYPE (type)
See SHADER-TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shader-texture-type ((wrapper shader-texture))
Generic Function: (setf shader-texture-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shader-texture-type) ((wrapper shader-texture))
Source

wrapper.lisp.

Generic Function: shader-type (wrapper)

Access the FBX:TYPE slot

For SHADER returns a FBX:SHADER-TYPE For MATERIAL returns a FBX:SHADER-TYPE

See SHADER-TYPE (type)
See SHADER (type)
See MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shader-type ((wrapper shader))
Method: shader-type ((wrapper material))
Generic Function: (setf shader-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shader-type) ((wrapper shader))
Source

wrapper.lisp.

Method: (setf shader-type) ((wrapper material))
Source

wrapper.lisp.

Generic Function: shader-type-id (wrapper)

Access the FBX:SHADER-TYPE-ID slot

For SHADER-TEXTURE returns a INTEGER

See INTEGER (type)
See SHADER-TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shader-type-id ((wrapper shader-texture))
Generic Function: (setf shader-type-id) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shader-type-id) ((wrapper shader-texture))
Source

wrapper.lisp.

Generic Function: shaders (wrapper)

Access the FBX:SHADERS slot

For SCENE returns a FOREIGN-VECTOR (SHADER)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shaders ((wrapper scene))
Generic Function: (setf shaders) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shaders) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: shading-model-name (wrapper)

Access the FBX:SHADING-MODEL-NAME slot

For MATERIAL returns a STRING

See STRING (type)
See MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shading-model-name ((wrapper material))
Generic Function: (setf shading-model-name) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shading-model-name) ((wrapper material))
Source

wrapper.lisp.

Generic Function: shape (wrapper)

Access the FBX:SHAPE slot

For BLEND-KEYFRAME returns a BLEND-SHAPE

See BLEND-SHAPE (type)
See BLEND-KEYFRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: shape ((wrapper blend-keyframe))
Generic Function: (setf shape) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf shape) ((wrapper blend-keyframe))
Source

wrapper.lisp.

Method: (setf shape) ((wrapper blend-keyframe))
Source

wrapper.lisp.

Generic Function: sheen (wrapper)

Access the FBX:SHEEN slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: sheen ((wrapper material-features))
Generic Function: (setf sheen) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf sheen) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: sheen-color (wrapper)

Access the FBX:SHEEN-COLOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: sheen-color ((wrapper material-pbr-maps))
Generic Function: (setf sheen-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf sheen-color) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: sheen-factor (wrapper)

Access the FBX:SHEEN-FACTOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: sheen-factor ((wrapper material-pbr-maps))
Generic Function: (setf sheen-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf sheen-factor) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: sheen-roughness (wrapper)

Access the FBX:SHEEN-ROUGHNESS slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: sheen-roughness ((wrapper material-pbr-maps))
Generic Function: (setf sheen-roughness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf sheen-roughness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: size (wrapper)

Access the FBX:SIZE slot

For BLOB returns a INTEGER For FBX-STRING returns a INTEGER

See INTEGER (type)
See BLOB (type)
See FBX-STRING (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: size ((wrapper blob))
Method: size ((wrapper fbx-string))
Generic Function: (setf size) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf size) ((wrapper blob))
Source

wrapper.lisp.

Method: (setf size) ((wrapper fbx-string))
Source

wrapper.lisp.

Generic Function: skin-cluster-ranges (wrapper)

Access the FBX:SKIN-CLUSTER-RANGES slot

For SUBDIVISION-RESULT returns a FOREIGN-VECTOR (SUBDIVISION-WEIGHT-RANGE)

See FOREIGN-VECTOR (type)
See SUBDIVISION-RESULT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: skin-cluster-ranges ((wrapper subdivision-result))
Generic Function: (setf skin-cluster-ranges) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf skin-cluster-ranges) ((wrapper subdivision-result))
Source

wrapper.lisp.

Generic Function: skin-cluster-weights (wrapper)

Access the FBX:SKIN-CLUSTER-WEIGHTS slot

For SUBDIVISION-RESULT returns a FOREIGN-VECTOR (SUBDIVISION-WEIGHT)

See FOREIGN-VECTOR (type)
See SUBDIVISION-RESULT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: skin-cluster-weights ((wrapper subdivision-result))
Generic Function: (setf skin-cluster-weights) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf skin-cluster-weights) ((wrapper subdivision-result))
Source

wrapper.lisp.

Generic Function: skin-clusters (wrapper)

Access the FBX:SKIN-CLUSTERS slot

For SCENE returns a FOREIGN-VECTOR (SKIN-CLUSTER)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: skin-clusters ((wrapper scene))
Generic Function: (setf skin-clusters) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf skin-clusters) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: skin-deformer-index (wrapper)

Access the FBX:SKIN-DEFORMER-INDEX slot

For SUBDIVIDE-OPTS returns a INTEGER

See INTEGER (type)
See SUBDIVIDE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: skin-deformer-index ((wrapper subdivide-opts))
Generic Function: (setf skin-deformer-index) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf skin-deformer-index) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Generic Function: skin-deformers (wrapper)

Access the FBX:SKIN-DEFORMERS slot

For SCENE returns a FOREIGN-VECTOR (SKIN-DEFORMER) For MESH returns a FOREIGN-VECTOR (SKIN-DEFORMER)

See FOREIGN-VECTOR (type)
See SCENE (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: skin-deformers ((wrapper scene))
Method: skin-deformers ((wrapper mesh))
Generic Function: (setf skin-deformers) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf skin-deformers) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf skin-deformers) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: skin-vertex-matrix (skin index &optional matrix)

Compute a skinning matrix for the given skin and vertex.

MATRIX should be a 16-element single-float array to hold the matrix components. If it is not passed, a vector is allocated and returned for you.

See SKIN-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: skin-vertex-matrix ((skin skin-deformer) index &optional matrix)
Source

wrapper.lisp.

Generic Function: skinned-is-local (wrapper)

Access the FBX:SKINNED-IS-LOCAL slot

For MESH returns a BOOLEAN

See BOOLEAN (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: skinned-is-local ((wrapper mesh))
Generic Function: (setf skinned-is-local) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf skinned-is-local) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: skinned-normal (wrapper)

Access the FBX:SKINNED-NORMAL slot

For MESH returns a VERTEX-VEC3

See VERTEX-VEC3 (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: skinned-normal ((wrapper mesh))
Generic Function: (setf skinned-normal) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf skinned-normal) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: skinned-position (wrapper)

Access the FBX:SKINNED-POSITION slot

For MESH returns a VERTEX-VEC3

See VERTEX-VEC3 (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: skinned-position ((wrapper mesh))
Generic Function: (setf skinned-position) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf skinned-position) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: skinning-method (wrapper)

Access the FBX:SKINNING-METHOD slot

For SKIN-DEFORMER returns a FBX:SKINNING-METHOD

See SKINNING-METHOD (type)
See SKIN-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: skinning-method ((wrapper skin-deformer))
Generic Function: (setf skinning-method) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf skinning-method) ((wrapper skin-deformer))
Source

wrapper.lisp.

Generic Function: skip-skin-vertices (wrapper)

Access the FBX:SKIP-SKIN-VERTICES slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: skip-skin-vertices ((wrapper load-opts))
Generic Function: (setf skip-skin-vertices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf skip-skin-vertices) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: snap-mode (wrapper)

Access the FBX:SNAP-MODE slot

For SCENE-SETTINGS returns a FBX:SNAP-MODE

See SNAP-MODE (type)
See SCENE-SETTINGS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: snap-mode ((wrapper scene-settings))
Generic Function: (setf snap-mode) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf snap-mode) ((wrapper scene-settings))
Source

wrapper.lisp.

Generic Reader: source (object)

Returns the source the file was created from.

See FBX-FILE (type)

Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: source ((fbx-file fbx-file))

automatically generated reader method

Source

file.lisp.

Target Slot

source.

Generic Writer: (setf source) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf source) ((fbx-file fbx-file))

automatically generated writer method

Source

file.lisp.

Target Slot

source.

Generic Function: source-vertex-ranges (wrapper)

Access the FBX:SOURCE-VERTEX-RANGES slot

For SUBDIVISION-RESULT returns a FOREIGN-VECTOR (SUBDIVISION-WEIGHT-RANGE)

See FOREIGN-VECTOR (type)
See SUBDIVISION-RESULT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: source-vertex-ranges ((wrapper subdivision-result))
Generic Function: (setf source-vertex-ranges) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf source-vertex-ranges) ((wrapper subdivision-result))
Source

wrapper.lisp.

Generic Function: source-vertex-weights (wrapper)

Access the FBX:SOURCE-VERTEX-WEIGHTS slot

For SUBDIVISION-RESULT returns a FOREIGN-VECTOR (SUBDIVISION-WEIGHT)

See FOREIGN-VECTOR (type)
See SUBDIVISION-RESULT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: source-vertex-weights ((wrapper subdivision-result))
Generic Function: (setf source-vertex-weights) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf source-vertex-weights) ((wrapper subdivision-result))
Source

wrapper.lisp.

Generic Function: space-conversion (wrapper)

Access the FBX:SPACE-CONVERSION slot

For LOAD-OPTS returns a FBX:SPACE-CONVERSION

See SPACE-CONVERSION (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: space-conversion ((wrapper load-opts))
Generic Function: (setf space-conversion) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf space-conversion) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: span-subdivision (wrapper)

Access the FBX:SPAN-SUBDIVISION slot

For TESSELLATE-CURVE-OPTS returns a INTEGER

See INTEGER (type)
See TESSELLATE-CURVE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: span-subdivision ((wrapper tessellate-curve-opts))
Generic Function: (setf span-subdivision) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf span-subdivision) ((wrapper tessellate-curve-opts))
Source

wrapper.lisp.

Generic Function: span-subdivision-u (wrapper)

Access the FBX:SPAN-SUBDIVISION-U slot

For TESSELLATE-SURFACE-OPTS returns a INTEGER For NURBS-SURFACE returns a INTEGER

See INTEGER (type)
See TESSELLATE-SURFACE-OPTS (type)
See NURBS-SURFACE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: span-subdivision-u ((wrapper tessellate-surface-opts))
Method: span-subdivision-u ((wrapper nurbs-surface))
Generic Function: (setf span-subdivision-u) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf span-subdivision-u) ((wrapper tessellate-surface-opts))
Source

wrapper.lisp.

Method: (setf span-subdivision-u) ((wrapper nurbs-surface))
Source

wrapper.lisp.

Generic Function: span-subdivision-v (wrapper)

Access the FBX:SPAN-SUBDIVISION-V slot

For TESSELLATE-SURFACE-OPTS returns a INTEGER For NURBS-SURFACE returns a INTEGER

See INTEGER (type)
See TESSELLATE-SURFACE-OPTS (type)
See NURBS-SURFACE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: span-subdivision-v ((wrapper tessellate-surface-opts))
Method: span-subdivision-v ((wrapper nurbs-surface))
Generic Function: (setf span-subdivision-v) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf span-subdivision-v) ((wrapper tessellate-surface-opts))
Source

wrapper.lisp.

Method: (setf span-subdivision-v) ((wrapper nurbs-surface))
Source

wrapper.lisp.

Generic Function: spans (wrapper)

Access the FBX:SPANS slot

For NURBS-BASIS returns a FOREIGN-VECTOR (FLOAT)

See FOREIGN-VECTOR (type)
See NURBS-BASIS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: spans ((wrapper nurbs-basis))
Generic Function: (setf spans) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf spans) ((wrapper nurbs-basis))
Source

wrapper.lisp.

Generic Function: specular (wrapper)

Access the FBX:SPECULAR slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: specular ((wrapper material-features))
Generic Function: (setf specular) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf specular) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: specular-anisotropy (wrapper)

Access the FBX:SPECULAR-ANISOTROPY slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: specular-anisotropy ((wrapper material-pbr-maps))
Generic Function: (setf specular-anisotropy) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf specular-anisotropy) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: specular-color (wrapper)

Access the FBX:SPECULAR-COLOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: specular-color ((wrapper material-pbr-maps))
Method: specular-color ((wrapper material-fbx-maps))
Generic Function: (setf specular-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf specular-color) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Method: (setf specular-color) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: specular-exponent (wrapper)

Access the FBX:SPECULAR-EXPONENT slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: specular-exponent ((wrapper material-fbx-maps))
Generic Function: (setf specular-exponent) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf specular-exponent) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: specular-factor (wrapper)

Access the FBX:SPECULAR-FACTOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: specular-factor ((wrapper material-pbr-maps))
Method: specular-factor ((wrapper material-fbx-maps))
Generic Function: (setf specular-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf specular-factor) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Method: (setf specular-factor) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: specular-ior (wrapper)

Access the FBX:SPECULAR-IOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: specular-ior ((wrapper material-pbr-maps))
Generic Function: (setf specular-ior) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf specular-ior) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: specular-rotation (wrapper)

Access the FBX:SPECULAR-ROTATION slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: specular-rotation ((wrapper material-pbr-maps))
Generic Function: (setf specular-rotation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf specular-rotation) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: squeeze-ratio (wrapper)

Access the FBX:SQUEEZE-RATIO slot

For CAMERA returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See CAMERA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: squeeze-ratio ((wrapper camera))
Generic Function: (setf squeeze-ratio) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf squeeze-ratio) ((wrapper camera))
Source

wrapper.lisp.

Generic Function: src (wrapper)

Access the FBX:SRC slot

For CONNECTION returns a ELEMENT

See ELEMENT (type)
See CONNECTION (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: src ((wrapper connection))
Generic Function: (setf src) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf src) ((wrapper connection))
Source

wrapper.lisp.

Method: (setf src) ((wrapper connection))
Source

wrapper.lisp.

Generic Function: src-prop (wrapper)

Access the FBX:SRC-PROP slot

For CONNECTION returns a STRING

See STRING (type)
See CONNECTION (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: src-prop ((wrapper connection))
Generic Function: (setf src-prop) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf src-prop) ((wrapper connection))
Source

wrapper.lisp.

Generic Reader: stack (condition)

Returns the stack around the error.

This is a list of frames, where each frame is structured as follows: (INDEX SOURCE-LINE FUNCTION-NAME DESCRIPTION)

See FBX-ERROR (type)

Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: stack ((condition fbx-error))
Source

conditions.lisp.

Target Slot

stack.

Generic Function: stereo-cameras (wrapper)

Access the FBX:STEREO-CAMERAS slot

For SCENE returns a FOREIGN-VECTOR (STEREO-CAMERA)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: stereo-cameras ((wrapper scene))
Generic Function: (setf stereo-cameras) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf stereo-cameras) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: strict (wrapper)

Access the FBX:STRICT slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: strict ((wrapper load-opts))
Generic Function: (setf strict) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf strict) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: sub-type (wrapper)

Access the FBX:SUB-TYPE slot

For UNKNOWN returns a STRING

See STRING (type)
See UNKNOWN (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: sub-type ((wrapper unknown))
Generic Function: (setf sub-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf sub-type) ((wrapper unknown))
Source

wrapper.lisp.

Generic Function: subdivide-mesh (mesh level &rest opts)

Subdivides the mesh by the given number of levels.

You may pass arguments as there are slots for SUBDIVIDE-OPTS.

Returns a new MESH instance.

May signal an error of type FBX-ERROR.

See SUBDIVIDE-OPTS (type)
See FBX-ERROR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: subdivide-mesh ((mesh mesh) level &rest opts)
Source

wrapper.lisp.

Generic Function: subdivision-boundary (wrapper)

Access the FBX:SUBDIVISION-BOUNDARY slot

For MESH returns a FBX:SUBDIVISION-BOUNDARY

See SUBDIVISION-BOUNDARY (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subdivision-boundary ((wrapper mesh))
Generic Function: (setf subdivision-boundary) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subdivision-boundary) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: subdivision-display-mode (wrapper)

Access the FBX:SUBDIVISION-DISPLAY-MODE slot

For MESH returns a FBX:SUBDIVISION-DISPLAY-MODE

See SUBDIVISION-DISPLAY-MODE (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subdivision-display-mode ((wrapper mesh))
Generic Function: (setf subdivision-display-mode) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subdivision-display-mode) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: subdivision-evaluated (wrapper)

Access the FBX:SUBDIVISION-EVALUATED slot

For MESH returns a BOOLEAN

See BOOLEAN (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subdivision-evaluated ((wrapper mesh))
Generic Function: (setf subdivision-evaluated) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subdivision-evaluated) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: subdivision-preview-levels (wrapper)

Access the FBX:SUBDIVISION-PREVIEW-LEVELS slot

For MESH returns a INTEGER

See INTEGER (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subdivision-preview-levels ((wrapper mesh))
Generic Function: (setf subdivision-preview-levels) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subdivision-preview-levels) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: subdivision-render-levels (wrapper)

Access the FBX:SUBDIVISION-RENDER-LEVELS slot

For MESH returns a INTEGER

See INTEGER (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subdivision-render-levels ((wrapper mesh))
Generic Function: (setf subdivision-render-levels) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subdivision-render-levels) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: subdivision-result (wrapper)

Access the FBX:SUBDIVISION-RESULT slot

For MESH returns a SUBDIVISION-RESULT

See SUBDIVISION-RESULT (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subdivision-result ((wrapper mesh))
Generic Function: (setf subdivision-result) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subdivision-result) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf subdivision-result) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: subdivision-uv-boundary (wrapper)

Access the FBX:SUBDIVISION-UV-BOUNDARY slot

For MESH returns a FBX:SUBDIVISION-BOUNDARY

See SUBDIVISION-BOUNDARY (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subdivision-uv-boundary ((wrapper mesh))
Generic Function: (setf subdivision-uv-boundary) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subdivision-uv-boundary) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: subsurface-anisotropy (wrapper)

Access the FBX:SUBSURFACE-ANISOTROPY slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subsurface-anisotropy ((wrapper material-pbr-maps))
Generic Function: (setf subsurface-anisotropy) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subsurface-anisotropy) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: subsurface-color (wrapper)

Access the FBX:SUBSURFACE-COLOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subsurface-color ((wrapper material-pbr-maps))
Generic Function: (setf subsurface-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subsurface-color) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: subsurface-factor (wrapper)

Access the FBX:SUBSURFACE-FACTOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subsurface-factor ((wrapper material-pbr-maps))
Generic Function: (setf subsurface-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subsurface-factor) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: subsurface-radius (wrapper)

Access the FBX:SUBSURFACE-RADIUS slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subsurface-radius ((wrapper material-pbr-maps))
Generic Function: (setf subsurface-radius) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subsurface-radius) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: subsurface-scale (wrapper)

Access the FBX:SUBSURFACE-SCALE slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subsurface-scale ((wrapper material-pbr-maps))
Generic Function: (setf subsurface-scale) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subsurface-scale) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: subsurface-tint-color (wrapper)

Access the FBX:SUBSURFACE-TINT-COLOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subsurface-tint-color ((wrapper material-pbr-maps))
Generic Function: (setf subsurface-tint-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subsurface-tint-color) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: subsurface-type (wrapper)

Access the FBX:SUBSURFACE-TYPE slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: subsurface-type ((wrapper material-pbr-maps))
Generic Function: (setf subsurface-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf subsurface-type) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: super-type (wrapper)

Access the FBX:SUPER-TYPE slot

For UNKNOWN returns a STRING

See STRING (type)
See UNKNOWN (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: super-type ((wrapper unknown))
Generic Function: (setf super-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf super-type) ((wrapper unknown))
Source

wrapper.lisp.

Generic Function: t-max (wrapper)

Access the FBX:T-MAX slot

For NURBS-BASIS returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See NURBS-BASIS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: t-max ((wrapper nurbs-basis))
Generic Function: (setf t-max) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf t-max) ((wrapper nurbs-basis))
Source

wrapper.lisp.

Generic Function: t-min (wrapper)

Access the FBX:T-MIN slot

For NURBS-BASIS returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See NURBS-BASIS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: t-min ((wrapper nurbs-basis))
Generic Function: (setf t-min) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf t-min) ((wrapper nurbs-basis))
Source

wrapper.lisp.

Generic Function: tangent-map (wrapper)

Access the FBX:TANGENT-MAP slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: tangent-map ((wrapper material-pbr-maps))
Generic Function: (setf tangent-map) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf tangent-map) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: target-axes (wrapper)

Access the FBX:TARGET-AXES slot

For LOAD-OPTS returns a COORDINATE-AXES

See COORDINATE-AXES (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: target-axes ((wrapper load-opts))
Generic Function: (setf target-axes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf target-axes) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: target-camera-axes (wrapper)

Access the FBX:TARGET-CAMERA-AXES slot

For LOAD-OPTS returns a COORDINATE-AXES

See COORDINATE-AXES (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: target-camera-axes ((wrapper load-opts))
Generic Function: (setf target-camera-axes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf target-camera-axes) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: target-light-axes (wrapper)

Access the FBX:TARGET-LIGHT-AXES slot

For LOAD-OPTS returns a COORDINATE-AXES

See COORDINATE-AXES (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: target-light-axes ((wrapper load-opts))
Generic Function: (setf target-light-axes) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf target-light-axes) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: target-mesh (wrapper)

Access the FBX:TARGET-MESH slot

For SELECTION-NODE returns a MESH

See MESH (type)
See SELECTION-NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: target-mesh ((wrapper selection-node))
Generic Function: (setf target-mesh) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf target-mesh) ((wrapper selection-node))
Source

wrapper.lisp.

Method: (setf target-mesh) ((wrapper selection-node))
Source

wrapper.lisp.

Generic Function: target-node (wrapper)

Access the FBX:TARGET-NODE slot

For SELECTION-NODE returns a NODE

See NODE (type)
See SELECTION-NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: target-node ((wrapper selection-node))
Generic Function: (setf target-node) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf target-node) ((wrapper selection-node))
Source

wrapper.lisp.

Method: (setf target-node) ((wrapper selection-node))
Source

wrapper.lisp.

Generic Function: target-unit-meters (wrapper)

Access the FBX:TARGET-UNIT-METERS slot

For LOAD-OPTS returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: target-unit-meters ((wrapper load-opts))
Generic Function: (setf target-unit-meters) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf target-unit-meters) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: target-weight (wrapper)

Access the FBX:TARGET-WEIGHT slot

For BLEND-KEYFRAME returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See BLEND-KEYFRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: target-weight ((wrapper blend-keyframe))
Generic Function: (setf target-weight) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf target-weight) ((wrapper blend-keyframe))
Source

wrapper.lisp.

Generic Function: targets (wrapper)

Access the FBX:TARGETS slot

For CONSTRAINT returns a FOREIGN-VECTOR (CONSTRAINT-TARGET)

See FOREIGN-VECTOR (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: targets ((wrapper constraint))
Generic Function: (setf targets) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf targets) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: temp-allocator (wrapper)

Access the FBX:TEMP-ALLOCATOR slot

For GEOMETRY-CACHE-OPTS returns a ALLOCATOR For SUBDIVIDE-OPTS returns a ALLOCATOR
For TESSELLATE-SURFACE-OPTS returns a ALLOCATOR For TESSELLATE-CURVE-OPTS returns a ALLOCATOR For EVALUATE-OPTS returns a ALLOCATOR
For LOAD-OPTS returns a ALLOCATOR

See ALLOCATOR (type)
See GEOMETRY-CACHE-OPTS (type)
See SUBDIVIDE-OPTS (type)
See TESSELLATE-SURFACE-OPTS (type)
See TESSELLATE-CURVE-OPTS (type)
See EVALUATE-OPTS (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: temp-allocator ((wrapper geometry-cache-opts))
Method: temp-allocator ((wrapper subdivide-opts))
Method: temp-allocator ((wrapper tessellate-surface-opts))
Method: temp-allocator ((wrapper tessellate-curve-opts))
Method: temp-allocator ((wrapper evaluate-opts))
Method: temp-allocator ((wrapper load-opts))
Generic Function: (setf temp-allocator) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf temp-allocator) ((wrapper wrapper))
Source

wrapper.lisp.

Method: (setf temp-allocator) ((wrapper geometry-cache-opts))
Source

wrapper.lisp.

Method: (setf temp-allocator) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Method: (setf temp-allocator) ((wrapper tessellate-surface-opts))
Source

wrapper.lisp.

Method: (setf temp-allocator) ((wrapper tessellate-curve-opts))
Source

wrapper.lisp.

Method: (setf temp-allocator) ((wrapper evaluate-opts))
Source

wrapper.lisp.

Method: (setf temp-allocator) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: temp-allocs (wrapper)

Access the FBX:TEMP-ALLOCS slot

For METADATA returns a INTEGER
For SUBDIVISION-RESULT returns a INTEGER

See INTEGER (type)
See METADATA (type)
See SUBDIVISION-RESULT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: temp-allocs ((wrapper metadata))
Method: temp-allocs ((wrapper subdivision-result))
Generic Function: (setf temp-allocs) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf temp-allocs) ((wrapper metadata))
Source

wrapper.lisp.

Method: (setf temp-allocs) ((wrapper subdivision-result))
Source

wrapper.lisp.

Generic Function: temp-memory-used (wrapper)

Access the FBX:TEMP-MEMORY-USED slot

For METADATA returns a INTEGER
For SUBDIVISION-RESULT returns a INTEGER

See INTEGER (type)
See METADATA (type)
See SUBDIVISION-RESULT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: temp-memory-used ((wrapper metadata))
Method: temp-memory-used ((wrapper subdivision-result))
Generic Function: (setf temp-memory-used) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf temp-memory-used) ((wrapper metadata))
Source

wrapper.lisp.

Method: (setf temp-memory-used) ((wrapper subdivision-result))
Source

wrapper.lisp.

Generic Function: tessellate (curve &rest options)

Tessellates the given nurbs object.

May be one of:
NURBS-CURVE
Arguments may be any slot for TESSELLATE-CURVE-OPTS. Returns a LINE-CURVE instance.
NURBS-SURFACE
Arguments may be any slot for TESSELLATE-SURFACE-OPTS. Returns a MESH instance.

See NURBS-CURVE (type)
See LINE-CURVE (type)
See NURBS-SURFACE (type)
See MESH (type)
See TESSELLATE-CURVE-OPTS (type)
See TESSELLATE-SURFACE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: tessellate ((surface nurbs-surface) &rest options)
Source

wrapper.lisp.

Method: tessellate ((curve nurbs-curve) &rest options)
Source

wrapper.lisp.

Generic Function: texture (wrapper)

Access the FBX:TEXTURE slot

For SHADER-TEXTURE-INPUT returns a TEXTURE For TEXTURE-LAYER returns a TEXTURE For MATERIAL-TEXTURE returns a TEXTURE For MATERIAL-MAP returns a TEXTURE

See TEXTURE (type)
See SHADER-TEXTURE-INPUT (type)
See TEXTURE-LAYER (type)
See MATERIAL-TEXTURE (type)
See MATERIAL-MAP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: texture ((wrapper shader-texture-input))
Method: texture ((wrapper texture-layer))
Method: texture ((wrapper material-texture))
Method: texture ((wrapper material-map))
Generic Function: (setf texture) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf texture) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Method: (setf texture) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Method: (setf texture) ((wrapper texture-layer))
Source

wrapper.lisp.

Method: (setf texture) ((wrapper texture-layer))
Source

wrapper.lisp.

Method: (setf texture) ((wrapper material-texture))
Source

wrapper.lisp.

Method: (setf texture) ((wrapper material-texture))
Source

wrapper.lisp.

Method: (setf texture) ((wrapper material-map))
Source

wrapper.lisp.

Method: (setf texture) ((wrapper material-map))
Source

wrapper.lisp.

Generic Function: texture-enabled (wrapper)

Access the FBX:TEXTURE-ENABLED slot

For SHADER-TEXTURE-INPUT returns a BOOLEAN For MATERIAL-MAP returns a BOOLEAN

See BOOLEAN (type)
See SHADER-TEXTURE-INPUT (type)
See MATERIAL-MAP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: texture-enabled ((wrapper shader-texture-input))
Method: texture-enabled ((wrapper material-map))
Generic Function: (setf texture-enabled) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf texture-enabled) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Method: (setf texture-enabled) ((wrapper material-map))
Source

wrapper.lisp.

Generic Function: texture-enabled-prop (wrapper)

Access the FBX:TEXTURE-ENABLED-PROP slot

For SHADER-TEXTURE-INPUT returns a PROP

See PROP (type)
See SHADER-TEXTURE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: texture-enabled-prop ((wrapper shader-texture-input))
Generic Function: (setf texture-enabled-prop) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf texture-enabled-prop) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Method: (setf texture-enabled-prop) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Generic Function: texture-files (wrapper)

Access the FBX:TEXTURE-FILES slot

For SCENE returns a FOREIGN-VECTOR (TEXTURE-FILE)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: texture-files ((wrapper scene))
Generic Function: (setf texture-files) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf texture-files) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: texture-output-index (wrapper)

Access the FBX:TEXTURE-OUTPUT-INDEX slot

For SHADER-TEXTURE-INPUT returns a INTEGER

See INTEGER (type)
See SHADER-TEXTURE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: texture-output-index ((wrapper shader-texture-input))
Generic Function: (setf texture-output-index) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf texture-output-index) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Generic Function: texture-prop (wrapper)

Access the FBX:TEXTURE-PROP slot

For SHADER-TEXTURE-INPUT returns a PROP

See PROP (type)
See SHADER-TEXTURE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: texture-prop ((wrapper shader-texture-input))
Generic Function: (setf texture-prop) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf texture-prop) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Method: (setf texture-prop) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Generic Function: texture-to-uv (wrapper)

Access the FBX:TEXTURE-TO-UV slot

For TEXTURE returns a MATRIX

See MATRIX (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: texture-to-uv ((wrapper texture))
Generic Function: (setf texture-to-uv) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf texture-to-uv) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: texture-type (wrapper)

Access the FBX:TYPE slot

For TEXTURE returns a FBX:TEXTURE-TYPE

See TEXTURE-TYPE (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: texture-type ((wrapper texture))
Generic Function: (setf texture-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf texture-type) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: textures (wrapper)

Access the FBX:TEXTURES slot

For SCENE returns a FOREIGN-VECTOR (TEXTURE)
For MATERIAL returns a FOREIGN-VECTOR (MATERIAL-TEXTURE)

See FOREIGN-VECTOR (type)
See SCENE (type)
See MATERIAL (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: textures ((wrapper scene))
Method: textures ((wrapper material))
Generic Function: (setf textures) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf textures) ((wrapper scene))
Source

wrapper.lisp.

Method: (setf textures) ((wrapper material))
Source

wrapper.lisp.

Generic Function: thin-film-ior (wrapper)

Access the FBX:THIN-FILM-IOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: thin-film-ior ((wrapper material-pbr-maps))
Generic Function: (setf thin-film-ior) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf thin-film-ior) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: thin-film-thickness (wrapper)

Access the FBX:THIN-FILM-THICKNESS slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: thin-film-thickness ((wrapper material-pbr-maps))
Generic Function: (setf thin-film-thickness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf thin-film-thickness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: thin-walled (wrapper)

Access the FBX:THIN-WALLED slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: thin-walled ((wrapper material-features))
Generic Function: (setf thin-walled) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf thin-walled) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: time (wrapper)

Access the COMMON-LISP:TIME slot

For KEYFRAME returns a DOUBLE-FLOAT For CACHE-FRAME returns a DOUBLE-FLOAT

See DOUBLE-FLOAT (type)
See KEYFRAME (type)
See CACHE-FRAME (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: time ((wrapper keyframe))
Method: time ((wrapper cache-frame))
Generic Function: (setf time) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf time) ((wrapper keyframe))
Source

wrapper.lisp.

Method: (setf time) ((wrapper cache-frame))
Source

wrapper.lisp.

Generic Function: time-begin (wrapper)

Access the FBX:TIME-BEGIN slot

For ANIM-STACK returns a DOUBLE-FLOAT For ANIM returns a DOUBLE-FLOAT

See DOUBLE-FLOAT (type)
See ANIM-STACK (type)
See ANIM (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: time-begin ((wrapper anim-stack))
Method: time-begin ((wrapper anim))
Generic Function: (setf time-begin) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf time-begin) ((wrapper anim-stack))
Source

wrapper.lisp.

Method: (setf time-begin) ((wrapper anim))
Source

wrapper.lisp.

Generic Function: time-end (wrapper)

Access the FBX:TIME-END slot

For ANIM-STACK returns a DOUBLE-FLOAT For ANIM returns a DOUBLE-FLOAT

See DOUBLE-FLOAT (type)
See ANIM-STACK (type)
See ANIM (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: time-end ((wrapper anim-stack))
Method: time-end ((wrapper anim))
Generic Function: (setf time-end) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf time-end) ((wrapper anim-stack))
Source

wrapper.lisp.

Method: (setf time-end) ((wrapper anim))
Source

wrapper.lisp.

Generic Function: time-mode (wrapper)

Access the FBX:TIME-MODE slot

For SCENE-SETTINGS returns a FBX:TIME-MODE

See TIME-MODE (type)
See SCENE-SETTINGS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: time-mode ((wrapper scene-settings))
Generic Function: (setf time-mode) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf time-mode) ((wrapper scene-settings))
Source

wrapper.lisp.

Generic Function: time-protocol (wrapper)

Access the FBX:TIME-PROTOCOL slot

For SCENE-SETTINGS returns a FBX:TIME-PROTOCOL

See TIME-PROTOCOL (type)
See SCENE-SETTINGS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: time-protocol ((wrapper scene-settings))
Generic Function: (setf time-protocol) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf time-protocol) ((wrapper scene-settings))
Source

wrapper.lisp.

Generic Function: topology (wrapper)

Access the FBX:TOPOLOGY slot

For NURBS-BASIS returns a FBX:NURBS-TOPOLOGY

See NURBS-TOPOLOGY (type)
See NURBS-BASIS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: topology ((wrapper nurbs-basis))
Generic Function: (setf topology) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf topology) ((wrapper nurbs-basis))
Source

wrapper.lisp.

Generic Function: total-size (wrapper)

Access the FBX:TOTAL-SIZE slot

For INFLATE-INPUT returns a INTEGER

See INTEGER (type)
See INFLATE-INPUT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: total-size ((wrapper inflate-input))
Generic Function: (setf total-size) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf total-size) ((wrapper inflate-input))
Source

wrapper.lisp.

Generic Function: transform (wrapper)

Access the FBX:TRANSFORM slot

For CONSTRAINT-TARGET returns a TRANSFORM

See TRANSFORM (type)
See CONSTRAINT-TARGET (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transform ((wrapper constraint-target))
Generic Function: (setf transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transform) ((wrapper constraint-target))
Source

wrapper.lisp.

Generic Function: transform-offset (wrapper)

Access the FBX:TRANSFORM-OFFSET slot

For CONSTRAINT returns a TRANSFORM

See TRANSFORM (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transform-offset ((wrapper constraint))
Generic Function: (setf transform-offset) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transform-offset) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: translation (wrapper)

Access the FBX:TRANSLATION slot

For TRANSFORM returns a VEC3

See VEC3 (type)
See TRANSFORM (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: translation ((wrapper transform))
Generic Function: (setf translation) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf translation) ((wrapper transform))
Source

wrapper.lisp.

Generic Function: transmission (wrapper)

Access the FBX:TRANSMISSION slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission ((wrapper material-features))
Generic Function: (setf transmission) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: transmission-color (wrapper)

Access the FBX:TRANSMISSION-COLOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-color ((wrapper material-pbr-maps))
Generic Function: (setf transmission-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-color) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: transmission-depth (wrapper)

Access the FBX:TRANSMISSION-DEPTH slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-depth ((wrapper material-pbr-maps))
Generic Function: (setf transmission-depth) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-depth) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: transmission-dispersion (wrapper)

Access the FBX:TRANSMISSION-DISPERSION slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-dispersion ((wrapper material-pbr-maps))
Generic Function: (setf transmission-dispersion) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-dispersion) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: transmission-enable-in-aov (wrapper)

Access the FBX:TRANSMISSION-ENABLE-IN-AOV slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-enable-in-aov ((wrapper material-pbr-maps))
Generic Function: (setf transmission-enable-in-aov) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-enable-in-aov) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: transmission-extra-roughness (wrapper)

Access the FBX:TRANSMISSION-EXTRA-ROUGHNESS slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-extra-roughness ((wrapper material-pbr-maps))
Generic Function: (setf transmission-extra-roughness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-extra-roughness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: transmission-factor (wrapper)

Access the FBX:TRANSMISSION-FACTOR slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-factor ((wrapper material-pbr-maps))
Generic Function: (setf transmission-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-factor) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: transmission-glossiness (wrapper)

Access the FBX:TRANSMISSION-GLOSSINESS slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-glossiness ((wrapper material-pbr-maps))
Generic Function: (setf transmission-glossiness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-glossiness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: transmission-priority (wrapper)

Access the FBX:TRANSMISSION-PRIORITY slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-priority ((wrapper material-pbr-maps))
Generic Function: (setf transmission-priority) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-priority) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: transmission-roughness (wrapper)

Access the FBX:TRANSMISSION-ROUGHNESS slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-MAP (type)
See MATERIAL-FEATURES (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-roughness ((wrapper material-features))
Method: transmission-roughness ((wrapper material-pbr-maps))
Generic Function: (setf transmission-roughness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-roughness) ((wrapper material-features))
Source

wrapper.lisp.

Method: (setf transmission-roughness) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: transmission-roughness-as-glossiness (wrapper)

Access the FBX:TRANSMISSION-ROUGHNESS-AS-GLOSSINESS slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-roughness-as-glossiness ((wrapper material-features))
Generic Function: (setf transmission-roughness-as-glossiness) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-roughness-as-glossiness) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: transmission-scatter (wrapper)

Access the FBX:TRANSMISSION-SCATTER slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-scatter ((wrapper material-pbr-maps))
Generic Function: (setf transmission-scatter) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-scatter) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: transmission-scatter-anisotropy (wrapper)

Access the FBX:TRANSMISSION-SCATTER-ANISOTROPY slot

For MATERIAL-PBR-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-PBR-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transmission-scatter-anisotropy ((wrapper material-pbr-maps))
Generic Function: (setf transmission-scatter-anisotropy) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transmission-scatter-anisotropy) ((wrapper material-pbr-maps))
Source

wrapper.lisp.

Generic Function: transparency-color (wrapper)

Access the FBX:TRANSPARENCY-COLOR slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transparency-color ((wrapper material-fbx-maps))
Generic Function: (setf transparency-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transparency-color) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: transparency-factor (wrapper)

Access the FBX:TRANSPARENCY-FACTOR slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: transparency-factor ((wrapper material-fbx-maps))
Generic Function: (setf transparency-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf transparency-factor) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: triangulate-face (mesh face &optional indices)

Compute the triangulation of a face.

INDICES should be an (unsigned-byte 32) array to hold the triangulation indices. If it is not passed, a vector is allocated and returned for you.

See MESH (type)
See FACE (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: triangulate-face ((mesh mesh) (face face) &optional indices)
Source

wrapper.lisp.

Generic Function: twin (wrapper)

Access the FBX:TWIN slot

For TOPO-EDGE returns a INTEGER

See INTEGER (type)
See TOPO-EDGE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: twin ((wrapper topo-edge))
Generic Function: (setf twin) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf twin) ((wrapper topo-edge))
Source

wrapper.lisp.

Generic Function: type-name (wrapper)

Access the FBX:TYPE-NAME slot

For CONSTRAINT returns a STRING

See STRING (type)
See CONSTRAINT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: type-name ((wrapper constraint))
Generic Function: (setf type-name) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf type-name) ((wrapper constraint))
Source

wrapper.lisp.

Generic Function: typed-id (wrapper)

Access the FBX:TYPED-ID slot

For ELEMENT returns a INTEGER

See INTEGER (type)
See ELEMENT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: typed-id ((wrapper element))
Generic Function: (setf typed-id) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf typed-id) ((wrapper element))
Source

wrapper.lisp.

Generic Function: ui-color (wrapper)

Access the FBX:UI-COLOR slot

For DISPLAY-LAYER returns a VEC3

See VEC3 (type)
See DISPLAY-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: ui-color ((wrapper display-layer))
Generic Function: (setf ui-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf ui-color) ((wrapper display-layer))
Source

wrapper.lisp.

Generic Function: unicode-error-handling (wrapper)

Access the FBX:UNICODE-ERROR-HANDLING slot

For LOAD-OPTS returns a FBX:UNICODE-ERROR-HANDLING

See UNICODE-ERROR-HANDLING (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: unicode-error-handling ((wrapper load-opts))
Generic Function: (setf unicode-error-handling) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf unicode-error-handling) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: unique-per-vertex (wrapper)

Access the FBX:UNIQUE-PER-VERTEX slot

For VERTEX-VEC4 returns a BOOLEAN For VERTEX-VEC3 returns a BOOLEAN For VERTEX-VEC2 returns a BOOLEAN For VERTEX-REAL returns a BOOLEAN For VERTEX-ATTRIB returns a BOOLEAN

See BOOLEAN (type)
See VERTEX-VEC4 (type)
See VERTEX-VEC3 (type)
See VERTEX-VEC2 (type)
See VERTEX-REAL (type)
See VERTEX-ATTRIB (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: unique-per-vertex ((wrapper vertex-vec4))
Method: unique-per-vertex ((wrapper vertex-vec3))
Method: unique-per-vertex ((wrapper vertex-vec2))
Method: unique-per-vertex ((wrapper vertex-real))
Method: unique-per-vertex ((wrapper vertex-attrib))
Generic Function: (setf unique-per-vertex) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf unique-per-vertex) ((wrapper vertex-vec4))
Source

wrapper.lisp.

Method: (setf unique-per-vertex) ((wrapper vertex-vec3))
Source

wrapper.lisp.

Method: (setf unique-per-vertex) ((wrapper vertex-vec2))
Source

wrapper.lisp.

Method: (setf unique-per-vertex) ((wrapper vertex-real))
Source

wrapper.lisp.

Method: (setf unique-per-vertex) ((wrapper vertex-attrib))
Source

wrapper.lisp.

Generic Function: unit-meters (wrapper)

Access the FBX:UNIT-METERS slot

For SCENE-SETTINGS returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See SCENE-SETTINGS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: unit-meters ((wrapper scene-settings))
Generic Function: (setf unit-meters) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf unit-meters) ((wrapper scene-settings))
Source

wrapper.lisp.

Generic Function: unknown-type (wrapper)

Access the FBX:TYPE slot

For UNKNOWN returns a FBX-STRING

See FBX-STRING (type)
See UNKNOWN (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: unknown-type ((wrapper unknown))
Generic Function: (setf unknown-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf unknown-type) ((wrapper unknown))
Source

wrapper.lisp.

Generic Function: unknowns (wrapper)

Access the FBX:UNKNOWNS slot

For SCENE returns a FOREIGN-VECTOR (UNKNOWN)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: unknowns ((wrapper scene))
Generic Function: (setf unknowns) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf unknowns) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: unlit (wrapper)

Access the FBX:UNLIT slot

For MATERIAL-FEATURES returns a MATERIAL-FEATURE-INFO

See MATERIAL-FEATURE-INFO (type)
See MATERIAL-FEATURES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: unlit ((wrapper material-features))
Generic Function: (setf unlit) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf unlit) ((wrapper material-features))
Source

wrapper.lisp.

Generic Function: up (wrapper)

Access the FBX:UP slot

For COORDINATE-AXES returns a FBX:COORDINATE-AXIS

See COORDINATE-AXIS (type)
See COORDINATE-AXES (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: up ((wrapper coordinate-axes))
Generic Function: (setf up) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf up) ((wrapper coordinate-axes))
Source

wrapper.lisp.

Generic Function: use-distance-limit (wrapper)

Access the FBX:USE-DISTANCE-LIMIT slot

For LOD-GROUP returns a BOOLEAN

See BOOLEAN (type)
See LOD-GROUP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: use-distance-limit ((wrapper lod-group))
Generic Function: (setf use-distance-limit) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf use-distance-limit) ((wrapper lod-group))
Source

wrapper.lisp.

Generic Function: use-root-transform (wrapper)

Access the FBX:USE-ROOT-TRANSFORM slot

For LOAD-OPTS returns a BOOLEAN

See BOOLEAN (type)
See LOAD-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: use-root-transform ((wrapper load-opts))
Generic Function: (setf use-root-transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf use-root-transform) ((wrapper load-opts))
Source

wrapper.lisp.

Generic Function: use-weight (wrapper)

Access the FBX:USE-WEIGHT slot

For GEOMETRY-CACHE-DATA-OPTS returns a BOOLEAN

See BOOLEAN (type)
See GEOMETRY-CACHE-DATA-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: use-weight ((wrapper geometry-cache-data-opts))
Generic Function: (setf use-weight) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf use-weight) ((wrapper geometry-cache-data-opts))
Source

wrapper.lisp.

Generic Function: uv-boundary (wrapper)

Access the FBX:UV-BOUNDARY slot

For SUBDIVIDE-OPTS returns a FBX:SUBDIVISION-BOUNDARY

See SUBDIVISION-BOUNDARY (type)
See SUBDIVIDE-OPTS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: uv-boundary ((wrapper subdivide-opts))
Generic Function: (setf uv-boundary) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf uv-boundary) ((wrapper subdivide-opts))
Source

wrapper.lisp.

Generic Function: uv-set (wrapper)

Access the FBX:UV-SET slot

For TEXTURE returns a STRING

See STRING (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: uv-set ((wrapper texture))
Generic Function: (setf uv-set) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf uv-set) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: uv-sets (wrapper)

Access the FBX:UV-SETS slot

For MESH returns a FOREIGN-VECTOR (UV-SET)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: uv-sets ((wrapper mesh))
Generic Function: (setf uv-sets) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf uv-sets) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: uv-to-texture (wrapper)

Access the FBX:UV-TO-TEXTURE slot

For TEXTURE returns a MATRIX

See MATRIX (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: uv-to-texture ((wrapper texture))
Generic Function: (setf uv-to-texture) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf uv-to-texture) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: uv-transform (wrapper)

Access the FBX:UV-TRANSFORM slot

For TEXTURE returns a TRANSFORM

See TRANSFORM (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: uv-transform ((wrapper texture))
Generic Function: (setf uv-transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf uv-transform) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: v (wrapper)

Access the FBX:V slot

For MATRIX returns a VECTOR

See VECTOR (type)
See MATRIX (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: v ((wrapper matrix))
Generic Function: (setf v) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf v) ((wrapper matrix))
Source

wrapper.lisp.

Generic Function: valid (wrapper)

Access the FBX:VALID slot

For SURFACE-POINT returns a BOOLEAN For CURVE-POINT returns a BOOLEAN For NURBS-BASIS returns a BOOLEAN

See BOOLEAN (type)
See SURFACE-POINT (type)
See CURVE-POINT (type)
See NURBS-BASIS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: valid ((wrapper surface-point))
Method: valid ((wrapper curve-point))
Method: valid ((wrapper nurbs-basis))
Generic Function: (setf valid) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf valid) ((wrapper surface-point))
Source

wrapper.lisp.

Method: (setf valid) ((wrapper curve-point))
Source

wrapper.lisp.

Method: (setf valid) ((wrapper nurbs-basis))
Source

wrapper.lisp.

Generic Function: value (wrapper)

Access the FBX:VALUE slot

For KEYFRAME returns a SINGLE-FLOAT For PROP-OVERRIDE returns a VEC3

See SINGLE-FLOAT (type)
See VEC3 (type)
See KEYFRAME (type)
See PROP-OVERRIDE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: value ((wrapper keyframe))
Method: value ((wrapper prop-override))
Generic Function: (setf value) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf value) ((wrapper keyframe))
Source

wrapper.lisp.

Method: (setf value) ((wrapper prop-override))
Source

wrapper.lisp.

Generic Function: value-blob (wrapper)

Access the FBX:VALUE-BLOB slot

For SHADER-TEXTURE-INPUT returns a BLOB For PROP returns a BLOB
For DOM-VALUE returns a BLOB

See BLOB (type)
See SHADER-TEXTURE-INPUT (type)
See PROP (type)
See DOM-VALUE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: value-blob ((wrapper shader-texture-input))
Method: value-blob ((wrapper prop))
Method: value-blob ((wrapper dom-value))
Generic Function: (setf value-blob) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf value-blob) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Method: (setf value-blob) ((wrapper prop))
Source

wrapper.lisp.

Method: (setf value-blob) ((wrapper dom-value))
Source

wrapper.lisp.

Generic Function: value-components (wrapper)

Access the FBX:VALUE-COMPONENTS slot

For MATERIAL-MAP returns a INTEGER

See INTEGER (type)
See MATERIAL-MAP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: value-components ((wrapper material-map))
Generic Function: (setf value-components) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf value-components) ((wrapper material-map))
Source

wrapper.lisp.

Generic Function: value-float (wrapper)

Access the FBX:VALUE-FLOAT slot

For DOM-VALUE returns a DOUBLE-FLOAT

See DOUBLE-FLOAT (type)
See DOM-VALUE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: value-float ((wrapper dom-value))
Generic Function: (setf value-float) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf value-float) ((wrapper dom-value))
Source

wrapper.lisp.

Generic Function: value-int (wrapper)

Access the FBX:VALUE-INT slot

For PROP-OVERRIDE returns a INTEGER For SHADER-TEXTURE-INPUT returns a INTEGER For MATERIAL-MAP returns a INTEGER
For PROP returns a INTEGER
For DOM-VALUE returns a INTEGER

See INTEGER (type)
See PROP-OVERRIDE (type)
See SHADER-TEXTURE-INPUT (type)
See MATERIAL-MAP (type)
See PROP (type)
See DOM-VALUE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: value-int ((wrapper prop-override))
Method: value-int ((wrapper shader-texture-input))
Method: value-int ((wrapper material-map))
Method: value-int ((wrapper prop))
Method: value-int ((wrapper dom-value))
Generic Function: (setf value-int) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf value-int) ((wrapper prop-override))
Source

wrapper.lisp.

Method: (setf value-int) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Method: (setf value-int) ((wrapper material-map))
Source

wrapper.lisp.

Method: (setf value-int) ((wrapper prop))
Source

wrapper.lisp.

Method: (setf value-int) ((wrapper dom-value))
Source

wrapper.lisp.

Generic Function: value-reals (wrapper)

Access the FBX:VALUE-REALS slot

For VERTEX-VEC4 returns a INTEGER For VERTEX-VEC3 returns a INTEGER For VERTEX-VEC2 returns a INTEGER For VERTEX-REAL returns a INTEGER For VERTEX-ATTRIB returns a INTEGER

See INTEGER (type)
See VERTEX-VEC4 (type)
See VERTEX-VEC3 (type)
See VERTEX-VEC2 (type)
See VERTEX-REAL (type)
See VERTEX-ATTRIB (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: value-reals ((wrapper vertex-vec4))
Method: value-reals ((wrapper vertex-vec3))
Method: value-reals ((wrapper vertex-vec2))
Method: value-reals ((wrapper vertex-real))
Method: value-reals ((wrapper vertex-attrib))
Generic Function: (setf value-reals) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf value-reals) ((wrapper vertex-vec4))
Source

wrapper.lisp.

Method: (setf value-reals) ((wrapper vertex-vec3))
Source

wrapper.lisp.

Method: (setf value-reals) ((wrapper vertex-vec2))
Source

wrapper.lisp.

Method: (setf value-reals) ((wrapper vertex-real))
Source

wrapper.lisp.

Method: (setf value-reals) ((wrapper vertex-attrib))
Source

wrapper.lisp.

Generic Function: value-str (wrapper)

Access the FBX:VALUE-STR slot

For PROP-OVERRIDE returns a :STRING For SHADER-TEXTURE-INPUT returns a STRING For PROP returns a STRING
For DOM-VALUE returns a STRING

See STRING (type)
See STRING (type)
See PROP-OVERRIDE (type)
See SHADER-TEXTURE-INPUT (type)
See PROP (type)
See DOM-VALUE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: value-str ((wrapper prop-override))
Method: value-str ((wrapper shader-texture-input))
Method: value-str ((wrapper prop))
Method: value-str ((wrapper dom-value))
Generic Function: (setf value-str) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf value-str) ((wrapper prop-override))
Source

wrapper.lisp.

Method: (setf value-str) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Method: (setf value-str) ((wrapper prop))
Source

wrapper.lisp.

Method: (setf value-str) ((wrapper dom-value))
Source

wrapper.lisp.

Generic Function: value-type (wrapper)

Access the FBX:TYPE slot

For DOM-VALUE returns a FBX:DOM-VALUE-TYPE

See DOM-VALUE-TYPE (type)
See DOM-VALUE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: value-type ((wrapper dom-value))
Generic Function: (setf value-type) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf value-type) ((wrapper dom-value))
Source

wrapper.lisp.

Generic Function: value-vec4 (wrapper)

Access the FBX:VALUE-VEC4 slot

For SHADER-TEXTURE-INPUT returns a VEC4 For MATERIAL-MAP returns a VEC4
For PROP returns a VEC4

See VEC4 (type)
See SHADER-TEXTURE-INPUT (type)
See MATERIAL-MAP (type)
See PROP (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: value-vec4 ((wrapper shader-texture-input))
Method: value-vec4 ((wrapper material-map))
Method: value-vec4 ((wrapper prop))
Generic Function: (setf value-vec4) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf value-vec4) ((wrapper shader-texture-input))
Source

wrapper.lisp.

Method: (setf value-vec4) ((wrapper material-map))
Source

wrapper.lisp.

Method: (setf value-vec4) ((wrapper prop))
Source

wrapper.lisp.

Generic Function: values (wrapper)

Access the COMMON-LISP:VALUES slot

For VERTEX-VEC4 returns a FOREIGN-VECTOR (VEC4)
For VERTEX-VEC3 returns a FOREIGN-VECTOR (VEC3)
For VERTEX-VEC2 returns a FOREIGN-VECTOR (VEC2)
For VERTEX-REAL returns a FOREIGN-VECTOR (SINGLE-FLOAT) For VERTEX-ATTRIB returns a FOREIGN-VECTOR (T)
For DOM-NODE returns a FOREIGN-VECTOR (DOM-VALUE)

See FOREIGN-VECTOR (type)
See VERTEX-VEC4 (type)
See VERTEX-VEC3 (type)
See VERTEX-VEC2 (type)
See VERTEX-REAL (type)
See VERTEX-ATTRIB (type)
See DOM-NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: values ((wrapper vertex-vec4))
Method: values ((wrapper vertex-vec3))
Method: values ((wrapper vertex-vec2))
Method: values ((wrapper vertex-real))
Method: values ((wrapper vertex-attrib))
Method: values ((wrapper dom-node))
Generic Function: (setf values) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf values) ((wrapper vertex-vec4))
Source

wrapper.lisp.

Method: (setf values) ((wrapper vertex-vec3))
Source

wrapper.lisp.

Method: (setf values) ((wrapper vertex-vec2))
Source

wrapper.lisp.

Method: (setf values) ((wrapper vertex-real))
Source

wrapper.lisp.

Method: (setf values) ((wrapper vertex-attrib))
Source

wrapper.lisp.

Method: (setf values) ((wrapper dom-node))
Source

wrapper.lisp.

Generic Function: vector-displacement (wrapper)

Access the FBX:VECTOR-DISPLACEMENT slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vector-displacement ((wrapper material-fbx-maps))
Generic Function: (setf vector-displacement) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vector-displacement) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: vector-displacement-factor (wrapper)

Access the FBX:VECTOR-DISPLACEMENT-FACTOR slot

For MATERIAL-FBX-MAPS returns a MATERIAL-MAP

See MATERIAL-MAP (type)
See MATERIAL-FBX-MAPS (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vector-displacement-factor ((wrapper material-fbx-maps))
Generic Function: (setf vector-displacement-factor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vector-displacement-factor) ((wrapper material-fbx-maps))
Source

wrapper.lisp.

Generic Function: vendor (wrapper)

Access the FBX:VENDOR slot

For APPLICATION returns a STRING

See STRING (type)
See APPLICATION (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vendor ((wrapper application))
Generic Function: (setf vendor) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vendor) ((wrapper application))
Source

wrapper.lisp.

Generic Function: version (wrapper)

Access the FBX:VERSION slot

For METADATA returns a INTEGER For APPLICATION returns a STRING

See INTEGER (type)
See STRING (type)
See METADATA (type)
See APPLICATION (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: version ((wrapper metadata))
Method: version ((wrapper application))
Generic Function: (setf version) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf version) ((wrapper metadata))
Source

wrapper.lisp.

Method: (setf version) ((wrapper application))
Source

wrapper.lisp.

Generic Function: vertex-bitangent (wrapper)

Access the FBX:VERTEX-BITANGENT slot

For MESH returns a VERTEX-VEC3 For UV-SET returns a VERTEX-VEC3

See VERTEX-VEC3 (type)
See MESH (type)
See UV-SET (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vertex-bitangent ((wrapper mesh))
Method: vertex-bitangent ((wrapper uv-set))
Generic Function: (setf vertex-bitangent) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vertex-bitangent) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf vertex-bitangent) ((wrapper uv-set))
Source

wrapper.lisp.

Generic Function: vertex-color (wrapper)

Access the FBX:VERTEX-COLOR slot

For MESH returns a VERTEX-VEC4 For COLOR-SET returns a VERTEX-VEC4

See VERTEX-VEC4 (type)
See MESH (type)
See COLOR-SET (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vertex-color ((wrapper mesh))
Method: vertex-color ((wrapper color-set))
Generic Function: (setf vertex-color) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vertex-color) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf vertex-color) ((wrapper color-set))
Source

wrapper.lisp.

Generic Function: vertex-crease (wrapper)

Access the FBX:VERTEX-CREASE slot

For MESH returns a VERTEX-REAL

See VERTEX-REAL (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vertex-crease ((wrapper mesh))
Generic Function: (setf vertex-crease) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vertex-crease) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: vertex-first-index (wrapper)

Access the FBX:VERTEX-FIRST-INDEX slot

For MESH returns a FOREIGN-VECTOR (UINT32)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vertex-first-index ((wrapper mesh))
Generic Function: (setf vertex-first-index) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vertex-first-index) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: vertex-indices (wrapper)

Access the FBX:VERTEX-INDICES slot

For MESH returns a FOREIGN-VECTOR (UINT32)

See FOREIGN-VECTOR (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vertex-indices ((wrapper mesh))
Generic Function: (setf vertex-indices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vertex-indices) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: vertex-normal (wrapper)

Access the FBX:VERTEX-NORMAL slot

For MESH returns a VERTEX-VEC3

See VERTEX-VEC3 (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vertex-normal ((wrapper mesh))
Generic Function: (setf vertex-normal) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vertex-normal) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: vertex-position (wrapper)

Access the FBX:VERTEX-POSITION slot

For MESH returns a VERTEX-VEC3

See VERTEX-VEC3 (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vertex-position ((wrapper mesh))
Generic Function: (setf vertex-position) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vertex-position) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: vertex-size (wrapper)

Access the FBX:VERTEX-SIZE slot

For VERTEX-STREAM returns a INTEGER

See INTEGER (type)
See VERTEX-STREAM (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vertex-size ((wrapper vertex-stream))
Generic Function: (setf vertex-size) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vertex-size) ((wrapper vertex-stream))
Source

wrapper.lisp.

Generic Function: vertex-tangent (wrapper)

Access the FBX:VERTEX-TANGENT slot

For MESH returns a VERTEX-VEC3 For UV-SET returns a VERTEX-VEC3

See VERTEX-VEC3 (type)
See MESH (type)
See UV-SET (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vertex-tangent ((wrapper mesh))
Method: vertex-tangent ((wrapper uv-set))
Generic Function: (setf vertex-tangent) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vertex-tangent) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf vertex-tangent) ((wrapper uv-set))
Source

wrapper.lisp.

Generic Function: vertex-uv (wrapper)

Access the FBX:VERTEX-UV slot

For MESH returns a VERTEX-VEC2 For UV-SET returns a VERTEX-VEC2

See VERTEX-VEC2 (type)
See MESH (type)
See UV-SET (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vertex-uv ((wrapper mesh))
Method: vertex-uv ((wrapper uv-set))
Generic Function: (setf vertex-uv) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vertex-uv) ((wrapper mesh))
Source

wrapper.lisp.

Method: (setf vertex-uv) ((wrapper uv-set))
Source

wrapper.lisp.

Generic Function: vertices (wrapper)

Access the FBX:VERTICES slot

For SELECTION-NODE returns a FOREIGN-VECTOR (UINT32) For SKIN-CLUSTER returns a FOREIGN-VECTOR (UINT32) For SKIN-DEFORMER returns a FOREIGN-VECTOR (SKIN-VERTEX) For MESH returns a FOREIGN-VECTOR (VEC3)

See FOREIGN-VECTOR (type)
See SELECTION-NODE (type)
See SKIN-CLUSTER (type)
See SKIN-DEFORMER (type)
See MESH (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: vertices ((wrapper selection-node))
Method: vertices ((wrapper skin-cluster))
Method: vertices ((wrapper skin-deformer))
Method: vertices ((wrapper mesh))
Generic Function: (setf vertices) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf vertices) ((wrapper selection-node))
Source

wrapper.lisp.

Method: (setf vertices) ((wrapper skin-cluster))
Source

wrapper.lisp.

Method: (setf vertices) ((wrapper skin-deformer))
Source

wrapper.lisp.

Method: (setf vertices) ((wrapper mesh))
Source

wrapper.lisp.

Generic Function: video (wrapper)

Access the FBX:VIDEO slot

For TEXTURE returns a VIDEO

See VIDEO (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: video ((wrapper texture))
Generic Function: (setf video) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf video) ((wrapper texture))
Source

wrapper.lisp.

Method: (setf video) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: videos (wrapper)

Access the FBX:VIDEOS slot

For SCENE returns a FOREIGN-VECTOR (VIDEO)

See FOREIGN-VECTOR (type)
See SCENE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: videos ((wrapper scene))
Generic Function: (setf videos) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf videos) ((wrapper scene))
Source

wrapper.lisp.

Generic Function: visible (wrapper)

Access the FBX:VISIBLE slot

For DISPLAY-LAYER returns a BOOLEAN For NODE returns a BOOLEAN

See BOOLEAN (type)
See DISPLAY-LAYER (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: visible ((wrapper display-layer))
Method: visible ((wrapper node))
Generic Function: (setf visible) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf visible) ((wrapper display-layer))
Source

wrapper.lisp.

Method: (setf visible) ((wrapper node))
Source

wrapper.lisp.

Generic Function: w (wrapper)

Access the FBX:W slot

For QUAT returns a SINGLE-FLOAT For VEC4 returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See QUAT (type)
See VEC4 (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: w ((wrapper quat))
Method: w ((wrapper vec4))
Generic Function: (setf w) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf w) ((wrapper quat))
Source

wrapper.lisp.

Method: (setf w) ((wrapper vec4))
Source

wrapper.lisp.

Generic Function: warnings (wrapper)

Access the FBX:WARNINGS slot

For METADATA returns a FOREIGN-VECTOR (FBX-WARNING)

See FOREIGN-VECTOR (type)
See METADATA (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: warnings ((wrapper metadata))
Generic Function: (setf warnings) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf warnings) ((wrapper metadata))
Source

wrapper.lisp.

Generic Function: weight (wrapper)

Access the FBX:WEIGHT slot

For GEOMETRY-CACHE-DATA-OPTS returns a SINGLE-FLOAT For CONSTRAINT returns a SINGLE-FLOAT
For CONSTRAINT-TARGET returns a SINGLE-FLOAT For ANIM-LAYER returns a SINGLE-FLOAT
For ANIM-LAYER-DESC returns a SINGLE-FLOAT
For BLEND-CHANNEL returns a SINGLE-FLOAT
For SKIN-WEIGHT returns a SINGLE-FLOAT
For SUBDIVISION-WEIGHT returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See GEOMETRY-CACHE-DATA-OPTS (type)
See CONSTRAINT (type)
See CONSTRAINT-TARGET (type)
See ANIM-LAYER (type)
See ANIM-LAYER-DESC (type)
See BLEND-CHANNEL (type)
See SKIN-WEIGHT (type)
See SUBDIVISION-WEIGHT (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: weight ((wrapper geometry-cache-data-opts))
Method: weight ((wrapper constraint))
Method: weight ((wrapper constraint-target))
Method: weight ((wrapper anim-layer))
Method: weight ((wrapper anim-layer-desc))
Method: weight ((wrapper blend-channel))
Method: weight ((wrapper skin-weight))
Method: weight ((wrapper subdivision-weight))
Generic Function: (setf weight) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf weight) ((wrapper geometry-cache-data-opts))
Source

wrapper.lisp.

Method: (setf weight) ((wrapper constraint))
Source

wrapper.lisp.

Method: (setf weight) ((wrapper constraint-target))
Source

wrapper.lisp.

Method: (setf weight) ((wrapper anim-layer))
Source

wrapper.lisp.

Method: (setf weight) ((wrapper anim-layer-desc))
Source

wrapper.lisp.

Method: (setf weight) ((wrapper blend-channel))
Source

wrapper.lisp.

Method: (setf weight) ((wrapper skin-weight))
Source

wrapper.lisp.

Method: (setf weight) ((wrapper subdivision-weight))
Source

wrapper.lisp.

Generic Function: weight-begin (wrapper)

Access the FBX:WEIGHT-BEGIN slot

For SKIN-VERTEX returns a INTEGER
For SUBDIVISION-WEIGHT-RANGE returns a INTEGER

See INTEGER (type)
See SKIN-VERTEX (type)
See SUBDIVISION-WEIGHT-RANGE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: weight-begin ((wrapper skin-vertex))
Method: weight-begin ((wrapper subdivision-weight-range))
Generic Function: (setf weight-begin) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf weight-begin) ((wrapper skin-vertex))
Source

wrapper.lisp.

Method: (setf weight-begin) ((wrapper subdivision-weight-range))
Source

wrapper.lisp.

Generic Function: weight-is-animated (wrapper)

Access the FBX:WEIGHT-IS-ANIMATED slot

For ANIM-LAYER returns a BOOLEAN

See BOOLEAN (type)
See ANIM-LAYER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: weight-is-animated ((wrapper anim-layer))
Generic Function: (setf weight-is-animated) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf weight-is-animated) ((wrapper anim-layer))
Source

wrapper.lisp.

Generic Function: weighted-face-normal (face vertices &optional normal)

Compute the weighted face normal for the given array of vertices.

NORMAL should be a 3-element single-float array to hold the normal vector components. If it is not passed, a vector is allocated and returned for you.

See FACE (type)

Package

org.shirakumo.fraf.fbx.

Methods
Method: weighted-face-normal ((face face) vertices &optional normal)
Source

wrapper.lisp.

Generic Function: weights (wrapper)

Access the FBX:WEIGHTS slot

For SKIN-CLUSTER returns a FOREIGN-VECTOR (FLOAT) For SKIN-DEFORMER returns a FOREIGN-VECTOR (SKIN-WEIGHT)

See FOREIGN-VECTOR (type)
See SKIN-CLUSTER (type)
See SKIN-DEFORMER (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: weights ((wrapper skin-cluster))
Method: weights ((wrapper skin-deformer))
Generic Function: (setf weights) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf weights) ((wrapper skin-cluster))
Source

wrapper.lisp.

Method: (setf weights) ((wrapper skin-deformer))
Source

wrapper.lisp.

Generic Function: world-transform (wrapper)

Access the FBX:WORLD-TRANSFORM slot

For NODE returns a TRANSFORM

See TRANSFORM (type)
See NODE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: world-transform ((wrapper node))
Generic Function: (setf world-transform) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf world-transform) ((wrapper node))
Source

wrapper.lisp.

Generic Function: wrap-u (wrapper)

Access the FBX:WRAP-U slot

For TEXTURE returns a FBX:WRAP-MODE

See WRAP-MODE (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: wrap-u ((wrapper texture))
Generic Function: (setf wrap-u) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf wrap-u) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: wrap-v (wrapper)

Access the FBX:WRAP-V slot

For TEXTURE returns a FBX:WRAP-MODE

See WRAP-MODE (type)
See TEXTURE (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: wrap-v ((wrapper texture))
Generic Function: (setf wrap-v) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf wrap-v) ((wrapper texture))
Source

wrapper.lisp.

Generic Function: x (wrapper)

Access the FBX:X slot

For QUAT returns a SINGLE-FLOAT For VEC4 returns a SINGLE-FLOAT For VEC3 returns a SINGLE-FLOAT For VEC2 returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See QUAT (type)
See VEC4 (type)
See VEC3 (type)
See VEC2 (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: x ((wrapper quat))
Method: x ((wrapper vec4))
Method: x ((wrapper vec3))
Method: x ((wrapper vec2))
Generic Function: (setf x) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf x) ((wrapper quat))
Source

wrapper.lisp.

Method: (setf x) ((wrapper vec4))
Source

wrapper.lisp.

Method: (setf x) ((wrapper vec3))
Source

wrapper.lisp.

Method: (setf x) ((wrapper vec2))
Source

wrapper.lisp.

Generic Function: y (wrapper)

Access the FBX:Y slot

For QUAT returns a SINGLE-FLOAT For VEC4 returns a SINGLE-FLOAT For VEC3 returns a SINGLE-FLOAT For VEC2 returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See QUAT (type)
See VEC4 (type)
See VEC3 (type)
See VEC2 (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: y ((wrapper quat))
Method: y ((wrapper vec4))
Method: y ((wrapper vec3))
Method: y ((wrapper vec2))
Generic Function: (setf y) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf y) ((wrapper quat))
Source

wrapper.lisp.

Method: (setf y) ((wrapper vec4))
Source

wrapper.lisp.

Method: (setf y) ((wrapper vec3))
Source

wrapper.lisp.

Method: (setf y) ((wrapper vec2))
Source

wrapper.lisp.

Generic Function: z (wrapper)

Access the FBX:Z slot

For QUAT returns a SINGLE-FLOAT For VEC4 returns a SINGLE-FLOAT For VEC3 returns a SINGLE-FLOAT

See SINGLE-FLOAT (type)
See QUAT (type)
See VEC4 (type)
See VEC3 (type)

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: z ((wrapper quat))
Method: z ((wrapper vec4))
Method: z ((wrapper vec3))
Generic Function: (setf z) (wrapper)
Package

org.shirakumo.fraf.fbx.

Methods
Method: (setf z) ((wrapper quat))
Source

wrapper.lisp.

Method: (setf z) ((wrapper vec4))
Source

wrapper.lisp.

Method: (setf z) ((wrapper vec3))
Source

wrapper.lisp.


5.1.7 Standalone methods

Method: close ((wrapper wrapper) &key abort)
Source

wrapper.lisp.

Method: describe-object ((vector foreign-vector) stream)
Source

wrapper.lisp.

Method: describe-object ((wrapper wrapper) stream)
Source

wrapper.lisp.

Method: (setf elt) ((vector foreign-vector) index)
Package

sb-sequence.

Source

wrapper.lisp.

Method: elt ((vector foreign-vector) index)
Package

sb-sequence.

Source

wrapper.lisp.

Method: elt ((vertex vertex-real) index)
Package

sb-sequence.

Source

wrapper.lisp.

Method: elt ((vertex vertex-vec2) index)
Package

sb-sequence.

Source

wrapper.lisp.

Method: (setf elt) ((vector packed-foreign-vector) index)
Package

sb-sequence.

Source

wrapper.lisp.

Method: elt ((vertex vertex-vec4) index)
Package

sb-sequence.

Source

wrapper.lisp.

Method: elt ((vertex vertex-vec3) index)
Package

sb-sequence.

Source

wrapper.lisp.

Method: (setf elt) ((vector packed-foreign-vector) index)
Package

sb-sequence.

Source

wrapper.lisp.

Method: elt ((vector packed-foreign-vector) index)
Package

sb-sequence.

Source

wrapper.lisp.

Method: initialize-instance :after ((wrapper wrapper) &rest args &key handle &allow-other-keys)
Source

wrapper.lisp.

Method: length ((vector foreign-vector))
Package

sb-sequence.

Source

wrapper.lisp.

Method: length ((vertex vertex-real))
Package

sb-sequence.

Source

wrapper.lisp.

Method: length ((vertex vertex-vec2))
Package

sb-sequence.

Source

wrapper.lisp.

Method: length ((vertex vertex-vec4))
Package

sb-sequence.

Source

wrapper.lisp.

Method: length ((vertex vertex-vec3))
Package

sb-sequence.

Source

wrapper.lisp.

Method: print-object ((vector foreign-vector) stream)
Source

wrapper.lisp.

Method: print-object ((wrapper wrapper) stream)
Source

wrapper.lisp.

Method: print-object ((file fbx-file) stream)
Source

file.lisp.

Method: reinitialize-instance :after ((wrapper wrapper) &rest args &key &allow-other-keys)
Source

wrapper.lisp.


5.1.8 Conditions

Condition: fbx-error

Error signalled on some FBX operations.

See CODE
See MESSAGE
See DESCRIPTION
See INFO
See STACK

Package

org.shirakumo.fraf.fbx.

Source

conditions.lisp.

Direct superclasses

error.

Direct methods
Direct slots
Slot: code
Initargs

:code

Readers

code.

Writers

This slot is read-only.

Slot: message
Initargs

:message

Readers

message.

Writers

This slot is read-only.

Slot: description
Initargs

:description

Readers

description.

Writers

This slot is read-only.

Slot: info
Initargs

:info

Readers

info.

Writers

This slot is read-only.

Slot: stack
Initargs

:stack

Readers

stack.

Writers

This slot is read-only.

Condition: fbx-panic

Error signalled on some FBX operations.

See MESSAGE

Package

org.shirakumo.fraf.fbx.

Source

conditions.lisp.

Direct superclasses

error.

Direct methods

message.

Direct slots
Slot: message
Initargs

:message

Readers

message.

Writers

This slot is read-only.

Condition: fbx-warning

Warning signalled on some FBX operations.

See CODE
See DESCRIPTION

Package

org.shirakumo.fraf.fbx.

Source

conditions.lisp.

Direct superclasses

warning.

Direct methods
Direct slots
Slot: code
Initargs

:code

Readers

code.

Writers

This slot is read-only.

Slot: description
Initargs

:description

Readers

description.

Writers

This slot is read-only.

Condition: inflate-error

Error signalled when an INFLATE invocation fails.

See CODE
See DESCRIPTION
See INFLATE

Package

org.shirakumo.fraf.fbx.

Source

conditions.lisp.

Direct superclasses

error.

Direct methods
Direct slots
Slot: code
Initargs

:code

Readers

code.

Writers

This slot is read-only.


5.1.9 Classes

Class: allocator
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: allocator

Representation of an allocation manager.

You should subclass this and implement the following: FREE
ALLOCATE
REALLOCATE
DEALLOCATE

See FREE
See ALLOCATE
See REALLOCATE
See DEALLOCATE
See MEMORY-LIMIT
See ALLOCATION-LIMIT
See HUGE-THRESHOLD
See MAX-CHUNK-SIZE
See RESULT-ALLOCATOR
See TEMP-ALLOCATOR

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct methods
Direct slots
Slot: memory-limit
Initform

0

Initargs

:memory-limit

Readers

memory-limit.

Writers

(setf memory-limit).

Slot: allocation-limit
Initform

0

Initargs

:allocation-limit

Readers

allocation-limit.

Writers

(setf allocation-limit).

Slot: huge-threshold
Initform

0

Initargs

:huge-threshold

Readers

huge-threshold.

Writers

(setf huge-threshold).

Slot: max-chunk-size
Initform

0

Initargs

:max-chunk-size

Readers

max-chunk-size.

Writers

(setf max-chunk-size).

Class: allocator-opts
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: anim
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: anim

Representation of a FBX:ANIM.

See LAYERS
See PROP-OVERRIDES
See IGNORE-CONNECTIONS See TIME-BEGIN
See TIME-END

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:anim)))

Class: anim-curve
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: anim-curve

Representation of a FBX:ANIM-CURVE.

See ELEMENT
See KEYFRAMES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:anim-curve)))

Class: anim-layer
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: anim-layer

Representation of a FBX:ANIM-LAYER.

See ELEMENT
See WEIGHT
See WEIGHT-IS-ANIMATED
See BLENDED
See ADDITIVE
See COMPOSE-ROTATION
See COMPOSE-SCALE
See ANIM-VALUES
See ANIM-PROPS
See ANIM
See -MIN-ELEMENT-ID
See -MAX-ELEMENT-ID
See -ELEMENT-ID-BITMASK

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:anim-layer)))

Class: anim-layer-desc
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: anim-layer-desc

Representation of a FBX:ANIM-LAYER-DESC.

See LAYER
See WEIGHT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:anim-layer-desc)))

Class: anim-prop
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: anim-prop

Representation of a FBX:ANIM-PROP.

See ELEMENT
See -INTERNAL-KEY
See PROP-NAME
See ANIM-VALUE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:anim-prop)))

Class: anim-stack
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: anim-stack

Representation of a FBX:ANIM-STACK.

See ELEMENT
See TIME-BEGIN
See TIME-END
See LAYERS
See ANIM

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:anim-stack)))

Class: anim-value
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: anim-value

Representation of a FBX:ANIM-VALUE.

See ELEMENT
See DEFAULT-VALUE
See CURVES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:anim-value)))

Class: application
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: application

Representation of a FBX:APPLICATION.

See VENDOR
See NAME
See VERSION

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:application)))

Class: blend-channel
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: blend-channel

Representation of a FBX:BLEND-CHANNEL.

See ELEMENT
See WEIGHT
See KEYFRAMES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:blend-channel)))

Class: blend-deformer
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: blend-deformer

Representation of a FBX:BLEND-DEFORMER.

See ELEMENT
See CHANNELS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:blend-deformer)))

Class: blend-keyframe
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: blend-keyframe

Representation of a FBX:BLEND-KEYFRAME.

See SHAPE
See TARGET-WEIGHT
See EFFECTIVE-WEIGHT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:blend-keyframe)))

Class: blend-shape
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: blend-shape

Representation of a FBX:BLEND-SHAPE.

See ELEMENT
See NUM-OFFSETS
See OFFSET-VERTICES
See POSITION-OFFSETS
See NORMAL-OFFSETS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:blend-shape)))

Class: blob
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: blob

Representation of a FBX:BLOB.

See DATA
See SIZE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:blob)))

Class: bone
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: bone

Representation of a FBX:BONE.

See ELEMENT
See RADIUS
See RELATIVE-LENGTH
See IS-ROOT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:bone)))

Class: bone-pose
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: bone-pose

Representation of a FBX:BONE-POSE.

See BONE-NODE
See BONE-TO-WORLD

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:bone-pose)))

Class: cache-channel
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: cache-channel

Representation of a FBX:CACHE-CHANNEL.

See NAME
See INTERPRETATION
See INTERPRETATION-NAME
See FRAMES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:cache-channel)))

Class: cache-deformer
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: cache-deformer

Representation of a FBX:CACHE-DEFORMER.

See ELEMENT
See CHANNEL
See FILE
See EXTERNAL-CACHE
See EXTERNAL-CHANNEL

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:cache-deformer)))

Class: cache-file
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: cache-file

Representation of a FBX:CACHE-FILE.

See ELEMENT
See FILENAME
See ABSOLUTE-FILENAME
See RELATIVE-FILENAME
See RAW-FILENAME
See RAW-ABSOLUTE-FILENAME
See RAW-RELATIVE-FILENAME
See FILE-FORMAT
See EXTERNAL-CACHE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:cache-file)))

Class: cache-frame
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: cache-frame

Representation of a FBX:CACHE-FRAME.

See CHANNEL
See TIME
See FILENAME
See FILE-FORMAT
See DATA-FORMAT
See DATA-ENCODING
See DATA-OFFSET
See DATA-COUNT
See DATA-ELEMENT-BYTES
See DATA-TOTAL-BYTES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:cache-frame)))

Class: camera
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: camera

Representation of a FBX:CAMERA.

See ELEMENT
See PROJECTION-MODE
See RESOLUTION-IS-PIXELS See RESOLUTION
See FIELD-OF-VIEW-DEG
See FIELD-OF-VIEW-TAN
See ORTHOGRAPHIC-EXTENT
See ORTHOGRAPHIC-SIZE
See PROJECTION-PLANE
See ASPECT-RATIO
See NEAR-PLANE
See FAR-PLANE
See PROJECTION-AXES
See ASPECT-MODE
See APERTURE-MODE
See GATE-FIT
See APERTURE-FORMAT
See FOCAL-LENGTH-MM
See FILM-SIZE-INCH
See APERTURE-SIZE-INCH
See SQUEEZE-RATIO

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:camera)))

Class: camera-switcher
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: camera-switcher

Representation of a FBX:CAMERA-SWITCHER.

See ELEMENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:camera-switcher)))

Class: character
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: character

Representation of a FBX:CHARACTER.

See ELEMENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:character)))

Class: close-memory-cb
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: color-set
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: color-set

Representation of a FBX:COLOR-SET.

See NAME
See INDEX
See VERTEX-COLOR

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:color-set)))

Class: connection
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: connection

Representation of a FBX:CONNECTION.

See SRC
See DST
See SRC-PROP
See DST-PROP

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:connection)))

Class: constraint
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: constraint

Representation of a FBX:CONSTRAINT.

See ELEMENT
See CONSTRAINT-TYPE
See TYPE-NAME
See NODE
See TARGETS
See WEIGHT
See ACTIVE
See CONSTRAIN-TRANSLATION
See CONSTRAIN-ROTATION
See CONSTRAIN-SCALE
See TRANSFORM-OFFSET
See AIM-VECTOR
See AIM-UP-TYPE
See AIM-UP-NODE
See AIM-UP-VECTOR
See IK-EFFECTOR
See IK-END-NODE
See IK-POLE-VECTOR

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:constraint)))

Class: constraint-target
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: constraint-target

Representation of a FBX:CONSTRAINT-TARGET.

See NODE
See WEIGHT
See TRANSFORM

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:constraint-target)))

Class: coordinate-axes
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: coordinate-axes

Representation of a FBX:COORDINATE-AXES.

See RIGHT
See UP
See FRONT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:coordinate-axes)))

Class: curve-point
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: curve-point

Representation of a FBX:CURVE-POINT.

See VALID
See POSITION
See DERIVATIVE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:curve-point)))

Class: display-layer
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: display-layer

Representation of a FBX:DISPLAY-LAYER.

See ELEMENT
See NODES
See VISIBLE
See FROZEN
See UI-COLOR

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:display-layer)))

Class: dom-node
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: dom-node

Representation of a FBX:DOM-NODE.

See NAME
See CHILDREN
See VALUES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:dom-node)))

Class: dom-value
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: dom-value

Representation of a FBX:DOM-VALUE.

See VALUE-TYPE
See VALUE-STR
See VALUE-BLOB
See VALUE-INT
See VALUE-FLOAT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:dom-value)))

Class: edge
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: edge

Representation of a FBX:EDGE.

See A
See B

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:edge)))

Class: element
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: element

Representation of a FBX:ELEMENT.

See NAME
See PROPS
See ELEMENT-ID
See TYPED-ID
See INSTANCES
See ELEMENT-TYPE
See CONNECTIONS-SRC
See CONNECTIONS-DST
See DOM-NODE
See SCENE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:element)))

Class: empty
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: empty

Representation of a FBX:EMPTY.

See ELEMENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:empty)))

Class: error
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: error-frame
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: evaluate-opts
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: evaluate-opts

Representation of a FBX:EVALUATE-OPTS.

See -BEGIN-ZERO
See TEMP-ALLOCATOR
See RESULT-ALLOCATOR
See EVALUATE-SKINNING
See EVALUATE-CACHES
See LOAD-EXTERNAL-FILES
See OPEN-FILE-CB
See -END-ZERO

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:evaluate-opts)))

Class: face
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: face

Representation of a FBX:FACE.

See INDEX-BEGIN
See NUM-INDICES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:face)))

Class: face-group
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: face-group

Representation of a FBX:FACE-GROUP.

See ID
See NAME
See NUM-FACES
See NUM-TRIANGLES
See FACE-INDICES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:face-group)))

Class: fbx-file

Representation of an FBX file.

Note that this does not necessarily represent a file loaded from disk.

This is also a SCENE instance.

You must FREE the file when you are done with it. Accessing any fields of the file, or any derived WRAPPER instances after freeing it leads to undefined behaviour.

You should call PARSE with an appropriate file source to create instances of this class.

See FREE
See SCENE
See PARSE
See SOURCE

Package

org.shirakumo.fraf.fbx.

Source

file.lisp.

Direct superclasses

scene.

Direct subclasses
Direct methods
Direct slots
Slot: source
Initargs

:source

Readers

source.

Writers

(setf source).

Class: fbx-string

Representation of a FBX:STRING.

See DATA
See SIZE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:string)))

Class: foreign-vector

Representation of a vector of foreign values.

This can be accessed using standard sequence functions.

See CL:ELT
See CL:LENGTH
See LISP-TYPE
See FOREIGN-TYPE
See HANDLE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

sequence.

Direct subclasses
Direct methods
Direct slots
Slot: handle
Initargs

:handle

Readers

handle.

Writers

(setf handle).

Slot: lisp-type
Initargs

:lisp-type

Readers

lisp-type.

Writers

(setf lisp-type).

Slot: foreign-type
Initargs

:foreign-type

Readers

foreign-type.

Writers

(setf foreign-type).

Class: geometry-cache
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: geometry-cache

Representation of a FBX:GEOMETRY-CACHE.

See ROOT-FILENAME
See CHANNELS
See FRAMES
See EXTRA-INFO

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:geometry-cache)))

Class: geometry-cache-data-opts
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: geometry-cache-data-opts

Representation of a FBX:GEOMETRY-CACHE-DATA-OPTS.

See -BEGIN-ZERO
See OPEN-FILE-CB
See ADDITIVE
See USE-WEIGHT
See WEIGHT
See -END-ZERO

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:geometry-cache-data-opts)))

Class: geometry-cache-opts
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: geometry-cache-opts

Representation of a FBX:GEOMETRY-CACHE-OPTS.

See -BEGIN-ZERO
See TEMP-ALLOCATOR
See RESULT-ALLOCATOR
See OPEN-FILE-CB
See FRAMES-PER-SECOND
See -END-ZERO

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:geometry-cache-opts)))

Class: inflate-input
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: inflate-input

Representation of a FBX:INFLATE-INPUT.

See TOTAL-SIZE
See DATA
See DATA-SIZE
See BUFFER
See BUFFER-SIZE
See READ-FN
See READ-USER
See PROGRESS-CB
See PROGRESS-INTERVAL-HINT
See PROGRESS-SIZE-BEFORE
See PROGRESS-SIZE-AFTER
See NO-HEADER
See NO-CHECKSUM
See INTERNAL-FAST-BITS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:inflate-input)))

Class: inflate-retain
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: inflate-retain

Representation of a FBX:INFLATE-RETAIN.

See INITIALIZED
See DATA

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:inflate-retain)))

Class: keyframe
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: keyframe

Representation of a FBX:KEYFRAME.

See TIME
See VALUE
See INTERPOLATION
See LEFT
See RIGHT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:keyframe)))

Class: light
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: light

Representation of a FBX:LIGHT.

See ELEMENT
See COLOR
See INTENSITY
See LOCAL-DIRECTION
See LIGHT-TYPE
See DECAY
See AREA-SHAPE
See INNER-ANGLE
See OUTER-ANGLE
See CAST-LIGHT
See CAST-SHADOWS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:light)))

Class: line-curve
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: line-curve

Representation of a FBX:LINE-CURVE.

See ELEMENT
See COLOR
See CONTROL-POINTS
See POINT-INDICES
See SEGMENTS
See FROM-TESSELLATED-NURBS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:line-curve)))

Class: line-segment
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: line-segment

Representation of a FBX:LINE-SEGMENT.

See INDEX-BEGIN
See NUM-INDICES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:line-segment)))

Class: list
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: load-opts
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: load-opts

Representation of a FBX:LOAD-OPTS.

See -BEGIN-ZERO
See TEMP-ALLOCATOR
See RESULT-ALLOCATOR
See IGNORE-GEOMETRY
See IGNORE-ANIMATION
See IGNORE-EMBEDDED
See IGNORE-ALL-CONTENT
See EVALUATE-SKINNING
See EVALUATE-CACHES
See LOAD-EXTERNAL-FILES
See IGNORE-MISSING-EXTERNAL-FILES See SKIP-SKIN-VERTICES
See CLEAN-SKIN-WEIGHTS
See DISABLE-QUIRKS
See STRICT
See ALLOW-UNSAFE
See INDEX-ERROR-HANDLING
See CONNECT-BROKEN-ELEMENTS See ALLOW-NODES-OUT-OF-ROOT See ALLOW-NULL-MATERIAL
See ALLOW-MISSING-VERTEX-POSITION See ALLOW-EMPTY-FACES
See GENERATE-MISSING-NORMALS See OPEN-MAIN-FILE-WITH-DEFAULT See PATH-SEPARATOR
See FILE-SIZE-ESTIMATE
See READ-BUFFER-SIZE
See FILENAME
See RAW-FILENAME
See PROGRESS-CB
See PROGRESS-INTERVAL-HINT
See OPEN-FILE-CB
See GEOMETRY-TRANSFORM-HANDLING See SPACE-CONVERSION
See TARGET-AXES
See TARGET-UNIT-METERS
See TARGET-CAMERA-AXES
See TARGET-LIGHT-AXES
See GEOMETRY-TRANSFORM-HELPER-NAME See NO-PROP-UNIT-SCALING
See NO-ANIM-CURVE-UNIT-SCALING See NORMALIZE-NORMALS
See NORMALIZE-TANGENTS
See USE-ROOT-TRANSFORM
See ROOT-TRANSFORM
See UNICODE-ERROR-HANDLING
See RETAIN-DOM
See FILE-FORMAT
See FILE-FORMAT-LOOKAHEAD
See NO-FORMAT-FROM-CONTENT
See NO-FORMAT-FROM-EXTENSION See OBJ-SEARCH-MTL-BY-FILENAME See OBJ-MERGE-OBJECTS
See OBJ-MERGE-GROUPS
See OBJ-SPLIT-GROUPS
See OBJ-MTL-PATH
See OBJ-MTL-DATA
See -END-ZERO

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:load-opts)))

Class: lod-group
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: lod-group

Representation of a FBX:LOD-GROUP.

See ELEMENT
See RELATIVE-DISTANCES
See LOD-LEVELS
See IGNORE-PARENT-TRANSFORM See USE-DISTANCE-LIMIT
See DISTANCE-LIMIT-MIN
See DISTANCE-LIMIT-MAX

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:lod-group)))

Class: lod-level
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: lod-level

Representation of a FBX:LOD-LEVEL.

See DISTANCE
See DISPLAY

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:lod-level)))

Class: marker
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: marker

Representation of a FBX:MARKER.

See ELEMENT
See MARKER-TYPE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:marker)))

Class: material
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: material

Representation of a FBX:MATERIAL.

See ELEMENT
See FBX
See PBR
See FEATURES
See SHADER-TYPE
See SHADER
See SHADING-MODEL-NAME
See SHADER-PROP-PREFIX
See TEXTURES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:material)))

Class: material-fbx-maps
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: material-fbx-maps

Representation of a FBX:MATERIAL-FBX-MAPS.

See DIFFUSE-FACTOR
See DIFFUSE-COLOR
See SPECULAR-FACTOR
See SPECULAR-COLOR
See SPECULAR-EXPONENT
See REFLECTION-FACTOR
See REFLECTION-COLOR
See TRANSPARENCY-FACTOR
See TRANSPARENCY-COLOR
See EMISSION-FACTOR
See EMISSION-COLOR
See AMBIENT-FACTOR
See AMBIENT-COLOR
See NORMAL-MAP
See BUMP
See BUMP-FACTOR
See DISPLACEMENT-FACTOR
See DISPLACEMENT
See VECTOR-DISPLACEMENT-FACTOR
See VECTOR-DISPLACEMENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:material-fbx-maps)))

Class: material-feature-info
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: material-feature-info

Representation of a FBX:MATERIAL-FEATURE-INFO.

See ENABLED
See IS-EXPLICIT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:material-feature-info)))

Class: material-features
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: material-features

Representation of a FBX:MATERIAL-FEATURES.

See PBR
See METALNESS
See DIFFUSE
See SPECULAR
See EMISSION
See TRANSMISSION
See COAT
See SHEEN
See OPACITY
See AMBIENT-OCCLUSION
See MATTE
See UNLIT
See IOR
See DIFFUSE-ROUGHNESS
See TRANSMISSION-ROUGHNESS
See THIN-WALLED
See CAUSTICS
See EXIT-TO-BACKGROUND
See INTERNAL-REFLECTIONS
See DOUBLE-SIDED
See ROUGHNESS-AS-GLOSSINESS
See COAT-ROUGHNESS-AS-GLOSSINESS
See TRANSMISSION-ROUGHNESS-AS-GLOSSINESS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:material-features)))

Class: material-map
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: material-map

Representation of a FBX:MATERIAL-MAP.

See VALUE-VEC4
See VALUE-INT
See TEXTURE
See HAS-VALUE
See TEXTURE-ENABLED
See FEATURE-DISABLED
See VALUE-COMPONENTS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:material-map)))

Class: material-pbr-maps
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: material-pbr-maps

Representation of a FBX:MATERIAL-PBR-MAPS.

See BASE-FACTOR
See BASE-COLOR
See ROUGHNESS
See METALNESS
See DIFFUSE-ROUGHNESS
See SPECULAR-FACTOR
See SPECULAR-COLOR
See SPECULAR-IOR
See SPECULAR-ANISOTROPY
See SPECULAR-ROTATION
See TRANSMISSION-FACTOR
See TRANSMISSION-COLOR
See TRANSMISSION-DEPTH
See TRANSMISSION-SCATTER
See TRANSMISSION-SCATTER-ANISOTROPY See TRANSMISSION-DISPERSION
See TRANSMISSION-ROUGHNESS
See TRANSMISSION-EXTRA-ROUGHNESS
See TRANSMISSION-PRIORITY
See TRANSMISSION-ENABLE-IN-AOV
See SUBSURFACE-FACTOR
See SUBSURFACE-COLOR
See SUBSURFACE-RADIUS
See SUBSURFACE-SCALE
See SUBSURFACE-ANISOTROPY
See SUBSURFACE-TINT-COLOR
See SUBSURFACE-TYPE
See SHEEN-FACTOR
See SHEEN-COLOR
See SHEEN-ROUGHNESS
See COAT-FACTOR
See COAT-COLOR
See COAT-ROUGHNESS
See COAT-IOR
See COAT-ANISOTROPY
See COAT-ROTATION
See COAT-NORMAL
See COAT-AFFECT-BASE-COLOR
See COAT-AFFECT-BASE-ROUGHNESS
See THIN-FILM-THICKNESS
See THIN-FILM-IOR
See EMISSION-FACTOR
See EMISSION-COLOR
See OPACITY
See INDIRECT-DIFFUSE
See INDIRECT-SPECULAR
See NORMAL-MAP
See TANGENT-MAP
See DISPLACEMENT-MAP
See MATTE-FACTOR
See MATTE-COLOR
See AMBIENT-OCCLUSION
See GLOSSINESS
See COAT-GLOSSINESS
See TRANSMISSION-GLOSSINESS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:material-pbr-maps)))

Class: material-texture
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: material-texture

Representation of a FBX:MATERIAL-TEXTURE.

See MATERIAL-PROP
See SHADER-PROP
See TEXTURE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:material-texture)))

Class: matrix
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: matrix

Representation of a FBX:MATRIX.

See V

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:matrix)))

Class: mesh
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: mesh

Representation of a FBX:MESH.

See ELEMENT
See NUM-VERTICES
See NUM-INDICES
See NUM-FACES
See NUM-TRIANGLES
See NUM-EDGES
See MAX-FACE-TRIANGLES
See NUM-EMPTY-FACES
See NUM-POINT-FACES
See NUM-LINE-FACES
See FACES
See FACE-SMOOTHING
See FACE-MATERIAL
See FACE-GROUP
See FACE-HOLE
See EDGES
See EDGE-SMOOTHING
See EDGE-CREASE
See EDGE-VISIBILITY
See VERTEX-INDICES
See VERTICES
See VERTEX-FIRST-INDEX
See VERTEX-POSITION
See VERTEX-NORMAL
See VERTEX-UV
See VERTEX-TANGENT
See VERTEX-BITANGENT
See VERTEX-COLOR
See VERTEX-CREASE
See UV-SETS
See COLOR-SETS
See MATERIALS
See FACE-GROUPS
See SKINNED-IS-LOCAL
See SKINNED-POSITION
See SKINNED-NORMAL
See SKIN-DEFORMERS
See BLEND-DEFORMERS
See CACHE-DEFORMERS
See ALL-DEFORMERS
See SUBDIVISION-PREVIEW-LEVELS See SUBDIVISION-RENDER-LEVELS See SUBDIVISION-DISPLAY-MODE See SUBDIVISION-BOUNDARY See SUBDIVISION-UV-BOUNDARY See GENERATED-NORMALS
See SUBDIVISION-EVALUATED See SUBDIVISION-RESULT
See FROM-TESSELLATED-NURBS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:mesh)))

Class: mesh-material
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: mesh-material

Representation of a FBX:MESH-MATERIAL.

See MATERIAL
See NUM-FACES
See NUM-TRIANGLES
See NUM-EMPTY-FACES
See NUM-POINT-FACES
See NUM-LINE-FACES
See FACE-INDICES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:mesh-material)))

Class: metadata
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: metadata

Representation of a FBX:METADATA.

See WARNINGS
See ASCII
See VERSION
See FILE-FORMAT
See MAY-CONTAIN-NO-INDEX
See MAY-CONTAIN-NULL-MATERIALS
See MAY-CONTAIN-MISSING-VERTEX-POSITION See MAY-CONTAIN-BROKEN-ELEMENTS
See IS-UNSAFE
See HAS-WARNING
See CREATOR
See BIG-ENDIAN
See FILENAME
See RELATIVE-ROOT
See RAW-FILENAME
See RAW-RELATIVE-ROOT
See EXPORTER
See EXPORTER-VERSION
See SCENE-PROPS
See ORIGINAL-APPLICATION
See LATEST-APPLICATION
See GEOMETRY-IGNORED
See ANIMATION-IGNORED
See EMBEDDED-IGNORED
See MAX-FACE-TRIANGLES
See RESULT-MEMORY-USED
See TEMP-MEMORY-USED
See RESULT-ALLOCS
See TEMP-ALLOCS
See ELEMENT-BUFFER-SIZE
See NUM-SHADER-TEXTURES
See BONE-PROP-SIZE-UNIT
See BONE-PROP-LIMB-LENGTH-RELATIVE See KTIME-TO-SEC
See ORIGINAL-FILE-PATH
See RAW-ORIGINAL-FILE-PATH

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:metadata)))

Class: metadata-object
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: metadata-object

Representation of a FBX:METADATA-OBJECT.

See ELEMENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:metadata-object)))

Class: name-element
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: name-element

Representation of a FBX:NAME-ELEMENT.

See NAME
See ELEMENT-TYPE
See -INTERNAL-KEY
See ELEMENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:name-element)))

Class: node
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: node

Representation of a FBX:NODE.

See ELEMENT
See PARENT
See CHILDREN
See MESH
See LIGHT
See CAMERA
See BONE
See ATTRIB
See GEOMETRY-TRANSFORM-HELPER See ATTRIB-TYPE
See ALL-ATTRIBS
See INHERIT-TYPE
See LOCAL-TRANSFORM
See GEOMETRY-TRANSFORM
See ROTATION-ORDER
See EULER-ROTATION
See WORLD-TRANSFORM
See NODE-TO-PARENT
See NODE-TO-WORLD
See GEOMETRY-TO-NODE
See GEOMETRY-TO-WORLD
See ADJUST-PRE-ROTATION
See ADJUST-PRE-SCALE
See ADJUST-POST-ROTATION
See MATERIALS
See VISIBLE
See IS-ROOT
See HAS-GEOMETRY-TRANSFORM See HAS-ADJUST-TRANSFORM
See IS-GEOMETRY-TRANSFORM-HELPER See NODE-DEPTH

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:node)))

Class: nurbs-basis
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: nurbs-basis

Representation of a FBX:NURBS-BASIS.

See ORDER
See TOPOLOGY
See KNOT-VECTOR
See T-MIN
See T-MAX
See SPANS
See IS-2D
See NUM-WRAP-CONTROL-POINTS
See VALID

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:nurbs-basis)))

Class: nurbs-curve
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: nurbs-curve

Representation of a FBX:NURBS-CURVE.

See ELEMENT
See BASIS
See CONTROL-POINTS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:nurbs-curve)))

Class: nurbs-surface
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: nurbs-surface

Representation of a FBX:NURBS-SURFACE.

See ELEMENT
See BASIS-U
See BASIS-V
See NUM-CONTROL-POINTS-U
See NUM-CONTROL-POINTS-V
See CONTROL-POINTS
See SPAN-SUBDIVISION-U
See SPAN-SUBDIVISION-V
See FLIP-NORMALS
See MATERIAL

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:nurbs-surface)))

Class: nurbs-trim-boundary
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: nurbs-trim-boundary

Representation of a FBX:NURBS-TRIM-BOUNDARY.

See ELEMENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:nurbs-trim-boundary)))

Class: nurbs-trim-surface
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: nurbs-trim-surface

Representation of a FBX:NURBS-TRIM-SURFACE.

See ELEMENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:nurbs-trim-surface)))

Class: open-file-cb
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: open-file-info
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: open-memory-opts
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: panic
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: pose
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: pose

Representation of a FBX:POSE.

See ELEMENT
See BIND-POSE
See BONE-POSES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:pose)))

Class: procedural-geometry
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: procedural-geometry

Representation of a FBX:PROCEDURAL-GEOMETRY.

See ELEMENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:procedural-geometry)))

Class: progress
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: progress-cb
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: prop
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: prop

Representation of a FBX:PROP.

See NAME
See -INTERNAL-KEY
See PROP-TYPE
See FLAGS
See VALUE-STR
See VALUE-BLOB
See VALUE-INT
See VALUE-VEC4

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:prop)))

Class: prop-override
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: prop-override

Representation of a FBX:PROP-OVERRIDE.

See ELEMENT-ID
See PROP-NAME
See VALUE
See VALUE-STR
See VALUE-INT
See -INTERNAL-KEY

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:prop-override)))

Class: props
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: props

Representation of a FBX:PROPS.

See PROPS
See NUM-ANIMATED
See DEFAULTS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:props)))

Class: quat
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: quat

Representation of a FBX:QUAT.

See X
See Y
See Z
See W

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:quat)))

Class: scene
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: scene

Representation of a FBX:SCENE.

See METADATA
See SETTINGS
See ROOT-NODE
See ANIM
See COMBINED-ANIM
See UNKNOWNS
See NODES
See MESHES
See LIGHTS
See CAMERAS
See BONES
See EMPTIES
See LINE-CURVES
See NURBS-CURVES
See NURBS-SURFACES
See NURBS-TRIM-SURFACES See NURBS-TRIM-BOUNDARIES See PROCEDURAL-GEOMETRIES See STEREO-CAMERAS
See CAMERA-SWITCHERS
See MARKERS
See LOD-GROUPS
See SKIN-DEFORMERS
See SKIN-CLUSTERS
See BLEND-DEFORMERS
See BLEND-CHANNELS
See BLEND-SHAPES
See CACHE-DEFORMERS
See CACHE-FILES
See MATERIALS
See TEXTURES
See VIDEOS
See SHADERS
See SHADER-BINDINGS
See ANIM-STACKS
See ANIM-LAYERS
See ANIM-VALUES
See ANIM-CURVES
See DISPLAY-LAYERS
See SELECTION-SETS
See SELECTION-NODES
See CHARACTERS
See CONSTRAINTS
See POSES
See METADATA-OBJECTS
See TEXTURE-FILES
See ELEMENTS
See CONNECTIONS-SRC
See CONNECTIONS-DST
See ELEMENTS-BY-NAME
See DOM-ROOT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct subclasses

fbx-file.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:scene)))

Class: scene-settings
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: scene-settings

Representation of a FBX:SCENE-SETTINGS.

See PROPS
See AXES
See UNIT-METERS
See FRAMES-PER-SECOND
See AMBIENT-COLOR
See DEFAULT-CAMERA
See TIME-MODE
See TIME-PROTOCOL
See SNAP-MODE
See ORIGINAL-AXIS-UP
See ORIGINAL-UNIT-METERS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:scene-settings)))

Class: selection-node
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: selection-node

Representation of a FBX:SELECTION-NODE.

See ELEMENT
See TARGET-NODE
See TARGET-MESH
See INCLUDE-NODE
See VERTICES
See EDGES
See FACES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:selection-node)))

Class: selection-set
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: selection-set

Representation of a FBX:SELECTION-SET.

See ELEMENT
See NODES

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:selection-set)))

Class: shader
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: shader

Representation of a FBX:SHADER.

See ELEMENT
See SHADER-TYPE
See BINDINGS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:shader)))

Class: shader-binding
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: shader-binding

Representation of a FBX:SHADER-BINDING.

See ELEMENT
See PROP-BINDINGS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:shader-binding)))

Class: shader-prop-binding
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: shader-prop-binding

Representation of a FBX:SHADER-PROP-BINDING.

See SHADER-PROP
See MATERIAL-PROP

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:shader-prop-binding)))

Class: shader-texture
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: shader-texture

Representation of a FBX:SHADER-TEXTURE.

See SHADER-TEXTURE-TYPE
See SHADER-NAME
See SHADER-TYPE-ID
See INPUTS
See SHADER-SOURCE
See RAW-SHADER-SOURCE
See MAIN-TEXTURE
See MAIN-TEXTURE-OUTPUT-INDEX
See PROP-PREFIX

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:shader-texture)))

Class: shader-texture-input
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: shader-texture-input

Representation of a FBX:SHADER-TEXTURE-INPUT.

See NAME
See VALUE-VEC4
See VALUE-INT
See VALUE-STR
See VALUE-BLOB
See TEXTURE
See TEXTURE-OUTPUT-INDEX
See TEXTURE-ENABLED
See PROP
See TEXTURE-PROP
See TEXTURE-ENABLED-PROP

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:shader-texture-input)))

Class: skin-cluster
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: skin-cluster

Representation of a FBX:SKIN-CLUSTER.

See ELEMENT
See BONE-NODE
See GEOMETRY-TO-BONE
See MESH-NODE-TO-BONE
See BIND-TO-WORLD
See GEOMETRY-TO-WORLD
See GEOMETRY-TO-WORLD-TRANSFORM See NUM-WEIGHTS
See VERTICES
See WEIGHTS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:skin-cluster)))

Class: skin-deformer
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: skin-deformer

Representation of a FBX:SKIN-DEFORMER.

See ELEMENT
See SKINNING-METHOD
See CLUSTERS
See VERTICES
See WEIGHTS
See MAX-WEIGHTS-PER-VERTEX
See NUM-DQ-WEIGHTS
See DQ-VERTICES
See DQ-WEIGHTS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:skin-deformer)))

Class: skin-vertex
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: skin-vertex

Representation of a FBX:SKIN-VERTEX.

See WEIGHT-BEGIN
See NUM-WEIGHTS
See DQ-WEIGHT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:skin-vertex)))

Class: skin-weight
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: skin-weight

Representation of a FBX:SKIN-WEIGHT.

See CLUSTER-INDEX
See WEIGHT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:skin-weight)))

Class: stereo-camera
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: stereo-camera

Representation of a FBX:STEREO-CAMERA.

See ELEMENT
See LEFT
See RIGHT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:stereo-camera)))

Class: stream
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: string
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: subdivide-opts
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: subdivide-opts

Representation of a FBX:SUBDIVIDE-OPTS.

See -BEGIN-ZERO
See TEMP-ALLOCATOR
See RESULT-ALLOCATOR
See BOUNDARY
See UV-BOUNDARY
See IGNORE-NORMALS
See INTERPOLATE-NORMALS
See INTERPOLATE-TANGENTS
See EVALUATE-SOURCE-VERTICES
See MAX-SOURCE-VERTICES
See EVALUATE-SKIN-WEIGHTS
See MAX-SKIN-WEIGHTS
See SKIN-DEFORMER-INDEX
See -END-ZERO

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:subdivide-opts)))

Class: subdivision-result
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: subdivision-result

Representation of a FBX:SUBDIVISION-RESULT.

See RESULT-MEMORY-USED
See TEMP-MEMORY-USED
See RESULT-ALLOCS
See TEMP-ALLOCS
See SOURCE-VERTEX-RANGES
See SOURCE-VERTEX-WEIGHTS
See SKIN-CLUSTER-RANGES
See SKIN-CLUSTER-WEIGHTS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:subdivision-result)))

Class: subdivision-weight
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: subdivision-weight

Representation of a FBX:SUBDIVISION-WEIGHT.

See WEIGHT
See INDEX

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:subdivision-weight)))

Class: subdivision-weight-range
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: subdivision-weight-range

Representation of a FBX:SUBDIVISION-WEIGHT-RANGE.

See WEIGHT-BEGIN
See NUM-WEIGHTS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:subdivision-weight-range)))

Class: surface-point
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: surface-point

Representation of a FBX:SURFACE-POINT.

See VALID
See POSITION
See DERIVATIVE-U
See DERIVATIVE-V

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:surface-point)))

Class: tangent
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: tangent

Representation of a FBX:TANGENT.

See DX
See DY

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:tangent)))

Class: tessellate-curve-opts
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: tessellate-curve-opts

Representation of a FBX:TESSELLATE-CURVE-OPTS.

See -BEGIN-ZERO
See TEMP-ALLOCATOR
See RESULT-ALLOCATOR
See SPAN-SUBDIVISION
See -END-ZERO

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:tessellate-curve-opts)))

Class: tessellate-surface-opts
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: tessellate-surface-opts

Representation of a FBX:TESSELLATE-SURFACE-OPTS.

See -BEGIN-ZERO
See TEMP-ALLOCATOR
See RESULT-ALLOCATOR
See SPAN-SUBDIVISION-U
See SPAN-SUBDIVISION-V
See -END-ZERO

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:tessellate-surface-opts)))

Class: texture
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: texture

Representation of a FBX:TEXTURE.

See ELEMENT
See TEXTURE-TYPE
See FILENAME
See ABSOLUTE-FILENAME
See RELATIVE-FILENAME
See RAW-FILENAME
See RAW-ABSOLUTE-FILENAME See RAW-RELATIVE-FILENAME See CONTENT
See VIDEO
See FILE-INDEX
See HAS-FILE
See LAYERS
See SHADER
See FILE-TEXTURES
See UV-SET
See WRAP-U
See WRAP-V
See HAS-UV-TRANSFORM
See UV-TRANSFORM
See TEXTURE-TO-UV
See UV-TO-TEXTURE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:texture)))

Class: texture-file
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: texture-file

Representation of a FBX:TEXTURE-FILE.

See IDX
See FILENAME
See ABSOLUTE-FILENAME
See RELATIVE-FILENAME
See RAW-FILENAME
See RAW-ABSOLUTE-FILENAME
See RAW-RELATIVE-FILENAME
See CONTENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:texture-file)))

Class: texture-layer
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: texture-layer

Representation of a FBX:TEXTURE-LAYER.

See TEXTURE
See BLEND-MODE
See ALPHA

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:texture-layer)))

Class: topo-edge
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: topo-edge

Representation of a FBX:TOPO-EDGE.

See INDEX
See NEXT
See PREV
See TWIN
See FACE
See EDGE
See FLAGS

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:topo-edge)))

Class: transform
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: transform

Representation of a FBX:TRANSFORM.

See TRANSLATION
See ROTATION
See SCALE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:transform)))

Class: unknown
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: unknown

Representation of a FBX:UNKNOWN.

See ELEMENT
See UNKNOWN-TYPE
See SUPER-TYPE
See SUB-TYPE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:unknown)))

Class: uv-set
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: uv-set

Representation of a FBX:UV-SET.

See NAME
See INDEX
See VERTEX-UV
See VERTEX-TANGENT
See VERTEX-BITANGENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:uv-set)))

Class: vec2
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: vec2

Representation of a FBX:VEC2.

See X
See Y

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:vec2)))

Class: vec3
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: vec3

Representation of a FBX:VEC3.

See X
See Y
See Z

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:vec3)))

Class: vec4
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: vec4

Representation of a FBX:VEC4.

See X
See Y
See Z
See W

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:vec4)))

Class: vertex-attrib
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: vertex-attrib

Representation of a FBX:VERTEX-ATTRIB.

See EXISTS
See VALUES
See INDICES
See VALUE-REALS
See UNIQUE-PER-VERTEX

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:vertex-attrib)))

Class: vertex-real
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: vertex-real

Representation of a FBX:VERTEX-REAL.

See EXISTS
See VALUES
See INDICES
See VALUE-REALS
See UNIQUE-PER-VERTEX

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:vertex-real)))

Class: vertex-stream
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: vertex-stream

Representation of a FBX:VERTEX-STREAM.

See DATA
See VERTEX-SIZE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:vertex-stream)))

Class: vertex-vec2
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: vertex-vec2

Representation of a FBX:VERTEX-VEC2.

See EXISTS
See VALUES
See INDICES
See VALUE-REALS
See UNIQUE-PER-VERTEX

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:vertex-vec2)))

Class: vertex-vec3
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: vertex-vec3

Representation of a FBX:VERTEX-VEC3.

See EXISTS
See VALUES
See INDICES
See VALUE-REALS
See UNIQUE-PER-VERTEX

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:vertex-vec3)))

Class: vertex-vec4
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: vertex-vec4

Representation of a FBX:VERTEX-VEC4.

See EXISTS
See VALUES
See INDICES
See VALUE-REALS
See UNIQUE-PER-VERTEX

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:vertex-vec4)))

Class: video
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: video

Representation of a FBX:VIDEO.

See ELEMENT
See FILENAME
See ABSOLUTE-FILENAME
See RELATIVE-FILENAME
See RAW-FILENAME
See RAW-ABSOLUTE-FILENAME See RAW-RELATIVE-FILENAME See CONTENT

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

wrapper.

Direct methods
Direct slots
Slot: handle
Initform

(cffi:foreign-alloc (quote (:struct org.shirakumo.fraf.fbx.cffi:video)))

Class: warning
Package

org.shirakumo.fraf.fbx.cffi.

Source

low-level.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: wrapper

Representation of a foreign object.

Unless specifically stated, or you allocated it yourself, you should *not* call FREE on a wrapper instance, as the pointer it represents is probably not yours to free.

See HANDLE
See FREE
See FOREIGN-TYPE

Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: handle
Initargs

:handle

Readers

handle.

Writers

(setf handle).


5.2 Internals


5.2.1 Special variables

Special Variable: *global-pointer-table*
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.


5.2.2 Macros

Macro: define-struct-accessors (type class &body slot-options)
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Macro: define-struct-wrappers (&body structs)
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Macro: define-vertex-wrap (type wrap-size)
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Macro: with-ptr-resolve ((value ptr) &body body)
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.


5.2.3 Ordinary functions

Function: check-error (error)
Package

org.shirakumo.fraf.fbx.

Source

conditions.lisp.

Function: check-panic (panic)
Package

org.shirakumo.fraf.fbx.

Source

conditions.lisp.

Function: compile-slot-accessor (type class slot-name slot-type slot-opts)
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Function: global-pointer (ptr)
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Function: (setf global-pointer) (ptr)
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Function: to-lisp-type (slot-type slot-opts)
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.


5.2.4 Generic functions

Generic Function: %parse (source opts error &key data-size deallocate static-vector &allow-other-keys)
Package

org.shirakumo.fraf.fbx.

Source

file.lisp.

Methods
Method: %parse ((source stream) opts error &key)
Method: %parse (source opts error &key data-size deallocate)
Method: %parse ((source vector) opts error &rest args &key static-vector)
Method: %parse ((source pathname) opts error &key)
Method: %parse ((source string) opts error &key)
Generic Reader: %stream (object)
Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: %stream ((fbx-file-stream fbx-file-stream))

automatically generated reader method

Source

file.lisp.

Target Slot

stream.

Generic Writer: (setf %stream) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf %stream) ((fbx-file-stream fbx-file-stream))

automatically generated writer method

Source

file.lisp.

Target Slot

stream.

Generic Function: accessors (wrapper)
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Methods
Method: accessors ((wrapper geometry-cache-data-opts))
Method: accessors ((wrapper geometry-cache-opts))
Method: accessors ((wrapper subdivide-opts))
Method: accessors ((wrapper tessellate-surface-opts))
Method: accessors ((wrapper tessellate-curve-opts))
Method: accessors ((wrapper evaluate-opts))
Method: accessors ((wrapper load-opts))
Method: accessors ((wrapper inflate-retain))
Method: accessors ((wrapper inflate-input))
Method: accessors ((wrapper vertex-stream))
Method: accessors ((wrapper topo-edge))
Method: accessors ((wrapper surface-point))
Method: accessors ((wrapper curve-point))
Method: accessors ((wrapper scene))
Method: accessors ((wrapper scene-settings))
Method: accessors ((wrapper metadata))
Method: accessors ((wrapper application))
Method: accessors ((wrapper name-element))
Method: accessors ((wrapper metadata-object))
Method: accessors ((wrapper pose))
Method: accessors ((wrapper bone-pose))
Method: accessors ((wrapper constraint))
Method: accessors ((wrapper constraint-target))
Method: accessors ((wrapper character))
Method: accessors ((wrapper selection-node))
Method: accessors ((wrapper selection-set))
Method: accessors ((wrapper display-layer))
Method: accessors ((wrapper anim-curve))
Method: accessors ((wrapper keyframe))
Method: accessors ((wrapper tangent))
Method: accessors ((wrapper anim-value))
Method: accessors ((wrapper anim-layer))
Method: accessors ((wrapper anim-prop))
Method: accessors ((wrapper anim-stack))
Method: accessors ((wrapper anim))
Method: accessors ((wrapper prop-override))
Method: accessors ((wrapper anim-layer-desc))
Method: accessors ((wrapper shader-binding))
Method: accessors ((wrapper shader-prop-binding))
Method: accessors ((wrapper shader))
Method: accessors ((wrapper video))
Method: accessors ((wrapper texture))
Method: accessors ((wrapper texture-file))
Method: accessors ((wrapper shader-texture))
Method: accessors ((wrapper shader-texture-input))
Method: accessors ((wrapper texture-layer))
Method: accessors ((wrapper material))
Method: accessors ((wrapper material-features))
Method: accessors ((wrapper material-pbr-maps))
Method: accessors ((wrapper material-fbx-maps))
Method: accessors ((wrapper material-texture))
Method: accessors ((wrapper material-feature-info))
Method: accessors ((wrapper material-map))
Method: accessors ((wrapper cache-file))
Method: accessors ((wrapper cache-deformer))
Method: accessors ((wrapper geometry-cache))
Method: accessors ((wrapper cache-channel))
Method: accessors ((wrapper cache-frame))
Method: accessors ((wrapper blend-shape))
Method: accessors ((wrapper blend-channel))
Method: accessors ((wrapper blend-keyframe))
Method: accessors ((wrapper blend-deformer))
Method: accessors ((wrapper skin-cluster))
Method: accessors ((wrapper skin-deformer))
Method: accessors ((wrapper skin-weight))
Method: accessors ((wrapper skin-vertex))
Method: accessors ((wrapper lod-group))
Method: accessors ((wrapper lod-level))
Method: accessors ((wrapper marker))
Method: accessors ((wrapper camera-switcher))
Method: accessors ((wrapper stereo-camera))
Method: accessors ((wrapper procedural-geometry))
Method: accessors ((wrapper nurbs-trim-boundary))
Method: accessors ((wrapper nurbs-trim-surface))
Method: accessors ((wrapper nurbs-surface))
Method: accessors ((wrapper nurbs-curve))
Method: accessors ((wrapper nurbs-basis))
Method: accessors ((wrapper line-curve))
Method: accessors ((wrapper line-segment))
Method: accessors ((wrapper empty))
Method: accessors ((wrapper bone))
Method: accessors ((wrapper camera))
Method: accessors ((wrapper coordinate-axes))
Method: accessors ((wrapper light))
Method: accessors ((wrapper mesh))
Method: accessors ((wrapper subdivision-result))
Method: accessors ((wrapper subdivision-weight))
Method: accessors ((wrapper subdivision-weight-range))
Method: accessors ((wrapper face-group))
Method: accessors ((wrapper mesh-material))
Method: accessors ((wrapper face))
Method: accessors ((wrapper edge))
Method: accessors ((wrapper color-set))
Method: accessors ((wrapper uv-set))
Method: accessors ((wrapper vertex-vec4))
Method: accessors ((wrapper vertex-vec3))
Method: accessors ((wrapper vertex-vec2))
Method: accessors ((wrapper vertex-real))
Method: accessors ((wrapper vertex-attrib))
Method: accessors ((wrapper node))
Method: accessors ((wrapper unknown))
Method: accessors ((wrapper connection))
Method: accessors ((wrapper element))
Method: accessors ((wrapper props))
Method: accessors ((wrapper prop))
Method: accessors ((wrapper dom-node))
Method: accessors ((wrapper dom-value))
Method: accessors ((wrapper matrix))
Method: accessors ((wrapper transform))
Method: accessors ((wrapper quat))
Method: accessors ((wrapper vec4))
Method: accessors ((wrapper vec3))
Method: accessors ((wrapper vec2))
Method: accessors ((wrapper blob))
Method: accessors ((wrapper fbx-string))
Generic Reader: deallocate-p (object)
Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: deallocate-p ((fbx-file-pointer fbx-file-pointer))

automatically generated reader method

Source

file.lisp.

Target Slot

deallocate-p.

Generic Writer: (setf deallocate-p) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf deallocate-p) ((fbx-file-pointer fbx-file-pointer))

automatically generated writer method

Source

file.lisp.

Target Slot

deallocate-p.

Generic Reader: pointer (object)
Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: pointer ((fbx-file-pointer fbx-file-pointer))

automatically generated reader method

Source

file.lisp.

Target Slot

pointer.

Generic Writer: (setf pointer) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf pointer) ((fbx-file-pointer fbx-file-pointer))

automatically generated writer method

Source

file.lisp.

Target Slot

pointer.

Generic Reader: stream-struct (object)
Package

org.shirakumo.fraf.fbx.

Methods
Reader Method: stream-struct ((fbx-file-stream fbx-file-stream))

automatically generated reader method

Source

file.lisp.

Target Slot

stream-struct.

Generic Writer: (setf stream-struct) (object)
Package

org.shirakumo.fraf.fbx.

Methods
Writer Method: (setf stream-struct) ((fbx-file-stream fbx-file-stream))

automatically generated writer method

Source

file.lisp.

Target Slot

stream-struct.


5.2.5 Classes

Class: fbx-file-pointer
Package

org.shirakumo.fraf.fbx.

Source

file.lisp.

Direct superclasses

fbx-file.

Direct methods
Direct slots
Slot: deallocate-p
Initargs

:deallocate-p

Readers

deallocate-p.

Writers

(setf deallocate-p).

Slot: pointer
Initargs

:pointer

Readers

pointer.

Writers

(setf pointer).

Class: fbx-file-stream
Package

org.shirakumo.fraf.fbx.

Source

file.lisp.

Direct superclasses

fbx-file.

Direct methods
Direct slots
Slot: stream
Package

common-lisp.

Initargs

:stream

Readers

%stream.

Writers

(setf %stream).

Slot: buffer
Initform

(make-array 4096 :element-type (quote (unsigned-byte 8)))

Initargs

:buffer

Readers

buffer.

Writers

(setf buffer).

Slot: stream-struct
Initargs

:stream-struct

Readers

stream-struct.

Writers

(setf stream-struct).

Class: immediate-foreign-vector
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

foreign-vector.

Class: packed-foreign-vector
Package

org.shirakumo.fraf.fbx.

Source

wrapper.lisp.

Direct superclasses

foreign-vector.

Direct methods

Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (   -  
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  
Index Entry  Section

%
%parse: Private generic functions
%parse: Private generic functions
%parse: Private generic functions
%parse: Private generic functions
%parse: Private generic functions
%parse: Private generic functions
%stream: Private generic functions
%stream: Private generic functions
%var-accessor-axes-left-handed-y-up: Public ordinary functions
%var-accessor-axes-left-handed-z-up: Public ordinary functions
%var-accessor-axes-right-handed-y-up: Public ordinary functions
%var-accessor-axes-right-handed-z-up: Public ordinary functions
%var-accessor-element-type-size: Public ordinary functions
%var-accessor-empty-blob: Public ordinary functions
%var-accessor-empty-string: Public ordinary functions
%var-accessor-identity-matrix: Public ordinary functions
%var-accessor-identity-quat: Public ordinary functions
%var-accessor-identity-transform: Public ordinary functions
%var-accessor-source-version: Public ordinary functions
%var-accessor-zero-vec2: Public ordinary functions
%var-accessor-zero-vec3: Public ordinary functions
%var-accessor-zero-vec4: Public ordinary functions

(
(setf %stream): Private generic functions
(setf %stream): Private generic functions
(setf %var-accessor-axes-left-handed-y-up): Public ordinary functions
(setf %var-accessor-axes-left-handed-z-up): Public ordinary functions
(setf %var-accessor-axes-right-handed-y-up): Public ordinary functions
(setf %var-accessor-axes-right-handed-z-up): Public ordinary functions
(setf %var-accessor-element-type-size): Public ordinary functions
(setf %var-accessor-empty-blob): Public ordinary functions
(setf %var-accessor-empty-string): Public ordinary functions
(setf %var-accessor-identity-matrix): Public ordinary functions
(setf %var-accessor-identity-quat): Public ordinary functions
(setf %var-accessor-identity-transform): Public ordinary functions
(setf %var-accessor-source-version): Public ordinary functions
(setf %var-accessor-zero-vec2): Public ordinary functions
(setf %var-accessor-zero-vec3): Public ordinary functions
(setf %var-accessor-zero-vec4): Public ordinary functions
(setf -begin-zero): Public generic functions
(setf -begin-zero): Public generic functions
(setf -begin-zero): Public generic functions
(setf -begin-zero): Public generic functions
(setf -begin-zero): Public generic functions
(setf -begin-zero): Public generic functions
(setf -begin-zero): Public generic functions
(setf -begin-zero): Public generic functions
(setf -element-id-bitmask): Public generic functions
(setf -element-id-bitmask): Public generic functions
(setf -end-zero): Public generic functions
(setf -end-zero): Public generic functions
(setf -end-zero): Public generic functions
(setf -end-zero): Public generic functions
(setf -end-zero): Public generic functions
(setf -end-zero): Public generic functions
(setf -end-zero): Public generic functions
(setf -end-zero): Public generic functions
(setf -internal-key): Public generic functions
(setf -internal-key): Public generic functions
(setf -internal-key): Public generic functions
(setf -internal-key): Public generic functions
(setf -internal-key): Public generic functions
(setf -max-element-id): Public generic functions
(setf -max-element-id): Public generic functions
(setf -min-element-id): Public generic functions
(setf -min-element-id): Public generic functions
(setf a): Public generic functions
(setf a): Public generic functions
(setf absolute-filename): Public generic functions
(setf absolute-filename): Public generic functions
(setf absolute-filename): Public generic functions
(setf absolute-filename): Public generic functions
(setf absolute-filename): Public generic functions
(setf active): Public generic functions
(setf active): Public generic functions
(setf additive): Public generic functions
(setf additive): Public generic functions
(setf additive): Public generic functions
(setf adjust-post-rotation): Public generic functions
(setf adjust-post-rotation): Public generic functions
(setf adjust-pre-rotation): Public generic functions
(setf adjust-pre-rotation): Public generic functions
(setf adjust-pre-scale): Public generic functions
(setf adjust-pre-scale): Public generic functions
(setf aim-up-node): Public generic functions
(setf aim-up-node): Public generic functions
(setf aim-up-node): Public generic functions
(setf aim-up-type): Public generic functions
(setf aim-up-type): Public generic functions
(setf aim-up-vector): Public generic functions
(setf aim-up-vector): Public generic functions
(setf aim-vector): Public generic functions
(setf aim-vector): Public generic functions
(setf all-attribs): Public generic functions
(setf all-attribs): Public generic functions
(setf all-deformers): Public generic functions
(setf all-deformers): Public generic functions
(setf allocation-limit): Public generic functions
(setf allocation-limit): Public generic functions
(setf allocator-alloc-fn): Public ordinary functions
(setf allocator-free-allocator-fn): Public ordinary functions
(setf allocator-free-fn): Public ordinary functions
(setf allocator-opts-allocation-limit): Public ordinary functions
(setf allocator-opts-allocator): Public ordinary functions
(setf allocator-opts-huge-threshold): Public ordinary functions
(setf allocator-opts-max-chunk-size): Public ordinary functions
(setf allocator-opts-memory-limit): Public ordinary functions
(setf allocator-realloc-fn): Public ordinary functions
(setf allocator-user): Public ordinary functions
(setf allow-empty-faces): Public generic functions
(setf allow-empty-faces): Public generic functions
(setf allow-missing-vertex-position): Public generic functions
(setf allow-missing-vertex-position): Public generic functions
(setf allow-nodes-out-of-root): Public generic functions
(setf allow-nodes-out-of-root): Public generic functions
(setf allow-null-material): Public generic functions
(setf allow-null-material): Public generic functions
(setf allow-unsafe): Public generic functions
(setf allow-unsafe): Public generic functions
(setf alpha): Public generic functions
(setf alpha): Public generic functions
(setf ambient-color): Public generic functions
(setf ambient-color): Public generic functions
(setf ambient-color): Public generic functions
(setf ambient-factor): Public generic functions
(setf ambient-factor): Public generic functions
(setf ambient-occlusion): Public generic functions
(setf ambient-occlusion): Public generic functions
(setf ambient-occlusion): Public generic functions
(setf anim): Public generic functions
(setf anim): Public generic functions
(setf anim): Public generic functions
(setf anim): Public generic functions
(setf anim-curve-element): Public ordinary functions
(setf anim-curve-keyframes): Public ordinary functions
(setf anim-curves): Public generic functions
(setf anim-curves): Public generic functions
(setf anim-ignore-connections): Public ordinary functions
(setf anim-layer--element-id-bitmask): Public ordinary functions
(setf anim-layer--max-element-id): Public ordinary functions
(setf anim-layer--min-element-id): Public ordinary functions
(setf anim-layer-additive): Public ordinary functions
(setf anim-layer-anim): Public ordinary functions
(setf anim-layer-anim-props): Public ordinary functions
(setf anim-layer-anim-values): Public ordinary functions
(setf anim-layer-blended): Public ordinary functions
(setf anim-layer-compose-rotation): Public ordinary functions
(setf anim-layer-compose-scale): Public ordinary functions
(setf anim-layer-desc-layer): Public ordinary functions
(setf anim-layer-desc-weight): Public ordinary functions
(setf anim-layer-element): Public ordinary functions
(setf anim-layer-weight): Public ordinary functions
(setf anim-layer-weight-is-animated): Public ordinary functions
(setf anim-layers): Public ordinary functions
(setf anim-layers): Public generic functions
(setf anim-layers): Public generic functions
(setf anim-prop--internal-key): Public ordinary functions
(setf anim-prop-anim-value): Public ordinary functions
(setf anim-prop-element): Public ordinary functions
(setf anim-prop-overrides): Public ordinary functions
(setf anim-prop-prop-name): Public ordinary functions
(setf anim-props): Public generic functions
(setf anim-props): Public generic functions
(setf anim-stack-anim): Public ordinary functions
(setf anim-stack-element): Public ordinary functions
(setf anim-stack-layers): Public ordinary functions
(setf anim-stack-time-begin): Public ordinary functions
(setf anim-stack-time-end): Public ordinary functions
(setf anim-stacks): Public generic functions
(setf anim-stacks): Public generic functions
(setf anim-time-begin): Public ordinary functions
(setf anim-time-end): Public ordinary functions
(setf anim-value): Public generic functions
(setf anim-value): Public generic functions
(setf anim-value): Public generic functions
(setf anim-value-curves): Public ordinary functions
(setf anim-value-default-value): Public ordinary functions
(setf anim-value-element): Public ordinary functions
(setf anim-values): Public generic functions
(setf anim-values): Public generic functions
(setf anim-values): Public generic functions
(setf animation-ignored): Public generic functions
(setf animation-ignored): Public generic functions
(setf aperture-format): Public generic functions
(setf aperture-format): Public generic functions
(setf aperture-mode): Public generic functions
(setf aperture-mode): Public generic functions
(setf aperture-size-inch): Public generic functions
(setf aperture-size-inch): Public generic functions
(setf application-name): Public ordinary functions
(setf application-vendor): Public ordinary functions
(setf application-version): Public ordinary functions
(setf area-shape): Public generic functions
(setf area-shape): Public generic functions
(setf ascii): Public generic functions
(setf ascii): Public generic functions
(setf aspect-mode): Public generic functions
(setf aspect-mode): Public generic functions
(setf aspect-ratio): Public generic functions
(setf aspect-ratio): Public generic functions
(setf attrib): Public generic functions
(setf attrib): Public generic functions
(setf attrib): Public generic functions
(setf attrib-type): Public generic functions
(setf attrib-type): Public generic functions
(setf axes): Public generic functions
(setf axes): Public generic functions
(setf b): Public generic functions
(setf b): Public generic functions
(setf base-color): Public generic functions
(setf base-color): Public generic functions
(setf base-factor): Public generic functions
(setf base-factor): Public generic functions
(setf basis): Public generic functions
(setf basis): Public generic functions
(setf basis-u): Public generic functions
(setf basis-u): Public generic functions
(setf basis-v): Public generic functions
(setf basis-v): Public generic functions
(setf big-endian): Public generic functions
(setf big-endian): Public generic functions
(setf bind-pose): Public generic functions
(setf bind-pose): Public generic functions
(setf bind-to-world): Public generic functions
(setf bind-to-world): Public generic functions
(setf bindings): Public generic functions
(setf bindings): Public generic functions
(setf blend-channel-element): Public ordinary functions
(setf blend-channel-keyframes): Public ordinary functions
(setf blend-channel-weight): Public ordinary functions
(setf blend-channels): Public generic functions
(setf blend-channels): Public generic functions
(setf blend-deformer-channels): Public ordinary functions
(setf blend-deformer-element): Public ordinary functions
(setf blend-deformers): Public generic functions
(setf blend-deformers): Public generic functions
(setf blend-deformers): Public generic functions
(setf blend-keyframe-effective-weight): Public ordinary functions
(setf blend-keyframe-shape): Public ordinary functions
(setf blend-keyframe-target-weight): Public ordinary functions
(setf blend-mode): Public generic functions
(setf blend-mode): Public generic functions
(setf blend-shape-element): Public ordinary functions
(setf blend-shape-normal-offsets): Public ordinary functions
(setf blend-shape-num-offsets): Public ordinary functions
(setf blend-shape-offset-vertices): Public ordinary functions
(setf blend-shape-position-offsets): Public ordinary functions
(setf blend-shapes): Public generic functions
(setf blend-shapes): Public generic functions
(setf blended): Public generic functions
(setf blended): Public generic functions
(setf blob-data): Public ordinary functions
(setf blob-size): Public ordinary functions
(setf bone): Public generic functions
(setf bone): Public generic functions
(setf bone): Public generic functions
(setf bone-element): Public ordinary functions
(setf bone-is-root): Public ordinary functions
(setf bone-node): Public generic functions
(setf bone-node): Public generic functions
(setf bone-node): Public generic functions
(setf bone-node): Public generic functions
(setf bone-node): Public generic functions
(setf bone-pose-bone-node): Public ordinary functions
(setf bone-pose-bone-to-world): Public ordinary functions
(setf bone-poses): Public generic functions
(setf bone-poses): Public generic functions
(setf bone-prop-limb-length-relative): Public generic functions
(setf bone-prop-limb-length-relative): Public generic functions
(setf bone-prop-size-unit): Public generic functions
(setf bone-prop-size-unit): Public generic functions
(setf bone-radius): Public ordinary functions
(setf bone-relative-length): Public ordinary functions
(setf bone-to-world): Public generic functions
(setf bone-to-world): Public generic functions
(setf bones): Public generic functions
(setf bones): Public generic functions
(setf boundary): Public generic functions
(setf boundary): Public generic functions
(setf buffer): Public generic functions
(setf buffer): Public generic functions
(setf buffer): Public generic functions
(setf buffer): Public generic functions
(setf buffer-size): Public generic functions
(setf buffer-size): Public generic functions
(setf bump): Public generic functions
(setf bump): Public generic functions
(setf bump-factor): Public generic functions
(setf bump-factor): Public generic functions
(setf cache-channel-frames): Public ordinary functions
(setf cache-channel-interpretation): Public ordinary functions
(setf cache-channel-interpretation-name): Public ordinary functions
(setf cache-channel-name): Public ordinary functions
(setf cache-deformer-channel): Public ordinary functions
(setf cache-deformer-element): Public ordinary functions
(setf cache-deformer-external-cache): Public ordinary functions
(setf cache-deformer-external-channel): Public ordinary functions
(setf cache-deformer-file): Public ordinary functions
(setf cache-deformers): Public generic functions
(setf cache-deformers): Public generic functions
(setf cache-deformers): Public generic functions
(setf cache-file-absolute-filename): Public ordinary functions
(setf cache-file-element): Public ordinary functions
(setf cache-file-external-cache): Public ordinary functions
(setf cache-file-filename): Public ordinary functions
(setf cache-file-format): Public ordinary functions
(setf cache-file-raw-absolute-filename): Public ordinary functions
(setf cache-file-raw-filename): Public ordinary functions
(setf cache-file-raw-relative-filename): Public ordinary functions
(setf cache-file-relative-filename): Public ordinary functions
(setf cache-files): Public generic functions
(setf cache-files): Public generic functions
(setf cache-frame-channel): Public ordinary functions
(setf cache-frame-data-count): Public ordinary functions
(setf cache-frame-data-element-bytes): Public ordinary functions
(setf cache-frame-data-encoding): Public ordinary functions
(setf cache-frame-data-format): Public ordinary functions
(setf cache-frame-data-offset): Public ordinary functions
(setf cache-frame-data-total-bytes): Public ordinary functions
(setf cache-frame-file-format): Public ordinary functions
(setf cache-frame-filename): Public ordinary functions
(setf cache-frame-time): Public ordinary functions
(setf camera): Public generic functions
(setf camera): Public generic functions
(setf camera): Public generic functions
(setf camera-aperture-format): Public ordinary functions
(setf camera-aperture-mode): Public ordinary functions
(setf camera-aperture-size-inch): Public ordinary functions
(setf camera-aspect-mode): Public ordinary functions
(setf camera-aspect-ratio): Public ordinary functions
(setf camera-element): Public ordinary functions
(setf camera-far-plane): Public ordinary functions
(setf camera-field-of-view-deg): Public ordinary functions
(setf camera-field-of-view-tan): Public ordinary functions
(setf camera-film-size-inch): Public ordinary functions
(setf camera-focal-length-mm): Public ordinary functions
(setf camera-gate-fit): Public ordinary functions
(setf camera-near-plane): Public ordinary functions
(setf camera-orthographic-extent): Public ordinary functions
(setf camera-orthographic-size): Public ordinary functions
(setf camera-projection-axes): Public ordinary functions
(setf camera-projection-mode): Public ordinary functions
(setf camera-projection-plane): Public ordinary functions
(setf camera-resolution): Public ordinary functions
(setf camera-resolution-is-pixels): Public ordinary functions
(setf camera-squeeze-ratio): Public ordinary functions
(setf camera-switcher-element): Public ordinary functions
(setf camera-switchers): Public generic functions
(setf camera-switchers): Public generic functions
(setf cameras): Public generic functions
(setf cameras): Public generic functions
(setf cast-light): Public generic functions
(setf cast-light): Public generic functions
(setf cast-shadows): Public generic functions
(setf cast-shadows): Public generic functions
(setf caustics): Public generic functions
(setf caustics): Public generic functions
(setf channel): Public generic functions
(setf channel): Public generic functions
(setf channel): Public generic functions
(setf channels): Public generic functions
(setf channels): Public generic functions
(setf channels): Public generic functions
(setf character-element): Public ordinary functions
(setf characters): Public generic functions
(setf characters): Public generic functions
(setf children): Public generic functions
(setf children): Public generic functions
(setf children): Public generic functions
(setf clean-skin-weights): Public generic functions
(setf clean-skin-weights): Public generic functions
(setf close-memory-cb): Public generic functions
(setf close-memory-cb): Public generic functions
(setf close-memory-cb-fn): Public ordinary functions
(setf close-memory-cb-user): Public ordinary functions
(setf cluster-index): Public generic functions
(setf cluster-index): Public generic functions
(setf clusters): Public generic functions
(setf clusters): Public generic functions
(setf coat): Public generic functions
(setf coat): Public generic functions
(setf coat-affect-base-color): Public generic functions
(setf coat-affect-base-color): Public generic functions
(setf coat-affect-base-roughness): Public generic functions
(setf coat-affect-base-roughness): Public generic functions
(setf coat-anisotropy): Public generic functions
(setf coat-anisotropy): Public generic functions
(setf coat-color): Public generic functions
(setf coat-color): Public generic functions
(setf coat-factor): Public generic functions
(setf coat-factor): Public generic functions
(setf coat-glossiness): Public generic functions
(setf coat-glossiness): Public generic functions
(setf coat-ior): Public generic functions
(setf coat-ior): Public generic functions
(setf coat-normal): Public generic functions
(setf coat-normal): Public generic functions
(setf coat-rotation): Public generic functions
(setf coat-rotation): Public generic functions
(setf coat-roughness): Public generic functions
(setf coat-roughness): Public generic functions
(setf coat-roughness-as-glossiness): Public generic functions
(setf coat-roughness-as-glossiness): Public generic functions
(setf color): Public generic functions
(setf color): Public generic functions
(setf color): Public generic functions
(setf color-set-index): Public ordinary functions
(setf color-set-name): Public ordinary functions
(setf color-set-vertex-color): Public ordinary functions
(setf color-sets): Public generic functions
(setf color-sets): Public generic functions
(setf combined-anim): Public generic functions
(setf combined-anim): Public generic functions
(setf compose-rotation): Public generic functions
(setf compose-rotation): Public generic functions
(setf compose-scale): Public generic functions
(setf compose-scale): Public generic functions
(setf connect-broken-elements): Public generic functions
(setf connect-broken-elements): Public generic functions
(setf connection-dst): Public ordinary functions
(setf connection-dst-prop): Public ordinary functions
(setf connection-src): Public ordinary functions
(setf connection-src-prop): Public ordinary functions
(setf connections-dst): Public generic functions
(setf connections-dst): Public generic functions
(setf connections-dst): Public generic functions
(setf connections-src): Public generic functions
(setf connections-src): Public generic functions
(setf connections-src): Public generic functions
(setf constrain-rotation): Public generic functions
(setf constrain-rotation): Public generic functions
(setf constrain-scale): Public generic functions
(setf constrain-scale): Public generic functions
(setf constrain-translation): Public generic functions
(setf constrain-translation): Public generic functions
(setf constraint-active): Public ordinary functions
(setf constraint-aim-up-node): Public ordinary functions
(setf constraint-aim-up-type): Public ordinary functions
(setf constraint-aim-up-vector): Public ordinary functions
(setf constraint-aim-vector): Public ordinary functions
(setf constraint-constrain-rotation): Public ordinary functions
(setf constraint-constrain-scale): Public ordinary functions
(setf constraint-constrain-translation): Public ordinary functions
(setf constraint-element): Public ordinary functions
(setf constraint-ik-effector): Public ordinary functions
(setf constraint-ik-end-node): Public ordinary functions
(setf constraint-ik-pole-vector): Public ordinary functions
(setf constraint-node): Public ordinary functions
(setf constraint-target-node): Public ordinary functions
(setf constraint-target-transform): Public ordinary functions
(setf constraint-target-weight): Public ordinary functions
(setf constraint-targets): Public ordinary functions
(setf constraint-transform-offset): Public ordinary functions
(setf constraint-type): Public ordinary functions
(setf constraint-type): Public generic functions
(setf constraint-type): Public generic functions
(setf constraint-type-name): Public ordinary functions
(setf constraint-weight): Public ordinary functions
(setf constraints): Public generic functions
(setf constraints): Public generic functions
(setf content): Public generic functions
(setf content): Public generic functions
(setf content): Public generic functions
(setf content): Public generic functions
(setf control-points): Public generic functions
(setf control-points): Public generic functions
(setf control-points): Public generic functions
(setf control-points): Public generic functions
(setf coordinate-axes-front): Public ordinary functions
(setf coordinate-axes-right): Public ordinary functions
(setf coordinate-axes-up): Public ordinary functions
(setf creator): Public generic functions
(setf creator): Public generic functions
(setf curve-point-derivative): Public ordinary functions
(setf curve-point-position): Public ordinary functions
(setf curve-point-valid): Public ordinary functions
(setf curves): Public generic functions
(setf curves): Public generic functions
(setf curves): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data-count): Public generic functions
(setf data-count): Public generic functions
(setf data-element-bytes): Public generic functions
(setf data-element-bytes): Public generic functions
(setf data-encoding): Public generic functions
(setf data-encoding): Public generic functions
(setf data-format): Public generic functions
(setf data-format): Public generic functions
(setf data-offset): Public generic functions
(setf data-offset): Public generic functions
(setf data-size): Public generic functions
(setf data-size): Public generic functions
(setf data-total-bytes): Public generic functions
(setf data-total-bytes): Public generic functions
(setf deallocate-p): Private generic functions
(setf deallocate-p): Private generic functions
(setf decay): Public generic functions
(setf decay): Public generic functions
(setf default-camera): Public generic functions
(setf default-camera): Public generic functions
(setf default-value): Public generic functions
(setf default-value): Public generic functions
(setf defaults): Public generic functions
(setf defaults): Public generic functions
(setf defaults): Public generic functions
(setf derivative): Public generic functions
(setf derivative): Public generic functions
(setf derivative-u): Public generic functions
(setf derivative-u): Public generic functions
(setf derivative-v): Public generic functions
(setf derivative-v): Public generic functions
(setf diffuse): Public generic functions
(setf diffuse): Public generic functions
(setf diffuse-color): Public generic functions
(setf diffuse-color): Public generic functions
(setf diffuse-factor): Public generic functions
(setf diffuse-factor): Public generic functions
(setf diffuse-roughness): Public generic functions
(setf diffuse-roughness): Public generic functions
(setf diffuse-roughness): Public generic functions
(setf disable-quirks): Public generic functions
(setf disable-quirks): Public generic functions
(setf displacement): Public generic functions
(setf displacement): Public generic functions
(setf displacement-factor): Public generic functions
(setf displacement-factor): Public generic functions
(setf displacement-map): Public generic functions
(setf displacement-map): Public generic functions
(setf display): Public generic functions
(setf display): Public generic functions
(setf display-layer-element): Public ordinary functions
(setf display-layer-frozen): Public ordinary functions
(setf display-layer-nodes): Public ordinary functions
(setf display-layer-ui-color): Public ordinary functions
(setf display-layer-visible): Public ordinary functions
(setf display-layers): Public generic functions
(setf display-layers): Public generic functions
(setf distance): Public generic functions
(setf distance): Public generic functions
(setf distance-limit-max): Public generic functions
(setf distance-limit-max): Public generic functions
(setf distance-limit-min): Public generic functions
(setf distance-limit-min): Public generic functions
(setf dom-node): Public generic functions
(setf dom-node): Public generic functions
(setf dom-node): Public generic functions
(setf dom-node-children): Public ordinary functions
(setf dom-node-name): Public ordinary functions
(setf dom-node-values): Public ordinary functions
(setf dom-root): Public generic functions
(setf dom-root): Public generic functions
(setf dom-root): Public generic functions
(setf dom-value-type): Public ordinary functions
(setf dom-value-value-blob): Public ordinary functions
(setf dom-value-value-float): Public ordinary functions
(setf dom-value-value-int): Public ordinary functions
(setf dom-value-value-str): Public ordinary functions
(setf double-sided): Public generic functions
(setf double-sided): Public generic functions
(setf dq-vertices): Public generic functions
(setf dq-vertices): Public generic functions
(setf dq-weight): Public generic functions
(setf dq-weight): Public generic functions
(setf dq-weights): Public generic functions
(setf dq-weights): Public generic functions
(setf dst): Public generic functions
(setf dst): Public generic functions
(setf dst): Public generic functions
(setf dst-prop): Public generic functions
(setf dst-prop): Public generic functions
(setf dx): Public generic functions
(setf dx): Public generic functions
(setf dy): Public generic functions
(setf dy): Public generic functions
(setf edge): Public generic functions
(setf edge): Public generic functions
(setf edge-a): Public ordinary functions
(setf edge-b): Public ordinary functions
(setf edge-crease): Public generic functions
(setf edge-crease): Public generic functions
(setf edge-smoothing): Public generic functions
(setf edge-smoothing): Public generic functions
(setf edge-visibility): Public generic functions
(setf edge-visibility): Public generic functions
(setf edges): Public generic functions
(setf edges): Public generic functions
(setf edges): Public generic functions
(setf effective-weight): Public generic functions
(setf effective-weight): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element): Public generic functions
(setf element-buffer-size): Public generic functions
(setf element-buffer-size): Public generic functions
(setf element-connections-dst): Public ordinary functions
(setf element-connections-src): Public ordinary functions
(setf element-dom-node): Public ordinary functions
(setf element-element-id): Public ordinary functions
(setf element-id): Public generic functions
(setf element-id): Public generic functions
(setf element-id): Public generic functions
(setf element-instances): Public ordinary functions
(setf element-name): Public ordinary functions
(setf element-props): Public ordinary functions
(setf element-scene): Public ordinary functions
(setf element-type): Public ordinary functions
(setf element-type): Public generic functions
(setf element-type): Public generic functions
(setf element-type): Public generic functions
(setf element-typed-id): Public ordinary functions
(setf elements): Public generic functions
(setf elements): Public generic functions
(setf elements-by-name): Public generic functions
(setf elements-by-name): Public generic functions
(setf elt): Public standalone methods
(setf elt): Public standalone methods
(setf elt): Public standalone methods
(setf embedded-ignored): Public generic functions
(setf embedded-ignored): Public generic functions
(setf emission): Public generic functions
(setf emission): Public generic functions
(setf emission-color): Public generic functions
(setf emission-color): Public generic functions
(setf emission-color): Public generic functions
(setf emission-factor): Public generic functions
(setf emission-factor): Public generic functions
(setf emission-factor): Public generic functions
(setf empties): Public generic functions
(setf empties): Public generic functions
(setf empty-element): Public ordinary functions
(setf enabled): Public generic functions
(setf enabled): Public generic functions
(setf error-description): Public ordinary functions
(setf error-frame-description): Public ordinary functions
(setf error-frame-function): Public ordinary functions
(setf error-frame-source-line): Public ordinary functions
(setf error-info): Public ordinary functions
(setf error-info-length): Public ordinary functions
(setf error-stack): Public ordinary functions
(setf error-stack-size): Public ordinary functions
(setf error-type): Public ordinary functions
(setf euler-rotation): Public generic functions
(setf euler-rotation): Public generic functions
(setf evaluate-caches): Public generic functions
(setf evaluate-caches): Public generic functions
(setf evaluate-caches): Public generic functions
(setf evaluate-opts--begin-zero): Public ordinary functions
(setf evaluate-opts--end-zero): Public ordinary functions
(setf evaluate-opts-evaluate-caches): Public ordinary functions
(setf evaluate-opts-evaluate-skinning): Public ordinary functions
(setf evaluate-opts-load-external-files): Public ordinary functions
(setf evaluate-opts-open-file-cb): Public ordinary functions
(setf evaluate-opts-result-allocator): Public ordinary functions
(setf evaluate-opts-temp-allocator): Public ordinary functions
(setf evaluate-skin-weights): Public generic functions
(setf evaluate-skin-weights): Public generic functions
(setf evaluate-skinning): Public generic functions
(setf evaluate-skinning): Public generic functions
(setf evaluate-skinning): Public generic functions
(setf evaluate-source-vertices): Public generic functions
(setf evaluate-source-vertices): Public generic functions
(setf exists): Public generic functions
(setf exists): Public generic functions
(setf exists): Public generic functions
(setf exists): Public generic functions
(setf exists): Public generic functions
(setf exists): Public generic functions
(setf exit-to-background): Public generic functions
(setf exit-to-background): Public generic functions
(setf exporter): Public generic functions
(setf exporter): Public generic functions
(setf exporter-version): Public generic functions
(setf exporter-version): Public generic functions
(setf external-cache): Public generic functions
(setf external-cache): Public generic functions
(setf external-cache): Public generic functions
(setf external-cache): Public generic functions
(setf external-cache): Public generic functions
(setf external-channel): Public generic functions
(setf external-channel): Public generic functions
(setf external-channel): Public generic functions
(setf extra-info): Public generic functions
(setf extra-info): Public generic functions
(setf face): Public generic functions
(setf face): Public generic functions
(setf face-group): Public generic functions
(setf face-group): Public generic functions
(setf face-group-face-indices): Public ordinary functions
(setf face-group-id): Public ordinary functions
(setf face-group-name): Public ordinary functions
(setf face-group-num-faces): Public ordinary functions
(setf face-group-num-triangles): Public ordinary functions
(setf face-groups): Public generic functions
(setf face-groups): Public generic functions
(setf face-hole): Public generic functions
(setf face-hole): Public generic functions
(setf face-index-begin): Public ordinary functions
(setf face-indices): Public generic functions
(setf face-indices): Public generic functions
(setf face-indices): Public generic functions
(setf face-material): Public generic functions
(setf face-material): Public generic functions
(setf face-num-indices): Public ordinary functions
(setf face-smoothing): Public generic functions
(setf face-smoothing): Public generic functions
(setf faces): Public generic functions
(setf faces): Public generic functions
(setf faces): Public generic functions
(setf far-plane): Public generic functions
(setf far-plane): Public generic functions
(setf fbx): Public generic functions
(setf fbx): Public generic functions
(setf feature-disabled): Public generic functions
(setf feature-disabled): Public generic functions
(setf features): Public generic functions
(setf features): Public generic functions
(setf field-of-view-deg): Public generic functions
(setf field-of-view-deg): Public generic functions
(setf field-of-view-tan): Public generic functions
(setf field-of-view-tan): Public generic functions
(setf file): Public generic functions
(setf file): Public generic functions
(setf file): Public generic functions
(setf file-format): Public generic functions
(setf file-format): Public generic functions
(setf file-format): Public generic functions
(setf file-format): Public generic functions
(setf file-format): Public generic functions
(setf file-format-lookahead): Public generic functions
(setf file-format-lookahead): Public generic functions
(setf file-index): Public generic functions
(setf file-index): Public generic functions
(setf file-size-estimate): Public generic functions
(setf file-size-estimate): Public generic functions
(setf file-textures): Public generic functions
(setf file-textures): Public generic functions
(setf filename): Public generic functions
(setf filename): Public generic functions
(setf filename): Public generic functions
(setf filename): Public generic functions
(setf filename): Public generic functions
(setf filename): Public generic functions
(setf filename): Public generic functions
(setf filename): Public generic functions
(setf film-size-inch): Public generic functions
(setf film-size-inch): Public generic functions
(setf flags): Public generic functions
(setf flags): Public generic functions
(setf flags): Public generic functions
(setf flip-normals): Public generic functions
(setf flip-normals): Public generic functions
(setf focal-length-mm): Public generic functions
(setf focal-length-mm): Public generic functions
(setf foreign-type): Public generic functions
(setf foreign-type): Public generic functions
(setf frames): Public generic functions
(setf frames): Public generic functions
(setf frames): Public generic functions
(setf frames-per-second): Public generic functions
(setf frames-per-second): Public generic functions
(setf frames-per-second): Public generic functions
(setf from-tessellated-nurbs): Public generic functions
(setf from-tessellated-nurbs): Public generic functions
(setf from-tessellated-nurbs): Public generic functions
(setf front): Public generic functions
(setf front): Public generic functions
(setf frozen): Public generic functions
(setf frozen): Public generic functions
(setf gate-fit): Public generic functions
(setf gate-fit): Public generic functions
(setf generate-missing-normals): Public generic functions
(setf generate-missing-normals): Public generic functions
(setf generated-normals): Public generic functions
(setf generated-normals): Public generic functions
(setf geometry-cache-channels): Public ordinary functions
(setf geometry-cache-data-opts--begin-zero): Public ordinary functions
(setf geometry-cache-data-opts--end-zero): Public ordinary functions
(setf geometry-cache-data-opts-additive): Public ordinary functions
(setf geometry-cache-data-opts-open-file-cb): Public ordinary functions
(setf geometry-cache-data-opts-use-weight): Public ordinary functions
(setf geometry-cache-data-opts-weight): Public ordinary functions
(setf geometry-cache-extra-info): Public ordinary functions
(setf geometry-cache-frames): Public ordinary functions
(setf geometry-cache-opts--begin-zero): Public ordinary functions
(setf geometry-cache-opts--end-zero): Public ordinary functions
(setf geometry-cache-opts-frames-per-second): Public ordinary functions
(setf geometry-cache-opts-open-file-cb): Public ordinary functions
(setf geometry-cache-opts-result-allocator): Public ordinary functions
(setf geometry-cache-opts-temp-allocator): Public ordinary functions
(setf geometry-cache-root-filename): Public ordinary functions
(setf geometry-ignored): Public generic functions
(setf geometry-ignored): Public generic functions
(setf geometry-to-bone): Public generic functions
(setf geometry-to-bone): Public generic functions
(setf geometry-to-node): Public generic functions
(setf geometry-to-node): Public generic functions
(setf geometry-to-world): Public generic functions
(setf geometry-to-world): Public generic functions
(setf geometry-to-world): Public generic functions
(setf geometry-to-world-transform): Public generic functions
(setf geometry-to-world-transform): Public generic functions
(setf geometry-transform): Public generic functions
(setf geometry-transform): Public generic functions
(setf geometry-transform-handling): Public generic functions
(setf geometry-transform-handling): Public generic functions
(setf geometry-transform-helper): Public generic functions
(setf geometry-transform-helper): Public generic functions
(setf geometry-transform-helper): Public generic functions
(setf geometry-transform-helper-name): Public generic functions
(setf geometry-transform-helper-name): Public generic functions
(setf global-pointer): Private ordinary functions
(setf glossiness): Public generic functions
(setf glossiness): Public generic functions
(setf handle): Public generic functions
(setf handle): Public generic functions
(setf handle): Public generic functions
(setf has-adjust-transform): Public generic functions
(setf has-adjust-transform): Public generic functions
(setf has-file): Public generic functions
(setf has-file): Public generic functions
(setf has-geometry-transform): Public generic functions
(setf has-geometry-transform): Public generic functions
(setf has-uv-transform): Public generic functions
(setf has-uv-transform): Public generic functions
(setf has-value): Public generic functions
(setf has-value): Public generic functions
(setf has-warning): Public generic functions
(setf has-warning): Public generic functions
(setf huge-threshold): Public generic functions
(setf huge-threshold): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf idx): Public generic functions
(setf idx): Public generic functions
(setf ignore-all-content): Public generic functions
(setf ignore-all-content): Public generic functions
(setf ignore-animation): Public generic functions
(setf ignore-animation): Public generic functions
(setf ignore-connections): Public generic functions
(setf ignore-connections): Public generic functions
(setf ignore-embedded): Public generic functions
(setf ignore-embedded): Public generic functions
(setf ignore-geometry): Public generic functions
(setf ignore-geometry): Public generic functions
(setf ignore-missing-external-files): Public generic functions
(setf ignore-missing-external-files): Public generic functions
(setf ignore-normals): Public generic functions
(setf ignore-normals): Public generic functions
(setf ignore-parent-transform): Public generic functions
(setf ignore-parent-transform): Public generic functions
(setf ik-effector): Public generic functions
(setf ik-effector): Public generic functions
(setf ik-effector): Public generic functions
(setf ik-end-node): Public generic functions
(setf ik-end-node): Public generic functions
(setf ik-end-node): Public generic functions
(setf ik-pole-vector): Public generic functions
(setf ik-pole-vector): Public generic functions
(setf include-node): Public generic functions
(setf include-node): Public generic functions
(setf index): Public generic functions
(setf index): Public generic functions
(setf index): Public generic functions
(setf index): Public generic functions
(setf index): Public generic functions
(setf index-begin): Public generic functions
(setf index-begin): Public generic functions
(setf index-begin): Public generic functions
(setf index-error-handling): Public generic functions
(setf index-error-handling): Public generic functions
(setf indices): Public generic functions
(setf indices): Public generic functions
(setf indices): Public generic functions
(setf indices): Public generic functions
(setf indices): Public generic functions
(setf indices): Public generic functions
(setf indirect-diffuse): Public generic functions
(setf indirect-diffuse): Public generic functions
(setf indirect-specular): Public generic functions
(setf indirect-specular): Public generic functions
(setf inflate-input-buffer): Public ordinary functions
(setf inflate-input-buffer-size): Public ordinary functions
(setf inflate-input-data): Public ordinary functions
(setf inflate-input-data-size): Public ordinary functions
(setf inflate-input-internal-fast-bits): Public ordinary functions
(setf inflate-input-no-checksum): Public ordinary functions
(setf inflate-input-no-header): Public ordinary functions
(setf inflate-input-progress-cb): Public ordinary functions
(setf inflate-input-progress-interval-hint): Public ordinary functions
(setf inflate-input-progress-size-after): Public ordinary functions
(setf inflate-input-progress-size-before): Public ordinary functions
(setf inflate-input-read-fn): Public ordinary functions
(setf inflate-input-read-user): Public ordinary functions
(setf inflate-input-total-size): Public ordinary functions
(setf inflate-retain-data): Public ordinary functions
(setf inflate-retain-initialized): Public ordinary functions
(setf inherit-type): Public generic functions
(setf inherit-type): Public generic functions
(setf initialized): Public generic functions
(setf initialized): Public generic functions
(setf inner-angle): Public generic functions
(setf inner-angle): Public generic functions
(setf inputs): Public generic functions
(setf inputs): Public generic functions
(setf instances): Public generic functions
(setf instances): Public generic functions
(setf intensity): Public generic functions
(setf intensity): Public generic functions
(setf internal-fast-bits): Public generic functions
(setf internal-fast-bits): Public generic functions
(setf internal-reflections): Public generic functions
(setf internal-reflections): Public generic functions
(setf interpolate-normals): Public generic functions
(setf interpolate-normals): Public generic functions
(setf interpolate-tangents): Public generic functions
(setf interpolate-tangents): Public generic functions
(setf interpolation): Public generic functions
(setf interpolation): Public generic functions
(setf interpretation): Public generic functions
(setf interpretation): Public generic functions
(setf interpretation-name): Public generic functions
(setf interpretation-name): Public generic functions
(setf ior): Public generic functions
(setf ior): Public generic functions
(setf is-2d): Public generic functions
(setf is-2d): Public generic functions
(setf is-explicit): Public generic functions
(setf is-explicit): Public generic functions
(setf is-geometry-transform-helper): Public generic functions
(setf is-geometry-transform-helper): Public generic functions
(setf is-root): Public generic functions
(setf is-root): Public generic functions
(setf is-root): Public generic functions
(setf is-unsafe): Public generic functions
(setf is-unsafe): Public generic functions
(setf keyframe-interpolation): Public ordinary functions
(setf keyframe-left): Public ordinary functions
(setf keyframe-right): Public ordinary functions
(setf keyframe-time): Public ordinary functions
(setf keyframe-value): Public ordinary functions
(setf keyframes): Public generic functions
(setf keyframes): Public generic functions
(setf keyframes): Public generic functions
(setf knot-vector): Public generic functions
(setf knot-vector): Public generic functions
(setf ktime-to-sec): Public generic functions
(setf ktime-to-sec): Public generic functions
(setf latest-application): Public generic functions
(setf latest-application): Public generic functions
(setf layer): Public generic functions
(setf layer): Public generic functions
(setf layer): Public generic functions
(setf layers): Public generic functions
(setf layers): Public generic functions
(setf layers): Public generic functions
(setf layers): Public generic functions
(setf left): Public generic functions
(setf left): Public generic functions
(setf left): Public generic functions
(setf left): Public generic functions
(setf light): Public generic functions
(setf light): Public generic functions
(setf light): Public generic functions
(setf light-area-shape): Public ordinary functions
(setf light-cast-light): Public ordinary functions
(setf light-cast-shadows): Public ordinary functions
(setf light-color): Public ordinary functions
(setf light-decay): Public ordinary functions
(setf light-element): Public ordinary functions
(setf light-inner-angle): Public ordinary functions
(setf light-intensity): Public ordinary functions
(setf light-local-direction): Public ordinary functions
(setf light-outer-angle): Public ordinary functions
(setf light-type): Public ordinary functions
(setf light-type): Public generic functions
(setf light-type): Public generic functions
(setf lights): Public generic functions
(setf lights): Public generic functions
(setf line-curve-color): Public ordinary functions
(setf line-curve-control-points): Public ordinary functions
(setf line-curve-element): Public ordinary functions
(setf line-curve-from-tessellated-nurbs): Public ordinary functions
(setf line-curve-point-indices): Public ordinary functions
(setf line-curve-segments): Public ordinary functions
(setf line-curves): Public generic functions
(setf line-curves): Public generic functions
(setf line-segment-index-begin): Public ordinary functions
(setf line-segment-num-indices): Public ordinary functions
(setf lisp-type): Public generic functions
(setf lisp-type): Public generic functions
(setf list-count): Public ordinary functions
(setf list-data): Public ordinary functions
(setf load-external-files): Public generic functions
(setf load-external-files): Public generic functions
(setf load-external-files): Public generic functions
(setf load-opts--begin-zero): Public ordinary functions
(setf load-opts--end-zero): Public ordinary functions
(setf load-opts-allow-empty-faces): Public ordinary functions
(setf load-opts-allow-missing-vertex-position): Public ordinary functions
(setf load-opts-allow-nodes-out-of-root): Public ordinary functions
(setf load-opts-allow-null-material): Public ordinary functions
(setf load-opts-allow-unsafe): Public ordinary functions
(setf load-opts-clean-skin-weights): Public ordinary functions
(setf load-opts-connect-broken-elements): Public ordinary functions
(setf load-opts-disable-quirks): Public ordinary functions
(setf load-opts-evaluate-caches): Public ordinary functions
(setf load-opts-evaluate-skinning): Public ordinary functions
(setf load-opts-file-format): Public ordinary functions
(setf load-opts-file-format-lookahead): Public ordinary functions
(setf load-opts-file-size-estimate): Public ordinary functions
(setf load-opts-filename): Public ordinary functions
(setf load-opts-generate-missing-normals): Public ordinary functions
(setf load-opts-geometry-transform-handling): Public ordinary functions
(setf load-opts-geometry-transform-helper-name): Public ordinary functions
(setf load-opts-ignore-all-content): Public ordinary functions
(setf load-opts-ignore-animation): Public ordinary functions
(setf load-opts-ignore-embedded): Public ordinary functions
(setf load-opts-ignore-geometry): Public ordinary functions
(setf load-opts-ignore-missing-external-files): Public ordinary functions
(setf load-opts-index-error-handling): Public ordinary functions
(setf load-opts-load-external-files): Public ordinary functions
(setf load-opts-no-anim-curve-unit-scaling): Public ordinary functions
(setf load-opts-no-format-from-content): Public ordinary functions
(setf load-opts-no-format-from-extension): Public ordinary functions
(setf load-opts-no-prop-unit-scaling): Public ordinary functions
(setf load-opts-normalize-normals): Public ordinary functions
(setf load-opts-normalize-tangents): Public ordinary functions
(setf load-opts-obj-merge-groups): Public ordinary functions
(setf load-opts-obj-merge-objects): Public ordinary functions
(setf load-opts-obj-mtl-data): Public ordinary functions
(setf load-opts-obj-mtl-path): Public ordinary functions
(setf load-opts-obj-search-mtl-by-filename): Public ordinary functions
(setf load-opts-obj-split-groups): Public ordinary functions
(setf load-opts-open-file-cb): Public ordinary functions
(setf load-opts-open-main-file-with-default): Public ordinary functions
(setf load-opts-path-separator): Public ordinary functions
(setf load-opts-progress-cb): Public ordinary functions
(setf load-opts-progress-interval-hint): Public ordinary functions
(setf load-opts-raw-filename): Public ordinary functions
(setf load-opts-read-buffer-size): Public ordinary functions
(setf load-opts-result-allocator): Public ordinary functions
(setf load-opts-retain-dom): Public ordinary functions
(setf load-opts-root-transform): Public ordinary functions
(setf load-opts-skip-skin-vertices): Public ordinary functions
(setf load-opts-space-conversion): Public ordinary functions
(setf load-opts-strict): Public ordinary functions
(setf load-opts-target-axes): Public ordinary functions
(setf load-opts-target-camera-axes): Public ordinary functions
(setf load-opts-target-light-axes): Public ordinary functions
(setf load-opts-target-unit-meters): Public ordinary functions
(setf load-opts-temp-allocator): Public ordinary functions
(setf load-opts-unicode-error-handling): Public ordinary functions
(setf load-opts-use-root-transform): Public ordinary functions
(setf local-direction): Public generic functions
(setf local-direction): Public generic functions
(setf local-transform): Public generic functions
(setf local-transform): Public generic functions
(setf lod-group-distance-limit-max): Public ordinary functions
(setf lod-group-distance-limit-min): Public ordinary functions
(setf lod-group-element): Public ordinary functions
(setf lod-group-ignore-parent-transform): Public ordinary functions
(setf lod-group-lod-levels): Public ordinary functions
(setf lod-group-relative-distances): Public ordinary functions
(setf lod-group-use-distance-limit): Public ordinary functions
(setf lod-groups): Public generic functions
(setf lod-groups): Public generic functions
(setf lod-level-display): Public ordinary functions
(setf lod-level-distance): Public ordinary functions
(setf lod-levels): Public generic functions
(setf lod-levels): Public generic functions
(setf main-texture): Public generic functions
(setf main-texture): Public generic functions
(setf main-texture): Public generic functions
(setf main-texture-output-index): Public generic functions
(setf main-texture-output-index): Public generic functions
(setf marker-element): Public ordinary functions
(setf marker-type): Public ordinary functions
(setf marker-type): Public generic functions
(setf marker-type): Public generic functions
(setf markers): Public generic functions
(setf markers): Public generic functions
(setf material): Public generic functions
(setf material): Public generic functions
(setf material): Public generic functions
(setf material): Public generic functions
(setf material): Public generic functions
(setf material-element): Public ordinary functions
(setf material-fbx): Public ordinary functions
(setf material-fbx-maps-ambient-color): Public ordinary functions
(setf material-fbx-maps-ambient-factor): Public ordinary functions
(setf material-fbx-maps-bump): Public ordinary functions
(setf material-fbx-maps-bump-factor): Public ordinary functions
(setf material-fbx-maps-diffuse-color): Public ordinary functions
(setf material-fbx-maps-diffuse-factor): Public ordinary functions
(setf material-fbx-maps-displacement): Public ordinary functions
(setf material-fbx-maps-displacement-factor): Public ordinary functions
(setf material-fbx-maps-emission-color): Public ordinary functions
(setf material-fbx-maps-emission-factor): Public ordinary functions
(setf material-fbx-maps-normal-map): Public ordinary functions
(setf material-fbx-maps-reflection-color): Public ordinary functions
(setf material-fbx-maps-reflection-factor): Public ordinary functions
(setf material-fbx-maps-specular-color): Public ordinary functions
(setf material-fbx-maps-specular-exponent): Public ordinary functions
(setf material-fbx-maps-specular-factor): Public ordinary functions
(setf material-fbx-maps-transparency-color): Public ordinary functions
(setf material-fbx-maps-transparency-factor): Public ordinary functions
(setf material-fbx-maps-vector-displacement): Public ordinary functions
(setf material-fbx-maps-vector-displacement-factor): Public ordinary functions
(setf material-feature-info-enabled): Public ordinary functions
(setf material-feature-info-is-explicit): Public ordinary functions
(setf material-features): Public ordinary functions
(setf material-features-ambient-occlusion): Public ordinary functions
(setf material-features-caustics): Public ordinary functions
(setf material-features-coat): Public ordinary functions
(setf material-features-coat-roughness-as-glossiness): Public ordinary functions
(setf material-features-diffuse): Public ordinary functions
(setf material-features-diffuse-roughness): Public ordinary functions
(setf material-features-double-sided): Public ordinary functions
(setf material-features-emission): Public ordinary functions
(setf material-features-exit-to-background): Public ordinary functions
(setf material-features-internal-reflections): Public ordinary functions
(setf material-features-ior): Public ordinary functions
(setf material-features-matte): Public ordinary functions
(setf material-features-metalness): Public ordinary functions
(setf material-features-opacity): Public ordinary functions
(setf material-features-pbr): Public ordinary functions
(setf material-features-roughness-as-glossiness): Public ordinary functions
(setf material-features-sheen): Public ordinary functions
(setf material-features-specular): Public ordinary functions
(setf material-features-thin-walled): Public ordinary functions
(setf material-features-transmission): Public ordinary functions
(setf material-features-transmission-roughness): Public ordinary functions
(setf material-features-transmission-roughness-as-glossiness): Public ordinary functions
(setf material-features-unlit): Public ordinary functions
(setf material-map-feature-disabled): Public ordinary functions
(setf material-map-has-value): Public ordinary functions
(setf material-map-texture): Public ordinary functions
(setf material-map-texture-enabled): Public ordinary functions
(setf material-map-value-components): Public ordinary functions
(setf material-map-value-int): Public ordinary functions
(setf material-map-value-vec4): Public ordinary functions
(setf material-pbr): Public ordinary functions
(setf material-pbr-maps-ambient-occlusion): Public ordinary functions
(setf material-pbr-maps-base-color): Public ordinary functions
(setf material-pbr-maps-base-factor): Public ordinary functions
(setf material-pbr-maps-coat-affect-base-color): Public ordinary functions
(setf material-pbr-maps-coat-affect-base-roughness): Public ordinary functions
(setf material-pbr-maps-coat-anisotropy): Public ordinary functions
(setf material-pbr-maps-coat-color): Public ordinary functions
(setf material-pbr-maps-coat-factor): Public ordinary functions
(setf material-pbr-maps-coat-glossiness): Public ordinary functions
(setf material-pbr-maps-coat-ior): Public ordinary functions
(setf material-pbr-maps-coat-normal): Public ordinary functions
(setf material-pbr-maps-coat-rotation): Public ordinary functions
(setf material-pbr-maps-coat-roughness): Public ordinary functions
(setf material-pbr-maps-diffuse-roughness): Public ordinary functions
(setf material-pbr-maps-displacement-map): Public ordinary functions
(setf material-pbr-maps-emission-color): Public ordinary functions
(setf material-pbr-maps-emission-factor): Public ordinary functions
(setf material-pbr-maps-glossiness): Public ordinary functions
(setf material-pbr-maps-indirect-diffuse): Public ordinary functions
(setf material-pbr-maps-indirect-specular): Public ordinary functions
(setf material-pbr-maps-matte-color): Public ordinary functions
(setf material-pbr-maps-matte-factor): Public ordinary functions
(setf material-pbr-maps-metalness): Public ordinary functions
(setf material-pbr-maps-normal-map): Public ordinary functions
(setf material-pbr-maps-opacity): Public ordinary functions
(setf material-pbr-maps-roughness): Public ordinary functions
(setf material-pbr-maps-sheen-color): Public ordinary functions
(setf material-pbr-maps-sheen-factor): Public ordinary functions
(setf material-pbr-maps-sheen-roughness): Public ordinary functions
(setf material-pbr-maps-specular-anisotropy): Public ordinary functions
(setf material-pbr-maps-specular-color): Public ordinary functions
(setf material-pbr-maps-specular-factor): Public ordinary functions
(setf material-pbr-maps-specular-ior): Public ordinary functions
(setf material-pbr-maps-specular-rotation): Public ordinary functions
(setf material-pbr-maps-subsurface-anisotropy): Public ordinary functions
(setf material-pbr-maps-subsurface-color): Public ordinary functions
(setf material-pbr-maps-subsurface-factor): Public ordinary functions
(setf material-pbr-maps-subsurface-radius): Public ordinary functions
(setf material-pbr-maps-subsurface-scale): Public ordinary functions
(setf material-pbr-maps-subsurface-tint-color): Public ordinary functions
(setf material-pbr-maps-subsurface-type): Public ordinary functions
(setf material-pbr-maps-tangent-map): Public ordinary functions
(setf material-pbr-maps-thin-film-ior): Public ordinary functions
(setf material-pbr-maps-thin-film-thickness): Public ordinary functions
(setf material-pbr-maps-transmission-color): Public ordinary functions
(setf material-pbr-maps-transmission-depth): Public ordinary functions
(setf material-pbr-maps-transmission-dispersion): Public ordinary functions
(setf material-pbr-maps-transmission-enable-in-aov): Public ordinary functions
(setf material-pbr-maps-transmission-extra-roughness): Public ordinary functions
(setf material-pbr-maps-transmission-factor): Public ordinary functions
(setf material-pbr-maps-transmission-glossiness): Public ordinary functions
(setf material-pbr-maps-transmission-priority): Public ordinary functions
(setf material-pbr-maps-transmission-roughness): Public ordinary functions
(setf material-pbr-maps-transmission-scatter): Public ordinary functions
(setf material-pbr-maps-transmission-scatter-anisotropy): Public ordinary functions
(setf material-prop): Public generic functions
(setf material-prop): Public generic functions
(setf material-prop): Public generic functions
(setf material-shader): Public ordinary functions
(setf material-shader-prop-prefix): Public ordinary functions
(setf material-shader-type): Public ordinary functions
(setf material-shading-model-name): Public ordinary functions
(setf material-texture-material-prop): Public ordinary functions
(setf material-texture-shader-prop): Public ordinary functions
(setf material-texture-texture): Public ordinary functions
(setf material-textures): Public ordinary functions
(setf materials): Public generic functions
(setf materials): Public generic functions
(setf materials): Public generic functions
(setf materials): Public generic functions
(setf matrix-v): Public ordinary functions
(setf matte): Public generic functions
(setf matte): Public generic functions
(setf matte-color): Public generic functions
(setf matte-color): Public generic functions
(setf matte-factor): Public generic functions
(setf matte-factor): Public generic functions
(setf max-chunk-size): Public generic functions
(setf max-chunk-size): Public generic functions
(setf max-face-triangles): Public generic functions
(setf max-face-triangles): Public generic functions
(setf max-face-triangles): Public generic functions
(setf max-skin-weights): Public generic functions
(setf max-skin-weights): Public generic functions
(setf max-source-vertices): Public generic functions
(setf max-source-vertices): Public generic functions
(setf max-weights-per-vertex): Public generic functions
(setf max-weights-per-vertex): Public generic functions
(setf may-contain-broken-elements): Public generic functions
(setf may-contain-broken-elements): Public generic functions
(setf may-contain-missing-vertex-position): Public generic functions
(setf may-contain-missing-vertex-position): Public generic functions
(setf may-contain-no-index): Public generic functions
(setf may-contain-no-index): Public generic functions
(setf may-contain-null-materials): Public generic functions
(setf may-contain-null-materials): Public generic functions
(setf memory-limit): Public generic functions
(setf memory-limit): Public generic functions
(setf mesh): Public generic functions
(setf mesh): Public generic functions
(setf mesh): Public generic functions
(setf mesh-all-deformers): Public ordinary functions
(setf mesh-blend-deformers): Public ordinary functions
(setf mesh-cache-deformers): Public ordinary functions
(setf mesh-color-sets): Public ordinary functions
(setf mesh-edge-crease): Public ordinary functions
(setf mesh-edge-smoothing): Public ordinary functions
(setf mesh-edge-visibility): Public ordinary functions
(setf mesh-edges): Public ordinary functions
(setf mesh-element): Public ordinary functions
(setf mesh-face-group): Public ordinary functions
(setf mesh-face-groups): Public ordinary functions
(setf mesh-face-hole): Public ordinary functions
(setf mesh-face-material): Public ordinary functions
(setf mesh-face-smoothing): Public ordinary functions
(setf mesh-faces): Public ordinary functions
(setf mesh-from-tessellated-nurbs): Public ordinary functions
(setf mesh-generated-normals): Public ordinary functions
(setf mesh-material-face-indices): Public ordinary functions
(setf mesh-material-material): Public ordinary functions
(setf mesh-material-num-empty-faces): Public ordinary functions
(setf mesh-material-num-faces): Public ordinary functions
(setf mesh-material-num-line-faces): Public ordinary functions
(setf mesh-material-num-point-faces): Public ordinary functions
(setf mesh-material-num-triangles): Public ordinary functions
(setf mesh-materials): Public ordinary functions
(setf mesh-max-face-triangles): Public ordinary functions
(setf mesh-node-to-bone): Public generic functions
(setf mesh-node-to-bone): Public generic functions
(setf mesh-num-edges): Public ordinary functions
(setf mesh-num-empty-faces): Public ordinary functions
(setf mesh-num-faces): Public ordinary functions
(setf mesh-num-indices): Public ordinary functions
(setf mesh-num-line-faces): Public ordinary functions
(setf mesh-num-point-faces): Public ordinary functions
(setf mesh-num-triangles): Public ordinary functions
(setf mesh-num-vertices): Public ordinary functions
(setf mesh-skin-deformers): Public ordinary functions
(setf mesh-skinned-is-local): Public ordinary functions
(setf mesh-skinned-normal): Public ordinary functions
(setf mesh-skinned-position): Public ordinary functions
(setf mesh-subdivision-boundary): Public ordinary functions
(setf mesh-subdivision-display-mode): Public ordinary functions
(setf mesh-subdivision-evaluated): Public ordinary functions
(setf mesh-subdivision-preview-levels): Public ordinary functions
(setf mesh-subdivision-render-levels): Public ordinary functions
(setf mesh-subdivision-result): Public ordinary functions
(setf mesh-subdivision-uv-boundary): Public ordinary functions
(setf mesh-uv-sets): Public ordinary functions
(setf mesh-vertex-bitangent): Public ordinary functions
(setf mesh-vertex-color): Public ordinary functions
(setf mesh-vertex-crease): Public ordinary functions
(setf mesh-vertex-first-index): Public ordinary functions
(setf mesh-vertex-indices): Public ordinary functions
(setf mesh-vertex-normal): Public ordinary functions
(setf mesh-vertex-position): Public ordinary functions
(setf mesh-vertex-tangent): Public ordinary functions
(setf mesh-vertex-uv): Public ordinary functions
(setf mesh-vertices): Public ordinary functions
(setf meshes): Public generic functions
(setf meshes): Public generic functions
(setf metadata): Public generic functions
(setf metadata): Public generic functions
(setf metadata-animation-ignored): Public ordinary functions
(setf metadata-ascii): Public ordinary functions
(setf metadata-big-endian): Public ordinary functions
(setf metadata-bone-prop-limb-length-relative): Public ordinary functions
(setf metadata-bone-prop-size-unit): Public ordinary functions
(setf metadata-creator): Public ordinary functions
(setf metadata-element-buffer-size): Public ordinary functions
(setf metadata-embedded-ignored): Public ordinary functions
(setf metadata-exporter): Public ordinary functions
(setf metadata-exporter-version): Public ordinary functions
(setf metadata-file-format): Public ordinary functions
(setf metadata-filename): Public ordinary functions
(setf metadata-geometry-ignored): Public ordinary functions
(setf metadata-has-warning): Public ordinary functions
(setf metadata-is-unsafe): Public ordinary functions
(setf metadata-ktime-to-sec): Public ordinary functions
(setf metadata-latest-application): Public ordinary functions
(setf metadata-max-face-triangles): Public ordinary functions
(setf metadata-may-contain-broken-elements): Public ordinary functions
(setf metadata-may-contain-missing-vertex-position): Public ordinary functions
(setf metadata-may-contain-no-index): Public ordinary functions
(setf metadata-may-contain-null-materials): Public ordinary functions
(setf metadata-num-shader-textures): Public ordinary functions
(setf metadata-object-element): Public ordinary functions
(setf metadata-objects): Public generic functions
(setf metadata-objects): Public generic functions
(setf metadata-original-application): Public ordinary functions
(setf metadata-original-file-path): Public ordinary functions
(setf metadata-raw-filename): Public ordinary functions
(setf metadata-raw-original-file-path): Public ordinary functions
(setf metadata-raw-relative-root): Public ordinary functions
(setf metadata-relative-root): Public ordinary functions
(setf metadata-result-allocs): Public ordinary functions
(setf metadata-result-memory-used): Public ordinary functions
(setf metadata-scene-props): Public ordinary functions
(setf metadata-temp-allocs): Public ordinary functions
(setf metadata-temp-memory-used): Public ordinary functions
(setf metadata-version): Public ordinary functions
(setf metadata-warnings): Public ordinary functions
(setf metalness): Public generic functions
(setf metalness): Public generic functions
(setf metalness): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name-element--internal-key): Public ordinary functions
(setf name-element-element): Public ordinary functions
(setf name-element-name): Public ordinary functions
(setf name-element-type): Public ordinary functions
(setf near-plane): Public generic functions
(setf near-plane): Public generic functions
(setf next): Public generic functions
(setf next): Public generic functions
(setf no-anim-curve-unit-scaling): Public generic functions
(setf no-anim-curve-unit-scaling): Public generic functions
(setf no-checksum): Public generic functions
(setf no-checksum): Public generic functions
(setf no-format-from-content): Public generic functions
(setf no-format-from-content): Public generic functions
(setf no-format-from-extension): Public generic functions
(setf no-format-from-extension): Public generic functions
(setf no-header): Public generic functions
(setf no-header): Public generic functions
(setf no-prop-unit-scaling): Public generic functions
(setf no-prop-unit-scaling): Public generic functions
(setf node): Public generic functions
(setf node): Public generic functions
(setf node): Public generic functions
(setf node): Public generic functions
(setf node): Public generic functions
(setf node-adjust-post-rotation): Public ordinary functions
(setf node-adjust-pre-rotation): Public ordinary functions
(setf node-adjust-pre-scale): Public ordinary functions
(setf node-all-attribs): Public ordinary functions
(setf node-attrib): Public ordinary functions
(setf node-attrib-type): Public ordinary functions
(setf node-bone): Public ordinary functions
(setf node-camera): Public ordinary functions
(setf node-children): Public ordinary functions
(setf node-depth): Public generic functions
(setf node-depth): Public generic functions
(setf node-element): Public ordinary functions
(setf node-euler-rotation): Public ordinary functions
(setf node-geometry-to-node): Public ordinary functions
(setf node-geometry-to-world): Public ordinary functions
(setf node-geometry-transform): Public ordinary functions
(setf node-geometry-transform-helper): Public ordinary functions
(setf node-has-adjust-transform): Public ordinary functions
(setf node-has-geometry-transform): Public ordinary functions
(setf node-inherit-type): Public ordinary functions
(setf node-is-geometry-transform-helper): Public ordinary functions
(setf node-is-root): Public ordinary functions
(setf node-light): Public ordinary functions
(setf node-local-transform): Public ordinary functions
(setf node-materials): Public ordinary functions
(setf node-mesh): Public ordinary functions
(setf node-node-depth): Public ordinary functions
(setf node-node-to-parent): Public ordinary functions
(setf node-node-to-world): Public ordinary functions
(setf node-parent): Public ordinary functions
(setf node-rotation-order): Public ordinary functions
(setf node-to-parent): Public generic functions
(setf node-to-parent): Public generic functions
(setf node-to-world): Public generic functions
(setf node-to-world): Public generic functions
(setf node-visible): Public ordinary functions
(setf node-world-transform): Public ordinary functions
(setf nodes): Public generic functions
(setf nodes): Public generic functions
(setf nodes): Public generic functions
(setf nodes): Public generic functions
(setf normal-map): Public generic functions
(setf normal-map): Public generic functions
(setf normal-map): Public generic functions
(setf normal-offsets): Public generic functions
(setf normal-offsets): Public generic functions
(setf normalize-normals): Public generic functions
(setf normalize-normals): Public generic functions
(setf normalize-tangents): Public generic functions
(setf normalize-tangents): Public generic functions
(setf num-animated): Public generic functions
(setf num-animated): Public generic functions
(setf num-control-points-u): Public generic functions
(setf num-control-points-u): Public generic functions
(setf num-control-points-v): Public generic functions
(setf num-control-points-v): Public generic functions
(setf num-dq-weights): Public generic functions
(setf num-dq-weights): Public generic functions
(setf num-edges): Public generic functions
(setf num-edges): Public generic functions
(setf num-empty-faces): Public generic functions
(setf num-empty-faces): Public generic functions
(setf num-empty-faces): Public generic functions
(setf num-faces): Public generic functions
(setf num-faces): Public generic functions
(setf num-faces): Public generic functions
(setf num-faces): Public generic functions
(setf num-indices): Public generic functions
(setf num-indices): Public generic functions
(setf num-indices): Public generic functions
(setf num-indices): Public generic functions
(setf num-line-faces): Public generic functions
(setf num-line-faces): Public generic functions
(setf num-line-faces): Public generic functions
(setf num-offsets): Public generic functions
(setf num-offsets): Public generic functions
(setf num-point-faces): Public generic functions
(setf num-point-faces): Public generic functions
(setf num-point-faces): Public generic functions
(setf num-shader-textures): Public generic functions
(setf num-shader-textures): Public generic functions
(setf num-triangles): Public generic functions
(setf num-triangles): Public generic functions
(setf num-triangles): Public generic functions
(setf num-triangles): Public generic functions
(setf num-vertices): Public generic functions
(setf num-vertices): Public generic functions
(setf num-weights): Public generic functions
(setf num-weights): Public generic functions
(setf num-weights): Public generic functions
(setf num-weights): Public generic functions
(setf num-wrap-control-points): Public generic functions
(setf num-wrap-control-points): Public generic functions
(setf nurbs-basis-is-2d): Public ordinary functions
(setf nurbs-basis-knot-vector): Public ordinary functions
(setf nurbs-basis-num-wrap-control-points): Public ordinary functions
(setf nurbs-basis-order): Public ordinary functions
(setf nurbs-basis-spans): Public ordinary functions
(setf nurbs-basis-t-max): Public ordinary functions
(setf nurbs-basis-t-min): Public ordinary functions
(setf nurbs-basis-topology): Public ordinary functions
(setf nurbs-basis-valid): Public ordinary functions
(setf nurbs-curve-basis): Public ordinary functions
(setf nurbs-curve-control-points): Public ordinary functions
(setf nurbs-curve-element): Public ordinary functions
(setf nurbs-curves): Public generic functions
(setf nurbs-curves): Public generic functions
(setf nurbs-surface-basis-u): Public ordinary functions
(setf nurbs-surface-basis-v): Public ordinary functions
(setf nurbs-surface-control-points): Public ordinary functions
(setf nurbs-surface-element): Public ordinary functions
(setf nurbs-surface-flip-normals): Public ordinary functions
(setf nurbs-surface-material): Public ordinary functions
(setf nurbs-surface-num-control-points-u): Public ordinary functions
(setf nurbs-surface-num-control-points-v): Public ordinary functions
(setf nurbs-surface-span-subdivision-u): Public ordinary functions
(setf nurbs-surface-span-subdivision-v): Public ordinary functions
(setf nurbs-surfaces): Public generic functions
(setf nurbs-surfaces): Public generic functions
(setf nurbs-trim-boundaries): Public generic functions
(setf nurbs-trim-boundaries): Public generic functions
(setf nurbs-trim-boundary-element): Public ordinary functions
(setf nurbs-trim-surface-element): Public ordinary functions
(setf nurbs-trim-surfaces): Public generic functions
(setf nurbs-trim-surfaces): Public generic functions
(setf obj-merge-groups): Public generic functions
(setf obj-merge-groups): Public generic functions
(setf obj-merge-objects): Public generic functions
(setf obj-merge-objects): Public generic functions
(setf obj-mtl-data): Public generic functions
(setf obj-mtl-data): Public generic functions
(setf obj-mtl-path): Public generic functions
(setf obj-mtl-path): Public generic functions
(setf obj-search-mtl-by-filename): Public generic functions
(setf obj-search-mtl-by-filename): Public generic functions
(setf obj-split-groups): Public generic functions
(setf obj-split-groups): Public generic functions
(setf offset-vertices): Public generic functions
(setf offset-vertices): Public generic functions
(setf opacity): Public generic functions
(setf opacity): Public generic functions
(setf opacity): Public generic functions
(setf open-file-cb): Public generic functions
(setf open-file-cb): Public generic functions
(setf open-file-cb-fn): Public ordinary functions
(setf open-file-cb-user): Public ordinary functions
(setf open-file-info-original-filename): Public ordinary functions
(setf open-file-info-temp-allocator): Public ordinary functions
(setf open-file-info-type): Public ordinary functions
(setf open-main-file-with-default): Public generic functions
(setf open-main-file-with-default): Public generic functions
(setf open-memory-opts--begin-zero): Public ordinary functions
(setf open-memory-opts--end-zero): Public ordinary functions
(setf open-memory-opts-allocator): Public ordinary functions
(setf open-memory-opts-close-cb): Public ordinary functions
(setf open-memory-opts-no-copy): Public ordinary functions
(setf order): Public generic functions
(setf order): Public generic functions
(setf original-application): Public generic functions
(setf original-application): Public generic functions
(setf original-axis-up): Public generic functions
(setf original-axis-up): Public generic functions
(setf original-file-path): Public generic functions
(setf original-file-path): Public generic functions
(setf original-unit-meters): Public generic functions
(setf original-unit-meters): Public generic functions
(setf orthographic-extent): Public generic functions
(setf orthographic-extent): Public generic functions
(setf orthographic-size): Public generic functions
(setf orthographic-size): Public generic functions
(setf outer-angle): Public generic functions
(setf outer-angle): Public generic functions
(setf panic-did-panic): Public ordinary functions
(setf panic-message): Public ordinary functions
(setf panic-message-length): Public ordinary functions
(setf parent): Public generic functions
(setf parent): Public generic functions
(setf parent): Public generic functions
(setf path-separator): Public generic functions
(setf path-separator): Public generic functions
(setf pbr): Public generic functions
(setf pbr): Public generic functions
(setf pbr): Public generic functions
(setf point-indices): Public generic functions
(setf point-indices): Public generic functions
(setf pointer): Private generic functions
(setf pointer): Private generic functions
(setf pose-bind-pose): Public ordinary functions
(setf pose-bone-poses): Public ordinary functions
(setf pose-element): Public ordinary functions
(setf poses): Public generic functions
(setf poses): Public generic functions
(setf position): Public generic functions
(setf position): Public generic functions
(setf position): Public generic functions
(setf position-offsets): Public generic functions
(setf position-offsets): Public generic functions
(setf prev): Public generic functions
(setf prev): Public generic functions
(setf procedural-geometries): Public generic functions
(setf procedural-geometries): Public generic functions
(setf procedural-geometry-element): Public ordinary functions
(setf progress-bytes-read): Public ordinary functions
(setf progress-bytes-total): Public ordinary functions
(setf progress-cb): Public generic functions
(setf progress-cb): Public generic functions
(setf progress-cb-fn): Public ordinary functions
(setf progress-cb-user): Public ordinary functions
(setf progress-interval-hint): Public generic functions
(setf progress-interval-hint): Public generic functions
(setf progress-interval-hint): Public generic functions
(setf progress-size-after): Public generic functions
(setf progress-size-after): Public generic functions
(setf progress-size-before): Public generic functions
(setf progress-size-before): Public generic functions
(setf projection-axes): Public generic functions
(setf projection-axes): Public generic functions
(setf projection-mode): Public generic functions
(setf projection-mode): Public generic functions
(setf projection-plane): Public generic functions
(setf projection-plane): Public generic functions
(setf prop): Public generic functions
(setf prop): Public generic functions
(setf prop): Public generic functions
(setf prop--internal-key): Public ordinary functions
(setf prop-bindings): Public generic functions
(setf prop-bindings): Public generic functions
(setf prop-flags): Public ordinary functions
(setf prop-name): Public ordinary functions
(setf prop-name): Public generic functions
(setf prop-name): Public generic functions
(setf prop-name): Public generic functions
(setf prop-override--internal-key): Public ordinary functions
(setf prop-override-element-id): Public ordinary functions
(setf prop-override-prop-name): Public ordinary functions
(setf prop-override-value): Public ordinary functions
(setf prop-override-value-int): Public ordinary functions
(setf prop-override-value-str): Public ordinary functions
(setf prop-overrides): Public generic functions
(setf prop-overrides): Public generic functions
(setf prop-prefix): Public generic functions
(setf prop-prefix): Public generic functions
(setf prop-type): Public ordinary functions
(setf prop-type): Public generic functions
(setf prop-type): Public generic functions
(setf prop-value-blob): Public ordinary functions
(setf prop-value-int): Public ordinary functions
(setf prop-value-str): Public ordinary functions
(setf prop-value-vec4): Public ordinary functions
(setf props): Public generic functions
(setf props): Public generic functions
(setf props): Public generic functions
(setf props): Public generic functions
(setf props-defaults): Public ordinary functions
(setf props-num-animated): Public ordinary functions
(setf props-props): Public ordinary functions
(setf quat-w): Public ordinary functions
(setf quat-x): Public ordinary functions
(setf quat-y): Public ordinary functions
(setf quat-z): Public ordinary functions
(setf radius): Public generic functions
(setf radius): Public generic functions
(setf raw-absolute-filename): Public generic functions
(setf raw-absolute-filename): Public generic functions
(setf raw-absolute-filename): Public generic functions
(setf raw-absolute-filename): Public generic functions
(setf raw-absolute-filename): Public generic functions
(setf raw-filename): Public generic functions
(setf raw-filename): Public generic functions
(setf raw-filename): Public generic functions
(setf raw-filename): Public generic functions
(setf raw-filename): Public generic functions
(setf raw-filename): Public generic functions
(setf raw-filename): Public generic functions
(setf raw-original-file-path): Public generic functions
(setf raw-original-file-path): Public generic functions
(setf raw-relative-filename): Public generic functions
(setf raw-relative-filename): Public generic functions
(setf raw-relative-filename): Public generic functions
(setf raw-relative-filename): Public generic functions
(setf raw-relative-filename): Public generic functions
(setf raw-relative-root): Public generic functions
(setf raw-relative-root): Public generic functions
(setf raw-shader-source): Public generic functions
(setf raw-shader-source): Public generic functions
(setf read-buffer-size): Public generic functions
(setf read-buffer-size): Public generic functions
(setf read-fn): Public generic functions
(setf read-fn): Public generic functions
(setf read-fn): Public generic functions
(setf read-user): Public generic functions
(setf read-user): Public generic functions
(setf read-user): Public generic functions
(setf reflection-color): Public generic functions
(setf reflection-color): Public generic functions
(setf reflection-factor): Public generic functions
(setf reflection-factor): Public generic functions
(setf relative-distances): Public generic functions
(setf relative-distances): Public generic functions
(setf relative-filename): Public generic functions
(setf relative-filename): Public generic functions
(setf relative-filename): Public generic functions
(setf relative-filename): Public generic functions
(setf relative-filename): Public generic functions
(setf relative-length): Public generic functions
(setf relative-length): Public generic functions
(setf relative-root): Public generic functions
(setf relative-root): Public generic functions
(setf resolution): Public generic functions
(setf resolution): Public generic functions
(setf resolution-is-pixels): Public generic functions
(setf resolution-is-pixels): Public generic functions
(setf result-allocator): Public generic functions
(setf result-allocator): Public generic functions
(setf result-allocator): Public generic functions
(setf result-allocator): Public generic functions
(setf result-allocator): Public generic functions
(setf result-allocator): Public generic functions
(setf result-allocator): Public generic functions
(setf result-allocator): Public generic functions
(setf result-allocs): Public generic functions
(setf result-allocs): Public generic functions
(setf result-allocs): Public generic functions
(setf result-memory-used): Public generic functions
(setf result-memory-used): Public generic functions
(setf result-memory-used): Public generic functions
(setf retain-dom): Public generic functions
(setf retain-dom): Public generic functions
(setf right): Public generic functions
(setf right): Public generic functions
(setf right): Public generic functions
(setf right): Public generic functions
(setf right): Public generic functions
(setf root-filename): Public generic functions
(setf root-filename): Public generic functions
(setf root-node): Public generic functions
(setf root-node): Public generic functions
(setf root-node): Public generic functions
(setf root-transform): Public generic functions
(setf root-transform): Public generic functions
(setf rotation): Public generic functions
(setf rotation): Public generic functions
(setf rotation-order): Public generic functions
(setf rotation-order): Public generic functions
(setf roughness): Public generic functions
(setf roughness): Public generic functions
(setf roughness-as-glossiness): Public generic functions
(setf roughness-as-glossiness): Public generic functions
(setf scale): Public generic functions
(setf scale): Public generic functions
(setf scene): Public generic functions
(setf scene): Public generic functions
(setf scene): Public generic functions
(setf scene-anim): Public ordinary functions
(setf scene-anim-curves): Public ordinary functions
(setf scene-anim-layers): Public ordinary functions
(setf scene-anim-stacks): Public ordinary functions
(setf scene-anim-values): Public ordinary functions
(setf scene-blend-channels): Public ordinary functions
(setf scene-blend-deformers): Public ordinary functions
(setf scene-blend-shapes): Public ordinary functions
(setf scene-bones): Public ordinary functions
(setf scene-cache-deformers): Public ordinary functions
(setf scene-cache-files): Public ordinary functions
(setf scene-camera-switchers): Public ordinary functions
(setf scene-cameras): Public ordinary functions
(setf scene-characters): Public ordinary functions
(setf scene-combined-anim): Public ordinary functions
(setf scene-connections-dst): Public ordinary functions
(setf scene-connections-src): Public ordinary functions
(setf scene-constraints): Public ordinary functions
(setf scene-display-layers): Public ordinary functions
(setf scene-dom-root): Public ordinary functions
(setf scene-elements): Public ordinary functions
(setf scene-elements-by-name): Public ordinary functions
(setf scene-empties): Public ordinary functions
(setf scene-lights): Public ordinary functions
(setf scene-line-curves): Public ordinary functions
(setf scene-lod-groups): Public ordinary functions
(setf scene-markers): Public ordinary functions
(setf scene-materials): Public ordinary functions
(setf scene-meshes): Public ordinary functions
(setf scene-metadata): Public ordinary functions
(setf scene-metadata-objects): Public ordinary functions
(setf scene-nodes): Public ordinary functions
(setf scene-nurbs-curves): Public ordinary functions
(setf scene-nurbs-surfaces): Public ordinary functions
(setf scene-nurbs-trim-boundaries): Public ordinary functions
(setf scene-nurbs-trim-surfaces): Public ordinary functions
(setf scene-poses): Public ordinary functions
(setf scene-procedural-geometries): Public ordinary functions
(setf scene-props): Public generic functions
(setf scene-props): Public generic functions
(setf scene-root-node): Public ordinary functions
(setf scene-selection-nodes): Public ordinary functions
(setf scene-selection-sets): Public ordinary functions
(setf scene-settings): Public ordinary functions
(setf scene-settings-ambient-color): Public ordinary functions
(setf scene-settings-axes): Public ordinary functions
(setf scene-settings-default-camera): Public ordinary functions
(setf scene-settings-frames-per-second): Public ordinary functions
(setf scene-settings-original-axis-up): Public ordinary functions
(setf scene-settings-original-unit-meters): Public ordinary functions
(setf scene-settings-props): Public ordinary functions
(setf scene-settings-snap-mode): Public ordinary functions
(setf scene-settings-time-mode): Public ordinary functions
(setf scene-settings-time-protocol): Public ordinary functions
(setf scene-settings-unit-meters): Public ordinary functions
(setf scene-shader-bindings): Public ordinary functions
(setf scene-shaders): Public ordinary functions
(setf scene-skin-clusters): Public ordinary functions
(setf scene-skin-deformers): Public ordinary functions
(setf scene-stereo-cameras): Public ordinary functions
(setf scene-texture-files): Public ordinary functions
(setf scene-textures): Public ordinary functions
(setf scene-unknowns): Public ordinary functions
(setf scene-videos): Public ordinary functions
(setf segments): Public generic functions
(setf segments): Public generic functions
(setf selection-node-edges): Public ordinary functions
(setf selection-node-element): Public ordinary functions
(setf selection-node-faces): Public ordinary functions
(setf selection-node-include-node): Public ordinary functions
(setf selection-node-target-mesh): Public ordinary functions
(setf selection-node-target-node): Public ordinary functions
(setf selection-node-vertices): Public ordinary functions
(setf selection-nodes): Public generic functions
(setf selection-nodes): Public generic functions
(setf selection-set-element): Public ordinary functions
(setf selection-set-nodes): Public ordinary functions
(setf selection-sets): Public generic functions
(setf selection-sets): Public generic functions
(setf settings): Public generic functions
(setf settings): Public generic functions
(setf shader): Public generic functions
(setf shader): Public generic functions
(setf shader): Public generic functions
(setf shader): Public generic functions
(setf shader): Public generic functions
(setf shader-binding-element): Public ordinary functions
(setf shader-binding-prop-bindings): Public ordinary functions
(setf shader-bindings): Public ordinary functions
(setf shader-bindings): Public generic functions
(setf shader-bindings): Public generic functions
(setf shader-element): Public ordinary functions
(setf shader-name): Public generic functions
(setf shader-name): Public generic functions
(setf shader-prop): Public generic functions
(setf shader-prop): Public generic functions
(setf shader-prop): Public generic functions
(setf shader-prop-binding-material-prop): Public ordinary functions
(setf shader-prop-binding-shader-prop): Public ordinary functions
(setf shader-prop-prefix): Public generic functions
(setf shader-prop-prefix): Public generic functions
(setf shader-source): Public generic functions
(setf shader-source): Public generic functions
(setf shader-texture-input-name): Public ordinary functions
(setf shader-texture-input-prop): Public ordinary functions
(setf shader-texture-input-texture): Public ordinary functions
(setf shader-texture-input-texture-enabled): Public ordinary functions
(setf shader-texture-input-texture-enabled-prop): Public ordinary functions
(setf shader-texture-input-texture-output-index): Public ordinary functions
(setf shader-texture-input-texture-prop): Public ordinary functions
(setf shader-texture-input-value-blob): Public ordinary functions
(setf shader-texture-input-value-int): Public ordinary functions
(setf shader-texture-input-value-str): Public ordinary functions
(setf shader-texture-input-value-vec4): Public ordinary functions
(setf shader-texture-inputs): Public ordinary functions
(setf shader-texture-main-texture): Public ordinary functions
(setf shader-texture-main-texture-output-index): Public ordinary functions
(setf shader-texture-prop-prefix): Public ordinary functions
(setf shader-texture-raw-shader-source): Public ordinary functions
(setf shader-texture-shader-name): Public ordinary functions
(setf shader-texture-shader-source): Public ordinary functions
(setf shader-texture-shader-type-id): Public ordinary functions
(setf shader-texture-type): Public ordinary functions
(setf shader-texture-type): Public generic functions
(setf shader-texture-type): Public generic functions
(setf shader-type): Public ordinary functions
(setf shader-type): Public generic functions
(setf shader-type): Public generic functions
(setf shader-type): Public generic functions
(setf shader-type-id): Public generic functions
(setf shader-type-id): Public generic functions
(setf shaders): Public generic functions
(setf shaders): Public generic functions
(setf shading-model-name): Public generic functions
(setf shading-model-name): Public generic functions
(setf shape): Public generic functions
(setf shape): Public generic functions
(setf shape): Public generic functions
(setf sheen): Public generic functions
(setf sheen): Public generic functions
(setf sheen-color): Public generic functions
(setf sheen-color): Public generic functions
(setf sheen-factor): Public generic functions
(setf sheen-factor): Public generic functions
(setf sheen-roughness): Public generic functions
(setf sheen-roughness): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf skin-cluster-bind-to-world): Public ordinary functions
(setf skin-cluster-bone-node): Public ordinary functions
(setf skin-cluster-element): Public ordinary functions
(setf skin-cluster-geometry-to-bone): Public ordinary functions
(setf skin-cluster-geometry-to-world): Public ordinary functions
(setf skin-cluster-geometry-to-world-transform): Public ordinary functions
(setf skin-cluster-mesh-node-to-bone): Public ordinary functions
(setf skin-cluster-num-weights): Public ordinary functions
(setf skin-cluster-ranges): Public generic functions
(setf skin-cluster-ranges): Public generic functions
(setf skin-cluster-vertices): Public ordinary functions
(setf skin-cluster-weights): Public ordinary functions
(setf skin-cluster-weights): Public generic functions
(setf skin-cluster-weights): Public generic functions
(setf skin-clusters): Public generic functions
(setf skin-clusters): Public generic functions
(setf skin-deformer-clusters): Public ordinary functions
(setf skin-deformer-dq-vertices): Public ordinary functions
(setf skin-deformer-dq-weights): Public ordinary functions
(setf skin-deformer-element): Public ordinary functions
(setf skin-deformer-index): Public generic functions
(setf skin-deformer-index): Public generic functions
(setf skin-deformer-max-weights-per-vertex): Public ordinary functions
(setf skin-deformer-num-dq-weights): Public ordinary functions
(setf skin-deformer-skinning-method): Public ordinary functions
(setf skin-deformer-vertices): Public ordinary functions
(setf skin-deformer-weights): Public ordinary functions
(setf skin-deformers): Public generic functions
(setf skin-deformers): Public generic functions
(setf skin-deformers): Public generic functions
(setf skin-vertex-dq-weight): Public ordinary functions
(setf skin-vertex-num-weights): Public ordinary functions
(setf skin-vertex-weight-begin): Public ordinary functions
(setf skin-weight-cluster-index): Public ordinary functions
(setf skin-weight-weight): Public ordinary functions
(setf skinned-is-local): Public generic functions
(setf skinned-is-local): Public generic functions
(setf skinned-normal): Public generic functions
(setf skinned-normal): Public generic functions
(setf skinned-position): Public generic functions
(setf skinned-position): Public generic functions
(setf skinning-method): Public generic functions
(setf skinning-method): Public generic functions
(setf skip-skin-vertices): Public generic functions
(setf skip-skin-vertices): Public generic functions
(setf snap-mode): Public generic functions
(setf snap-mode): Public generic functions
(setf source): Public generic functions
(setf source): Public generic functions
(setf source-vertex-ranges): Public generic functions
(setf source-vertex-ranges): Public generic functions
(setf source-vertex-weights): Public generic functions
(setf source-vertex-weights): Public generic functions
(setf space-conversion): Public generic functions
(setf space-conversion): Public generic functions
(setf span-subdivision): Public generic functions
(setf span-subdivision): Public generic functions
(setf span-subdivision-u): Public generic functions
(setf span-subdivision-u): Public generic functions
(setf span-subdivision-u): Public generic functions
(setf span-subdivision-v): Public generic functions
(setf span-subdivision-v): Public generic functions
(setf span-subdivision-v): Public generic functions
(setf spans): Public generic functions
(setf spans): Public generic functions
(setf specular): Public generic functions
(setf specular): Public generic functions
(setf specular-anisotropy): Public generic functions
(setf specular-anisotropy): Public generic functions
(setf specular-color): Public generic functions
(setf specular-color): Public generic functions
(setf specular-color): Public generic functions
(setf specular-exponent): Public generic functions
(setf specular-exponent): Public generic functions
(setf specular-factor): Public generic functions
(setf specular-factor): Public generic functions
(setf specular-factor): Public generic functions
(setf specular-ior): Public generic functions
(setf specular-ior): Public generic functions
(setf specular-rotation): Public generic functions
(setf specular-rotation): Public generic functions
(setf squeeze-ratio): Public generic functions
(setf squeeze-ratio): Public generic functions
(setf src): Public generic functions
(setf src): Public generic functions
(setf src): Public generic functions
(setf src-prop): Public generic functions
(setf src-prop): Public generic functions
(setf stereo-camera-element): Public ordinary functions
(setf stereo-camera-left): Public ordinary functions
(setf stereo-camera-right): Public ordinary functions
(setf stereo-cameras): Public generic functions
(setf stereo-cameras): Public generic functions
(setf stream-close-fn): Public ordinary functions
(setf stream-read-fn): Public ordinary functions
(setf stream-skip-fn): Public ordinary functions
(setf stream-struct): Private generic functions
(setf stream-struct): Private generic functions
(setf stream-user): Public ordinary functions
(setf strict): Public generic functions
(setf strict): Public generic functions
(setf string-data): Public ordinary functions
(setf string-length): Public ordinary functions
(setf sub-type): Public generic functions
(setf sub-type): Public generic functions
(setf subdivide-opts--begin-zero): Public ordinary functions
(setf subdivide-opts--end-zero): Public ordinary functions
(setf subdivide-opts-boundary): Public ordinary functions
(setf subdivide-opts-evaluate-skin-weights): Public ordinary functions
(setf subdivide-opts-evaluate-source-vertices): Public ordinary functions
(setf subdivide-opts-ignore-normals): Public ordinary functions
(setf subdivide-opts-interpolate-normals): Public ordinary functions
(setf subdivide-opts-interpolate-tangents): Public ordinary functions
(setf subdivide-opts-max-skin-weights): Public ordinary functions
(setf subdivide-opts-max-source-vertices): Public ordinary functions
(setf subdivide-opts-result-allocator): Public ordinary functions
(setf subdivide-opts-skin-deformer-index): Public ordinary functions
(setf subdivide-opts-temp-allocator): Public ordinary functions
(setf subdivide-opts-uv-boundary): Public ordinary functions
(setf subdivision-boundary): Public generic functions
(setf subdivision-boundary): Public generic functions
(setf subdivision-display-mode): Public generic functions
(setf subdivision-display-mode): Public generic functions
(setf subdivision-evaluated): Public generic functions
(setf subdivision-evaluated): Public generic functions
(setf subdivision-preview-levels): Public generic functions
(setf subdivision-preview-levels): Public generic functions
(setf subdivision-render-levels): Public generic functions
(setf subdivision-render-levels): Public generic functions
(setf subdivision-result): Public generic functions
(setf subdivision-result): Public generic functions
(setf subdivision-result): Public generic functions
(setf subdivision-result-result-allocs): Public ordinary functions
(setf subdivision-result-result-memory-used): Public ordinary functions
(setf subdivision-result-skin-cluster-ranges): Public ordinary functions
(setf subdivision-result-skin-cluster-weights): Public ordinary functions
(setf subdivision-result-source-vertex-ranges): Public ordinary functions
(setf subdivision-result-source-vertex-weights): Public ordinary functions
(setf subdivision-result-temp-allocs): Public ordinary functions
(setf subdivision-result-temp-memory-used): Public ordinary functions
(setf subdivision-uv-boundary): Public generic functions
(setf subdivision-uv-boundary): Public generic functions
(setf subdivision-weight-index): Public ordinary functions
(setf subdivision-weight-range-num-weights): Public ordinary functions
(setf subdivision-weight-range-weight-begin): Public ordinary functions
(setf subdivision-weight-weight): Public ordinary functions
(setf subsurface-anisotropy): Public generic functions
(setf subsurface-anisotropy): Public generic functions
(setf subsurface-color): Public generic functions
(setf subsurface-color): Public generic functions
(setf subsurface-factor): Public generic functions
(setf subsurface-factor): Public generic functions
(setf subsurface-radius): Public generic functions
(setf subsurface-radius): Public generic functions
(setf subsurface-scale): Public generic functions
(setf subsurface-scale): Public generic functions
(setf subsurface-tint-color): Public generic functions
(setf subsurface-tint-color): Public generic functions
(setf subsurface-type): Public generic functions
(setf subsurface-type): Public generic functions
(setf super-type): Public generic functions
(setf super-type): Public generic functions
(setf surface-point-derivative-u): Public ordinary functions
(setf surface-point-derivative-v): Public ordinary functions
(setf surface-point-position): Public ordinary functions
(setf surface-point-valid): Public ordinary functions
(setf t-max): Public generic functions
(setf t-max): Public generic functions
(setf t-min): Public generic functions
(setf t-min): Public generic functions
(setf tangent-dx): Public ordinary functions
(setf tangent-dy): Public ordinary functions
(setf tangent-map): Public generic functions
(setf tangent-map): Public generic functions
(setf target-axes): Public generic functions
(setf target-axes): Public generic functions
(setf target-camera-axes): Public generic functions
(setf target-camera-axes): Public generic functions
(setf target-light-axes): Public generic functions
(setf target-light-axes): Public generic functions
(setf target-mesh): Public generic functions
(setf target-mesh): Public generic functions
(setf target-mesh): Public generic functions
(setf target-node): Public generic functions
(setf target-node): Public generic functions
(setf target-node): Public generic functions
(setf target-unit-meters): Public generic functions
(setf target-unit-meters): Public generic functions
(setf target-weight): Public generic functions
(setf target-weight): Public generic functions
(setf targets): Public generic functions
(setf targets): Public generic functions
(setf temp-allocator): Public generic functions
(setf temp-allocator): Public generic functions
(setf temp-allocator): Public generic functions
(setf temp-allocator): Public generic functions
(setf temp-allocator): Public generic functions
(setf temp-allocator): Public generic functions
(setf temp-allocator): Public generic functions
(setf temp-allocator): Public generic functions
(setf temp-allocs): Public generic functions
(setf temp-allocs): Public generic functions
(setf temp-allocs): Public generic functions
(setf temp-memory-used): Public generic functions
(setf temp-memory-used): Public generic functions
(setf temp-memory-used): Public generic functions
(setf tessellate-curve-opts--begin-zero): Public ordinary functions
(setf tessellate-curve-opts--end-zero): Public ordinary functions
(setf tessellate-curve-opts-result-allocator): Public ordinary functions
(setf tessellate-curve-opts-span-subdivision): Public ordinary functions
(setf tessellate-curve-opts-temp-allocator): Public ordinary functions
(setf tessellate-surface-opts--begin-zero): Public ordinary functions
(setf tessellate-surface-opts--end-zero): Public ordinary functions
(setf tessellate-surface-opts-result-allocator): Public ordinary functions
(setf tessellate-surface-opts-span-subdivision-u): Public ordinary functions
(setf tessellate-surface-opts-span-subdivision-v): Public ordinary functions
(setf tessellate-surface-opts-temp-allocator): Public ordinary functions
(setf texture): Public generic functions
(setf texture): Public generic functions
(setf texture): Public generic functions
(setf texture): Public generic functions
(setf texture): Public generic functions
(setf texture): Public generic functions
(setf texture): Public generic functions
(setf texture): Public generic functions
(setf texture): Public generic functions
(setf texture-absolute-filename): Public ordinary functions
(setf texture-content): Public ordinary functions
(setf texture-element): Public ordinary functions
(setf texture-enabled): Public generic functions
(setf texture-enabled): Public generic functions
(setf texture-enabled): Public generic functions
(setf texture-enabled-prop): Public generic functions
(setf texture-enabled-prop): Public generic functions
(setf texture-enabled-prop): Public generic functions
(setf texture-file-absolute-filename): Public ordinary functions
(setf texture-file-content): Public ordinary functions
(setf texture-file-filename): Public ordinary functions
(setf texture-file-idx): Public ordinary functions
(setf texture-file-index): Public ordinary functions
(setf texture-file-raw-absolute-filename): Public ordinary functions
(setf texture-file-raw-filename): Public ordinary functions
(setf texture-file-raw-relative-filename): Public ordinary functions
(setf texture-file-relative-filename): Public ordinary functions
(setf texture-file-textures): Public ordinary functions
(setf texture-filename): Public ordinary functions
(setf texture-files): Public generic functions
(setf texture-files): Public generic functions
(setf texture-has-file): Public ordinary functions
(setf texture-has-uv-transform): Public ordinary functions
(setf texture-layer-alpha): Public ordinary functions
(setf texture-layer-blend-mode): Public ordinary functions
(setf texture-layer-texture): Public ordinary functions
(setf texture-layers): Public ordinary functions
(setf texture-output-index): Public generic functions
(setf texture-output-index): Public generic functions
(setf texture-prop): Public generic functions
(setf texture-prop): Public generic functions
(setf texture-prop): Public generic functions
(setf texture-raw-absolute-filename): Public ordinary functions
(setf texture-raw-filename): Public ordinary functions
(setf texture-raw-relative-filename): Public ordinary functions
(setf texture-relative-filename): Public ordinary functions
(setf texture-shader): Public ordinary functions
(setf texture-texture-to-uv): Public ordinary functions
(setf texture-to-uv): Public generic functions
(setf texture-to-uv): Public generic functions
(setf texture-type): Public ordinary functions
(setf texture-type): Public generic functions
(setf texture-type): Public generic functions
(setf texture-uv-set): Public ordinary functions
(setf texture-uv-to-texture): Public ordinary functions
(setf texture-uv-transform): Public ordinary functions
(setf texture-video): Public ordinary functions
(setf texture-wrap-u): Public ordinary functions
(setf texture-wrap-v): Public ordinary functions
(setf textures): Public generic functions
(setf textures): Public generic functions
(setf textures): Public generic functions
(setf thin-film-ior): Public generic functions
(setf thin-film-ior): Public generic functions
(setf thin-film-thickness): Public generic functions
(setf thin-film-thickness): Public generic functions
(setf thin-walled): Public generic functions
(setf thin-walled): Public generic functions
(setf time): Public generic functions
(setf time): Public generic functions
(setf time): Public generic functions
(setf time-begin): Public generic functions
(setf time-begin): Public generic functions
(setf time-begin): Public generic functions
(setf time-end): Public generic functions
(setf time-end): Public generic functions
(setf time-end): Public generic functions
(setf time-mode): Public generic functions
(setf time-mode): Public generic functions
(setf time-protocol): Public generic functions
(setf time-protocol): Public generic functions
(setf topo-edge-edge): Public ordinary functions
(setf topo-edge-face): Public ordinary functions
(setf topo-edge-flags): Public ordinary functions
(setf topo-edge-index): Public ordinary functions
(setf topo-edge-next): Public ordinary functions
(setf topo-edge-prev): Public ordinary functions
(setf topo-edge-twin): Public ordinary functions
(setf topology): Public generic functions
(setf topology): Public generic functions
(setf total-size): Public generic functions
(setf total-size): Public generic functions
(setf transform): Public generic functions
(setf transform): Public generic functions
(setf transform-offset): Public generic functions
(setf transform-offset): Public generic functions
(setf transform-rotation): Public ordinary functions
(setf transform-scale): Public ordinary functions
(setf transform-translation): Public ordinary functions
(setf translation): Public generic functions
(setf translation): Public generic functions
(setf transmission): Public generic functions
(setf transmission): Public generic functions
(setf transmission-color): Public generic functions
(setf transmission-color): Public generic functions
(setf transmission-depth): Public generic functions
(setf transmission-depth): Public generic functions
(setf transmission-dispersion): Public generic functions
(setf transmission-dispersion): Public generic functions
(setf transmission-enable-in-aov): Public generic functions
(setf transmission-enable-in-aov): Public generic functions
(setf transmission-extra-roughness): Public generic functions
(setf transmission-extra-roughness): Public generic functions
(setf transmission-factor): Public generic functions
(setf transmission-factor): Public generic functions
(setf transmission-glossiness): Public generic functions
(setf transmission-glossiness): Public generic functions
(setf transmission-priority): Public generic functions
(setf transmission-priority): Public generic functions
(setf transmission-roughness): Public generic functions
(setf transmission-roughness): Public generic functions
(setf transmission-roughness): Public generic functions
(setf transmission-roughness-as-glossiness): Public generic functions
(setf transmission-roughness-as-glossiness): Public generic functions
(setf transmission-scatter): Public generic functions
(setf transmission-scatter): Public generic functions
(setf transmission-scatter-anisotropy): Public generic functions
(setf transmission-scatter-anisotropy): Public generic functions
(setf transparency-color): Public generic functions
(setf transparency-color): Public generic functions
(setf transparency-factor): Public generic functions
(setf transparency-factor): Public generic functions
(setf twin): Public generic functions
(setf twin): Public generic functions
(setf type-name): Public generic functions
(setf type-name): Public generic functions
(setf typed-id): Public generic functions
(setf typed-id): Public generic functions
(setf ui-color): Public generic functions
(setf ui-color): Public generic functions
(setf unicode-error-handling): Public generic functions
(setf unicode-error-handling): Public generic functions
(setf unique-per-vertex): Public generic functions
(setf unique-per-vertex): Public generic functions
(setf unique-per-vertex): Public generic functions
(setf unique-per-vertex): Public generic functions
(setf unique-per-vertex): Public generic functions
(setf unique-per-vertex): Public generic functions
(setf unit-meters): Public generic functions
(setf unit-meters): Public generic functions
(setf unknown-element): Public ordinary functions
(setf unknown-sub-type): Public ordinary functions
(setf unknown-super-type): Public ordinary functions
(setf unknown-type): Public ordinary functions
(setf unknown-type): Public generic functions
(setf unknown-type): Public generic functions
(setf unknowns): Public generic functions
(setf unknowns): Public generic functions
(setf unlit): Public generic functions
(setf unlit): Public generic functions
(setf up): Public generic functions
(setf up): Public generic functions
(setf use-distance-limit): Public generic functions
(setf use-distance-limit): Public generic functions
(setf use-root-transform): Public generic functions
(setf use-root-transform): Public generic functions
(setf use-weight): Public generic functions
(setf use-weight): Public generic functions
(setf uv-boundary): Public generic functions
(setf uv-boundary): Public generic functions
(setf uv-set): Public generic functions
(setf uv-set): Public generic functions
(setf uv-set-index): Public ordinary functions
(setf uv-set-name): Public ordinary functions
(setf uv-set-vertex-bitangent): Public ordinary functions
(setf uv-set-vertex-tangent): Public ordinary functions
(setf uv-set-vertex-uv): Public ordinary functions
(setf uv-sets): Public generic functions
(setf uv-sets): Public generic functions
(setf uv-to-texture): Public generic functions
(setf uv-to-texture): Public generic functions
(setf uv-transform): Public generic functions
(setf uv-transform): Public generic functions
(setf v): Public generic functions
(setf v): Public generic functions
(setf valid): Public generic functions
(setf valid): Public generic functions
(setf valid): Public generic functions
(setf valid): Public generic functions
(setf value): Public generic functions
(setf value): Public generic functions
(setf value): Public generic functions
(setf value-blob): Public generic functions
(setf value-blob): Public generic functions
(setf value-blob): Public generic functions
(setf value-blob): Public generic functions
(setf value-components): Public generic functions
(setf value-components): Public generic functions
(setf value-float): Public generic functions
(setf value-float): Public generic functions
(setf value-int): Public generic functions
(setf value-int): Public generic functions
(setf value-int): Public generic functions
(setf value-int): Public generic functions
(setf value-int): Public generic functions
(setf value-int): Public generic functions
(setf value-reals): Public generic functions
(setf value-reals): Public generic functions
(setf value-reals): Public generic functions
(setf value-reals): Public generic functions
(setf value-reals): Public generic functions
(setf value-reals): Public generic functions
(setf value-str): Public generic functions
(setf value-str): Public generic functions
(setf value-str): Public generic functions
(setf value-str): Public generic functions
(setf value-str): Public generic functions
(setf value-type): Public generic functions
(setf value-type): Public generic functions
(setf value-vec4): Public generic functions
(setf value-vec4): Public generic functions
(setf value-vec4): Public generic functions
(setf value-vec4): Public generic functions
(setf values): Public generic functions
(setf values): Public generic functions
(setf values): Public generic functions
(setf values): Public generic functions
(setf values): Public generic functions
(setf values): Public generic functions
(setf values): Public generic functions
(setf vec2-x): Public ordinary functions
(setf vec2-y): Public ordinary functions
(setf vec3-x): Public ordinary functions
(setf vec3-y): Public ordinary functions
(setf vec3-z): Public ordinary functions
(setf vec4-w): Public ordinary functions
(setf vec4-x): Public ordinary functions
(setf vec4-y): Public ordinary functions
(setf vec4-z): Public ordinary functions
(setf vector-displacement): Public generic functions
(setf vector-displacement): Public generic functions
(setf vector-displacement-factor): Public generic functions
(setf vector-displacement-factor): Public generic functions
(setf vendor): Public generic functions
(setf vendor): Public generic functions
(setf version): Public generic functions
(setf version): Public generic functions
(setf version): Public generic functions
(setf vertex-attrib-exists): Public ordinary functions
(setf vertex-attrib-indices): Public ordinary functions
(setf vertex-attrib-unique-per-vertex): Public ordinary functions
(setf vertex-attrib-value-reals): Public ordinary functions
(setf vertex-attrib-values): Public ordinary functions
(setf vertex-bitangent): Public generic functions
(setf vertex-bitangent): Public generic functions
(setf vertex-bitangent): Public generic functions
(setf vertex-color): Public generic functions
(setf vertex-color): Public generic functions
(setf vertex-color): Public generic functions
(setf vertex-crease): Public generic functions
(setf vertex-crease): Public generic functions
(setf vertex-first-index): Public generic functions
(setf vertex-first-index): Public generic functions
(setf vertex-indices): Public generic functions
(setf vertex-indices): Public generic functions
(setf vertex-normal): Public generic functions
(setf vertex-normal): Public generic functions
(setf vertex-position): Public generic functions
(setf vertex-position): Public generic functions
(setf vertex-real-exists): Public ordinary functions
(setf vertex-real-indices): Public ordinary functions
(setf vertex-real-unique-per-vertex): Public ordinary functions
(setf vertex-real-value-reals): Public ordinary functions
(setf vertex-real-values): Public ordinary functions
(setf vertex-size): Public generic functions
(setf vertex-size): Public generic functions
(setf vertex-stream-data): Public ordinary functions
(setf vertex-stream-vertex-size): Public ordinary functions
(setf vertex-tangent): Public generic functions
(setf vertex-tangent): Public generic functions
(setf vertex-tangent): Public generic functions
(setf vertex-uv): Public generic functions
(setf vertex-uv): Public generic functions
(setf vertex-uv): Public generic functions
(setf vertex-vec2-exists): Public ordinary functions
(setf vertex-vec2-indices): Public ordinary functions
(setf vertex-vec2-unique-per-vertex): Public ordinary functions
(setf vertex-vec2-value-reals): Public ordinary functions
(setf vertex-vec2-values): Public ordinary functions
(setf vertex-vec3-exists): Public ordinary functions
(setf vertex-vec3-indices): Public ordinary functions
(setf vertex-vec3-unique-per-vertex): Public ordinary functions
(setf vertex-vec3-value-reals): Public ordinary functions
(setf vertex-vec3-values): Public ordinary functions
(setf vertex-vec4-exists): Public ordinary functions
(setf vertex-vec4-indices): Public ordinary functions
(setf vertex-vec4-unique-per-vertex): Public ordinary functions
(setf vertex-vec4-value-reals): Public ordinary functions
(setf vertex-vec4-values): Public ordinary functions
(setf vertices): Public generic functions
(setf vertices): Public generic functions
(setf vertices): Public generic functions
(setf vertices): Public generic functions
(setf vertices): Public generic functions
(setf video): Public generic functions
(setf video): Public generic functions
(setf video): Public generic functions
(setf video-absolute-filename): Public ordinary functions
(setf video-content): Public ordinary functions
(setf video-element): Public ordinary functions
(setf video-filename): Public ordinary functions
(setf video-raw-absolute-filename): Public ordinary functions
(setf video-raw-filename): Public ordinary functions
(setf video-raw-relative-filename): Public ordinary functions
(setf video-relative-filename): Public ordinary functions
(setf videos): Public generic functions
(setf videos): Public generic functions
(setf visible): Public generic functions
(setf visible): Public generic functions
(setf visible): Public generic functions
(setf w): Public generic functions
(setf w): Public generic functions
(setf w): Public generic functions
(setf warning-count): Public ordinary functions
(setf warning-description): Public ordinary functions
(setf warning-type): Public ordinary functions
(setf warnings): Public generic functions
(setf warnings): Public generic functions
(setf weight): Public generic functions
(setf weight): Public generic functions
(setf weight): Public generic functions
(setf weight): Public generic functions
(setf weight): Public generic functions
(setf weight): Public generic functions
(setf weight): Public generic functions
(setf weight): Public generic functions
(setf weight): Public generic functions
(setf weight-begin): Public generic functions
(setf weight-begin): Public generic functions
(setf weight-begin): Public generic functions
(setf weight-is-animated): Public generic functions
(setf weight-is-animated): Public generic functions
(setf weights): Public generic functions
(setf weights): Public generic functions
(setf weights): Public generic functions
(setf world-transform): Public generic functions
(setf world-transform): Public generic functions
(setf wrap-u): Public generic functions
(setf wrap-u): Public generic functions
(setf wrap-v): Public generic functions
(setf wrap-v): Public generic functions
(setf x): Public generic functions
(setf x): Public generic functions
(setf x): Public generic functions
(setf x): Public generic functions
(setf x): Public generic functions
(setf y): Public generic functions
(setf y): Public generic functions
(setf y): Public generic functions
(setf y): Public generic functions
(setf y): Public generic functions
(setf z): Public generic functions
(setf z): Public generic functions
(setf z): Public generic functions
(setf z): Public generic functions

-
-begin-zero: Public generic functions
-begin-zero: Public generic functions
-begin-zero: Public generic functions
-begin-zero: Public generic functions
-begin-zero: Public generic functions
-begin-zero: Public generic functions
-begin-zero: Public generic functions
-begin-zero: Public generic functions
-element-id-bitmask: Public generic functions
-element-id-bitmask: Public generic functions
-end-zero: Public generic functions
-end-zero: Public generic functions
-end-zero: Public generic functions
-end-zero: Public generic functions
-end-zero: Public generic functions
-end-zero: Public generic functions
-end-zero: Public generic functions
-end-zero: Public generic functions
-internal-key: Public generic functions
-internal-key: Public generic functions
-internal-key: Public generic functions
-internal-key: Public generic functions
-internal-key: Public generic functions
-max-element-id: Public generic functions
-max-element-id: Public generic functions
-min-element-id: Public generic functions
-min-element-id: Public generic functions

A
a: Public generic functions
a: Public generic functions
absolute-filename: Public generic functions
absolute-filename: Public generic functions
absolute-filename: Public generic functions
absolute-filename: Public generic functions
absolute-filename: Public generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
accessors: Private generic functions
active: Public generic functions
active: Public generic functions
add-blend-shape-vertex-offsets: Public ordinary functions
add-blend-vertex-offsets: Public ordinary functions
add-offsets: Public generic functions
add-offsets: Public generic functions
add-offsets: Public generic functions
additive: Public generic functions
additive: Public generic functions
additive: Public generic functions
adjust-post-rotation: Public generic functions
adjust-post-rotation: Public generic functions
adjust-pre-rotation: Public generic functions
adjust-pre-rotation: Public generic functions
adjust-pre-scale: Public generic functions
adjust-pre-scale: Public generic functions
aim-up-node: Public generic functions
aim-up-node: Public generic functions
aim-up-type: Public generic functions
aim-up-type: Public generic functions
aim-up-vector: Public generic functions
aim-up-vector: Public generic functions
aim-vector: Public generic functions
aim-vector: Public generic functions
all-attribs: Public generic functions
all-attribs: Public generic functions
all-deformers: Public generic functions
all-deformers: Public generic functions
allocate: Public generic functions
allocation-limit: Public generic functions
allocation-limit: Public generic functions
allocator-alloc-fn: Public ordinary functions
allocator-free-allocator-fn: Public ordinary functions
allocator-free-fn: Public ordinary functions
allocator-opts-allocation-limit: Public ordinary functions
allocator-opts-allocator: Public ordinary functions
allocator-opts-huge-threshold: Public ordinary functions
allocator-opts-max-chunk-size: Public ordinary functions
allocator-opts-memory-limit: Public ordinary functions
allocator-realloc-fn: Public ordinary functions
allocator-user: Public ordinary functions
allow-empty-faces: Public generic functions
allow-empty-faces: Public generic functions
allow-missing-vertex-position: Public generic functions
allow-missing-vertex-position: Public generic functions
allow-nodes-out-of-root: Public generic functions
allow-nodes-out-of-root: Public generic functions
allow-null-material: Public generic functions
allow-null-material: Public generic functions
allow-unsafe: Public generic functions
allow-unsafe: Public generic functions
alpha: Public generic functions
alpha: Public generic functions
ambient-color: Public generic functions
ambient-color: Public generic functions
ambient-color: Public generic functions
ambient-factor: Public generic functions
ambient-factor: Public generic functions
ambient-occlusion: Public generic functions
ambient-occlusion: Public generic functions
ambient-occlusion: Public generic functions
anim: Public generic functions
anim: Public generic functions
anim: Public generic functions
anim: Public generic functions
anim-curve-element: Public ordinary functions
anim-curve-keyframes: Public ordinary functions
anim-curves: Public generic functions
anim-curves: Public generic functions
anim-ignore-connections: Public ordinary functions
anim-layer--element-id-bitmask: Public ordinary functions
anim-layer--max-element-id: Public ordinary functions
anim-layer--min-element-id: Public ordinary functions
anim-layer-additive: Public ordinary functions
anim-layer-anim: Public ordinary functions
anim-layer-anim-props: Public ordinary functions
anim-layer-anim-values: Public ordinary functions
anim-layer-blended: Public ordinary functions
anim-layer-compose-rotation: Public ordinary functions
anim-layer-compose-scale: Public ordinary functions
anim-layer-desc-layer: Public ordinary functions
anim-layer-desc-weight: Public ordinary functions
anim-layer-element: Public ordinary functions
anim-layer-weight: Public ordinary functions
anim-layer-weight-is-animated: Public ordinary functions
anim-layers: Public ordinary functions
anim-layers: Public generic functions
anim-layers: Public generic functions
anim-prop--internal-key: Public ordinary functions
anim-prop-anim-value: Public ordinary functions
anim-prop-element: Public ordinary functions
anim-prop-overrides: Public ordinary functions
anim-prop-prop-name: Public ordinary functions
anim-props: Public generic functions
anim-props: Public generic functions
anim-stack-anim: Public ordinary functions
anim-stack-element: Public ordinary functions
anim-stack-layers: Public ordinary functions
anim-stack-time-begin: Public ordinary functions
anim-stack-time-end: Public ordinary functions
anim-stacks: Public generic functions
anim-stacks: Public generic functions
anim-time-begin: Public ordinary functions
anim-time-end: Public ordinary functions
anim-value: Public generic functions
anim-value: Public generic functions
anim-value-curves: Public ordinary functions
anim-value-default-value: Public ordinary functions
anim-value-element: Public ordinary functions
anim-values: Public generic functions
anim-values: Public generic functions
anim-values: Public generic functions
animation-ignored: Public generic functions
animation-ignored: Public generic functions
aperture-format: Public generic functions
aperture-format: Public generic functions
aperture-mode: Public generic functions
aperture-mode: Public generic functions
aperture-size-inch: Public generic functions
aperture-size-inch: Public generic functions
application-name: Public ordinary functions
application-vendor: Public ordinary functions
application-version: Public ordinary functions
area-shape: Public generic functions
area-shape: Public generic functions
ascii: Public generic functions
ascii: Public generic functions
aspect-mode: Public generic functions
aspect-mode: Public generic functions
aspect-ratio: Public generic functions
aspect-ratio: Public generic functions
attrib: Public generic functions
attrib: Public generic functions
attrib-type: Public generic functions
attrib-type: Public generic functions
axes: Public generic functions
axes: Public generic functions

B
b: Public generic functions
b: Public generic functions
base-color: Public generic functions
base-color: Public generic functions
base-factor: Public generic functions
base-factor: Public generic functions
basis: Public generic functions
basis: Public generic functions
basis-u: Public generic functions
basis-u: Public generic functions
basis-v: Public generic functions
basis-v: Public generic functions
big-endian: Public generic functions
big-endian: Public generic functions
bind-pose: Public generic functions
bind-pose: Public generic functions
bind-to-world: Public generic functions
bind-to-world: Public generic functions
bindings: Public generic functions
bindings: Public generic functions
blend-channel-element: Public ordinary functions
blend-channel-keyframes: Public ordinary functions
blend-channel-weight: Public ordinary functions
blend-channels: Public generic functions
blend-channels: Public generic functions
blend-deformer-channels: Public ordinary functions
blend-deformer-element: Public ordinary functions
blend-deformers: Public generic functions
blend-deformers: Public generic functions
blend-deformers: Public generic functions
blend-keyframe-effective-weight: Public ordinary functions
blend-keyframe-shape: Public ordinary functions
blend-keyframe-target-weight: Public ordinary functions
blend-mode: Public generic functions
blend-mode: Public generic functions
blend-shape-element: Public ordinary functions
blend-shape-normal-offsets: Public ordinary functions
blend-shape-num-offsets: Public ordinary functions
blend-shape-offset-vertices: Public ordinary functions
blend-shape-position-offsets: Public ordinary functions
blend-shapes: Public generic functions
blend-shapes: Public generic functions
blend-vertex-offset: Public generic functions
blend-vertex-offset: Public generic functions
blended: Public generic functions
blended: Public generic functions
blob-data: Public ordinary functions
blob-size: Public ordinary functions
bone: Public generic functions
bone: Public generic functions
bone-element: Public ordinary functions
bone-is-root: Public ordinary functions
bone-node: Public generic functions
bone-node: Public generic functions
bone-node: Public generic functions
bone-pose-bone-node: Public ordinary functions
bone-pose-bone-to-world: Public ordinary functions
bone-poses: Public generic functions
bone-poses: Public generic functions
bone-prop-limb-length-relative: Public generic functions
bone-prop-limb-length-relative: Public generic functions
bone-prop-size-unit: Public generic functions
bone-prop-size-unit: Public generic functions
bone-radius: Public ordinary functions
bone-relative-length: Public ordinary functions
bone-to-world: Public generic functions
bone-to-world: Public generic functions
bones: Public generic functions
bones: Public generic functions
boundary: Public generic functions
boundary: Public generic functions
buffer: Public generic functions
buffer: Public generic functions
buffer: Public generic functions
buffer-size: Public generic functions
buffer-size: Public generic functions
bump: Public generic functions
bump: Public generic functions
bump-factor: Public generic functions
bump-factor: Public generic functions

C
cache-channel-frames: Public ordinary functions
cache-channel-interpretation: Public ordinary functions
cache-channel-interpretation-name: Public ordinary functions
cache-channel-name: Public ordinary functions
cache-deformer-channel: Public ordinary functions
cache-deformer-element: Public ordinary functions
cache-deformer-external-cache: Public ordinary functions
cache-deformer-external-channel: Public ordinary functions
cache-deformer-file: Public ordinary functions
cache-deformers: Public generic functions
cache-deformers: Public generic functions
cache-deformers: Public generic functions
cache-file-absolute-filename: Public ordinary functions
cache-file-element: Public ordinary functions
cache-file-external-cache: Public ordinary functions
cache-file-filename: Public ordinary functions
cache-file-format: Public ordinary functions
cache-file-raw-absolute-filename: Public ordinary functions
cache-file-raw-filename: Public ordinary functions
cache-file-raw-relative-filename: Public ordinary functions
cache-file-relative-filename: Public ordinary functions
cache-files: Public generic functions
cache-files: Public generic functions
cache-frame-channel: Public ordinary functions
cache-frame-data-count: Public ordinary functions
cache-frame-data-element-bytes: Public ordinary functions
cache-frame-data-encoding: Public ordinary functions
cache-frame-data-format: Public ordinary functions
cache-frame-data-offset: Public ordinary functions
cache-frame-data-total-bytes: Public ordinary functions
cache-frame-file-format: Public ordinary functions
cache-frame-filename: Public ordinary functions
cache-frame-time: Public ordinary functions
camera: Public generic functions
camera: Public generic functions
camera-aperture-format: Public ordinary functions
camera-aperture-mode: Public ordinary functions
camera-aperture-size-inch: Public ordinary functions
camera-aspect-mode: Public ordinary functions
camera-aspect-ratio: Public ordinary functions
camera-element: Public ordinary functions
camera-far-plane: Public ordinary functions
camera-field-of-view-deg: Public ordinary functions
camera-field-of-view-tan: Public ordinary functions
camera-film-size-inch: Public ordinary functions
camera-focal-length-mm: Public ordinary functions
camera-gate-fit: Public ordinary functions
camera-near-plane: Public ordinary functions
camera-orthographic-extent: Public ordinary functions
camera-orthographic-size: Public ordinary functions
camera-projection-axes: Public ordinary functions
camera-projection-mode: Public ordinary functions
camera-projection-plane: Public ordinary functions
camera-resolution: Public ordinary functions
camera-resolution-is-pixels: Public ordinary functions
camera-squeeze-ratio: Public ordinary functions
camera-switcher-element: Public ordinary functions
camera-switchers: Public generic functions
camera-switchers: Public generic functions
cameras: Public generic functions
cameras: Public generic functions
cast-light: Public generic functions
cast-light: Public generic functions
cast-shadows: Public generic functions
cast-shadows: Public generic functions
caustics: Public generic functions
caustics: Public generic functions
channel: Public generic functions
channel: Public generic functions
channel: Public generic functions
channels: Public generic functions
channels: Public generic functions
channels: Public generic functions
character-element: Public ordinary functions
characters: Public generic functions
characters: Public generic functions
check-error: Private ordinary functions
check-panic: Private ordinary functions
children: Public generic functions
children: Public generic functions
children: Public generic functions
clean-skin-weights: Public generic functions
clean-skin-weights: Public generic functions
close: Public standalone methods
close-memory-cb-fn: Public ordinary functions
close-memory-cb-user: Public ordinary functions
cluster-index: Public generic functions
cluster-index: Public generic functions
clusters: Public generic functions
clusters: Public generic functions
coat: Public generic functions
coat: Public generic functions
coat-affect-base-color: Public generic functions
coat-affect-base-color: Public generic functions
coat-affect-base-roughness: Public generic functions
coat-affect-base-roughness: Public generic functions
coat-anisotropy: Public generic functions
coat-anisotropy: Public generic functions
coat-color: Public generic functions
coat-color: Public generic functions
coat-factor: Public generic functions
coat-factor: Public generic functions
coat-glossiness: Public generic functions
coat-glossiness: Public generic functions
coat-ior: Public generic functions
coat-ior: Public generic functions
coat-normal: Public generic functions
coat-normal: Public generic functions
coat-rotation: Public generic functions
coat-rotation: Public generic functions
coat-roughness: Public generic functions
coat-roughness: Public generic functions
coat-roughness-as-glossiness: Public generic functions
coat-roughness-as-glossiness: Public generic functions
code: Public generic functions
code: Public generic functions
code: Public generic functions
code: Public generic functions
color: Public generic functions
color: Public generic functions
color: Public generic functions
color-set-index: Public ordinary functions
color-set-name: Public ordinary functions
color-set-vertex-color: Public ordinary functions
color-sets: Public generic functions
color-sets: Public generic functions
combined-anim: Public generic functions
combined-anim: Public generic functions
compile-slot-accessor: Private ordinary functions
compose-rotation: Public generic functions
compose-rotation: Public generic functions
compose-scale: Public generic functions
compose-scale: Public generic functions
compute-normals: Public ordinary functions
compute-normals: Public generic functions
compute-normals: Public generic functions
compute-topology: Public ordinary functions
compute-topology: Public generic functions
compute-topology: Public generic functions
connect-broken-elements: Public generic functions
connect-broken-elements: Public generic functions
connection-dst: Public ordinary functions
connection-dst-prop: Public ordinary functions
connection-src: Public ordinary functions
connection-src-prop: Public ordinary functions
connections-dst: Public generic functions
connections-dst: Public generic functions
connections-dst: Public generic functions
connections-src: Public generic functions
connections-src: Public generic functions
connections-src: Public generic functions
constrain-rotation: Public generic functions
constrain-rotation: Public generic functions
constrain-scale: Public generic functions
constrain-scale: Public generic functions
constrain-translation: Public generic functions
constrain-translation: Public generic functions
constraint-active: Public ordinary functions
constraint-aim-up-node: Public ordinary functions
constraint-aim-up-type: Public ordinary functions
constraint-aim-up-vector: Public ordinary functions
constraint-aim-vector: Public ordinary functions
constraint-constrain-rotation: Public ordinary functions
constraint-constrain-scale: Public ordinary functions
constraint-constrain-translation: Public ordinary functions
constraint-element: Public ordinary functions
constraint-ik-effector: Public ordinary functions
constraint-ik-end-node: Public ordinary functions
constraint-ik-pole-vector: Public ordinary functions
constraint-node: Public ordinary functions
constraint-target-node: Public ordinary functions
constraint-target-transform: Public ordinary functions
constraint-target-weight: Public ordinary functions
constraint-targets: Public ordinary functions
constraint-transform-offset: Public ordinary functions
constraint-type: Public ordinary functions
constraint-type: Public generic functions
constraint-type: Public generic functions
constraint-type-name: Public ordinary functions
constraint-weight: Public ordinary functions
constraints: Public generic functions
constraints: Public generic functions
content: Public generic functions
content: Public generic functions
content: Public generic functions
content: Public generic functions
control-points: Public generic functions
control-points: Public generic functions
control-points: Public generic functions
control-points: Public generic functions
coordinate-axes-front: Public ordinary functions
coordinate-axes-right: Public ordinary functions
coordinate-axes-up: Public ordinary functions
creator: Public generic functions
creator: Public generic functions
curve-point-derivative: Public ordinary functions
curve-point-position: Public ordinary functions
curve-point-valid: Public ordinary functions
curves: Public generic functions
curves: Public generic functions

D
data: Public generic functions
data: Public generic functions
data: Public generic functions
data: Public generic functions
data: Public generic functions
data: Public generic functions
data: Public generic functions
data-count: Public generic functions
data-count: Public generic functions
data-element-bytes: Public generic functions
data-element-bytes: Public generic functions
data-encoding: Public generic functions
data-encoding: Public generic functions
data-format: Public generic functions
data-format: Public generic functions
data-offset: Public generic functions
data-offset: Public generic functions
data-size: Public generic functions
data-size: Public generic functions
data-total-bytes: Public generic functions
data-total-bytes: Public generic functions
deallocate: Public generic functions
deallocate-p: Private generic functions
deallocate-p: Private generic functions
decay: Public generic functions
decay: Public generic functions
default-camera: Public generic functions
default-camera: Public generic functions
default-open-file: Public ordinary functions
default-value: Public generic functions
default-value: Public generic functions
defaults: Public generic functions
defaults: Public generic functions
define-struct-accessors: Private macros
define-struct-wrappers: Private macros
define-vertex-wrap: Private macros
derivative: Public generic functions
derivative: Public generic functions
derivative-u: Public generic functions
derivative-u: Public generic functions
derivative-v: Public generic functions
derivative-v: Public generic functions
describe-object: Public standalone methods
describe-object: Public standalone methods
description: Public generic functions
description: Public generic functions
description: Public generic functions
description: Public generic functions
diffuse: Public generic functions
diffuse: Public generic functions
diffuse-color: Public generic functions
diffuse-color: Public generic functions
diffuse-factor: Public generic functions
diffuse-factor: Public generic functions
diffuse-roughness: Public generic functions
diffuse-roughness: Public generic functions
diffuse-roughness: Public generic functions
disable-quirks: Public generic functions
disable-quirks: Public generic functions
displacement: Public generic functions
displacement: Public generic functions
displacement-factor: Public generic functions
displacement-factor: Public generic functions
displacement-map: Public generic functions
displacement-map: Public generic functions
display: Public generic functions
display: Public generic functions
display-layer-element: Public ordinary functions
display-layer-frozen: Public ordinary functions
display-layer-nodes: Public ordinary functions
display-layer-ui-color: Public ordinary functions
display-layer-visible: Public ordinary functions
display-layers: Public generic functions
display-layers: Public generic functions
distance: Public generic functions
distance: Public generic functions
distance-limit-max: Public generic functions
distance-limit-max: Public generic functions
distance-limit-min: Public generic functions
distance-limit-min: Public generic functions
dom-find: Public ordinary functions
dom-node: Public generic functions
dom-node: Public generic functions
dom-node-children: Public ordinary functions
dom-node-name: Public ordinary functions
dom-node-values: Public ordinary functions
dom-root: Public generic functions
dom-root: Public generic functions
dom-value-type: Public ordinary functions
dom-value-value-blob: Public ordinary functions
dom-value-value-float: Public ordinary functions
dom-value-value-int: Public ordinary functions
dom-value-value-str: Public ordinary functions
double-sided: Public generic functions
double-sided: Public generic functions
dq-vertices: Public generic functions
dq-vertices: Public generic functions
dq-weight: Public generic functions
dq-weight: Public generic functions
dq-weights: Public generic functions
dq-weights: Public generic functions
dst: Public generic functions
dst: Public generic functions
dst-prop: Public generic functions
dst-prop: Public generic functions
dx: Public generic functions
dx: Public generic functions
dy: Public generic functions
dy: Public generic functions

E
edge: Public generic functions
edge: Public generic functions
edge-a: Public ordinary functions
edge-b: Public ordinary functions
edge-crease: Public generic functions
edge-crease: Public generic functions
edge-smoothing: Public generic functions
edge-smoothing: Public generic functions
edge-visibility: Public generic functions
edge-visibility: Public generic functions
edges: Public generic functions
edges: Public generic functions
edges: Public generic functions
effective-weight: Public generic functions
effective-weight: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element: Public generic functions
element-buffer-size: Public generic functions
element-buffer-size: Public generic functions
element-connections-dst: Public ordinary functions
element-connections-src: Public ordinary functions
element-dom-node: Public ordinary functions
element-element-id: Public ordinary functions
element-id: Public generic functions
element-id: Public generic functions
element-id: Public generic functions
element-instances: Public ordinary functions
element-name: Public ordinary functions
element-props: Public ordinary functions
element-scene: Public ordinary functions
element-type: Public ordinary functions
element-type: Public generic functions
element-type: Public generic functions
element-type: Public generic functions
element-typed-id: Public ordinary functions
elements: Public generic functions
elements: Public generic functions
elements-by-name: Public generic functions
elements-by-name: Public generic functions
elt: Public standalone methods
elt: Public standalone methods
elt: Public standalone methods
elt: Public standalone methods
elt: Public standalone methods
elt: Public standalone methods
embedded-ignored: Public generic functions
embedded-ignored: Public generic functions
emission: Public generic functions
emission: Public generic functions
emission-color: Public generic functions
emission-color: Public generic functions
emission-color: Public generic functions
emission-factor: Public generic functions
emission-factor: Public generic functions
emission-factor: Public generic functions
empties: Public generic functions
empties: Public generic functions
empty-element: Public ordinary functions
enabled: Public generic functions
enabled: Public generic functions
error-description: Public ordinary functions
error-frame-description: Public ordinary functions
error-frame-function: Public ordinary functions
error-frame-source-line: Public ordinary functions
error-info: Public ordinary functions
error-info-length: Public ordinary functions
error-stack: Public ordinary functions
error-stack-size: Public ordinary functions
error-type: Public ordinary functions
euler-rotation: Public generic functions
euler-rotation: Public generic functions
euler-to-quat: Public ordinary functions
evaluate: Public generic functions
evaluate: Public generic functions
evaluate: Public generic functions
evaluate: Public generic functions
evaluate: Public generic functions
evaluate: Public generic functions
evaluate: Public generic functions
evaluate: Public generic functions
evaluate-anim-value-real: Public ordinary functions
evaluate-anim-value-vec2: Public ordinary functions
evaluate-anim-value-vec3: Public ordinary functions
evaluate-blend-weight: Public ordinary functions
evaluate-caches: Public generic functions
evaluate-caches: Public generic functions
evaluate-caches: Public generic functions
evaluate-curve: Public ordinary functions
evaluate-nurbs-basis: Public ordinary functions
evaluate-nurbs-curve: Public ordinary functions
evaluate-nurbs-surface: Public ordinary functions
evaluate-opts--begin-zero: Public ordinary functions
evaluate-opts--end-zero: Public ordinary functions
evaluate-opts-evaluate-caches: Public ordinary functions
evaluate-opts-evaluate-skinning: Public ordinary functions
evaluate-opts-load-external-files: Public ordinary functions
evaluate-opts-open-file-cb: Public ordinary functions
evaluate-opts-result-allocator: Public ordinary functions
evaluate-opts-temp-allocator: Public ordinary functions
evaluate-prop: Public ordinary functions
evaluate-props: Public ordinary functions
evaluate-scene: Public ordinary functions
evaluate-skin-weights: Public generic functions
evaluate-skin-weights: Public generic functions
evaluate-skinning: Public generic functions
evaluate-skinning: Public generic functions
evaluate-skinning: Public generic functions
evaluate-source-vertices: Public generic functions
evaluate-source-vertices: Public generic functions
evaluate-transform: Public ordinary functions
exists: Public generic functions
exists: Public generic functions
exists: Public generic functions
exists: Public generic functions
exists: Public generic functions
exists: Public generic functions
exit-to-background: Public generic functions
exit-to-background: Public generic functions
exporter: Public generic functions
exporter: Public generic functions
exporter-version: Public generic functions
exporter-version: Public generic functions
external-cache: Public generic functions
external-cache: Public generic functions
external-cache: Public generic functions
external-channel: Public generic functions
external-channel: Public generic functions
extra-info: Public generic functions
extra-info: Public generic functions

F
face: Public generic functions
face: Public generic functions
face-group: Public generic functions
face-group: Public generic functions
face-group-face-indices: Public ordinary functions
face-group-id: Public ordinary functions
face-group-name: Public ordinary functions
face-group-num-faces: Public ordinary functions
face-group-num-triangles: Public ordinary functions
face-groups: Public generic functions
face-groups: Public generic functions
face-hole: Public generic functions
face-hole: Public generic functions
face-index-begin: Public ordinary functions
face-indices: Public generic functions
face-indices: Public generic functions
face-indices: Public generic functions
face-material: Public generic functions
face-material: Public generic functions
face-num-indices: Public ordinary functions
face-smoothing: Public generic functions
face-smoothing: Public generic functions
faces: Public generic functions
faces: Public generic functions
faces: Public generic functions
far-plane: Public generic functions
far-plane: Public generic functions
fbx: Public generic functions
fbx: Public generic functions
fbx-error: Public ordinary functions
fbx-panic: Public ordinary functions
fbx-warning: Public ordinary functions
feature-disabled: Public generic functions
feature-disabled: Public generic functions
features: Public generic functions
features: Public generic functions
field-of-view-deg: Public generic functions
field-of-view-deg: Public generic functions
field-of-view-tan: Public generic functions
field-of-view-tan: Public generic functions
file: Public generic functions
file: Public generic functions
file-format: Public generic functions
file-format: Public generic functions
file-format: Public generic functions
file-format: Public generic functions
file-format: Public generic functions
file-format-lookahead: Public generic functions
file-format-lookahead: Public generic functions
file-index: Public generic functions
file-index: Public generic functions
file-size-estimate: Public generic functions
file-size-estimate: Public generic functions
file-textures: Public generic functions
file-textures: Public generic functions
filename: Public generic functions
filename: Public generic functions
filename: Public generic functions
filename: Public generic functions
filename: Public generic functions
filename: Public generic functions
filename: Public generic functions
filename: Public generic functions
film-size-inch: Public generic functions
film-size-inch: Public generic functions
find: Public generic functions
find: Public generic functions
find: Public generic functions
find: Public generic functions
find: Public generic functions
find: Public generic functions
find: Public generic functions
find: Public generic functions
find-anim-prop: Public ordinary functions
find-anim-props: Public ordinary functions
find-anim-stack: Public ordinary functions
find-blob: Public ordinary functions
find-bool: Public ordinary functions
find-element: Public ordinary functions
find-int: Public ordinary functions
find-material: Public ordinary functions
find-node: Public ordinary functions
find-prop: Public ordinary functions
find-prop-concat: Public ordinary functions
find-prop-texture: Public ordinary functions
find-real: Public ordinary functions
find-shader-texture-input: Public ordinary functions
find-string: Public ordinary functions
find-vec3: Public ordinary functions
flags: Public generic functions
flags: Public generic functions
flags: Public generic functions
flip-normals: Public generic functions
flip-normals: Public generic functions
focal-length-mm: Public generic functions
focal-length-mm: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
foreign-type: Public generic functions
format-error: Public ordinary functions
frames: Public generic functions
frames: Public generic functions
frames: Public generic functions
frames-per-second: Public generic functions
frames-per-second: Public generic functions
frames-per-second: Public generic functions
free: Public generic functions
free: Public generic functions
free: Public generic functions
free: Public generic functions
free: Public generic functions
free: Public generic functions
free: Public generic functions
free: Public generic functions
free: Public generic functions
free: Public generic functions
free-geometry-cache: Public ordinary functions
free-line-curve: Public ordinary functions
free-mesh: Public ordinary functions
free-scene: Public ordinary functions
from-tessellated-nurbs: Public generic functions
from-tessellated-nurbs: Public generic functions
from-tessellated-nurbs: Public generic functions
front: Public generic functions
front: Public generic functions
frozen: Public generic functions
frozen: Public generic functions
Function, %var-accessor-axes-left-handed-y-up: Public ordinary functions
Function, %var-accessor-axes-left-handed-z-up: Public ordinary functions
Function, %var-accessor-axes-right-handed-y-up: Public ordinary functions
Function, %var-accessor-axes-right-handed-z-up: Public ordinary functions
Function, %var-accessor-element-type-size: Public ordinary functions
Function, %var-accessor-empty-blob: Public ordinary functions
Function, %var-accessor-empty-string: Public ordinary functions
Function, %var-accessor-identity-matrix: Public ordinary functions
Function, %var-accessor-identity-quat: Public ordinary functions
Function, %var-accessor-identity-transform: Public ordinary functions
Function, %var-accessor-source-version: Public ordinary functions
Function, %var-accessor-zero-vec2: Public ordinary functions
Function, %var-accessor-zero-vec3: Public ordinary functions
Function, %var-accessor-zero-vec4: Public ordinary functions
Function, (setf %var-accessor-axes-left-handed-y-up): Public ordinary functions
Function, (setf %var-accessor-axes-left-handed-z-up): Public ordinary functions
Function, (setf %var-accessor-axes-right-handed-y-up): Public ordinary functions
Function, (setf %var-accessor-axes-right-handed-z-up): Public ordinary functions
Function, (setf %var-accessor-element-type-size): Public ordinary functions
Function, (setf %var-accessor-empty-blob): Public ordinary functions
Function, (setf %var-accessor-empty-string): Public ordinary functions
Function, (setf %var-accessor-identity-matrix): Public ordinary functions
Function, (setf %var-accessor-identity-quat): Public ordinary functions
Function, (setf %var-accessor-identity-transform): Public ordinary functions
Function, (setf %var-accessor-source-version): Public ordinary functions
Function, (setf %var-accessor-zero-vec2): Public ordinary functions
Function, (setf %var-accessor-zero-vec3): Public ordinary functions
Function, (setf %var-accessor-zero-vec4): Public ordinary functions
Function, (setf allocator-alloc-fn): Public ordinary functions
Function, (setf allocator-free-allocator-fn): Public ordinary functions
Function, (setf allocator-free-fn): Public ordinary functions
Function, (setf allocator-opts-allocation-limit): Public ordinary functions
Function, (setf allocator-opts-allocator): Public ordinary functions
Function, (setf allocator-opts-huge-threshold): Public ordinary functions
Function, (setf allocator-opts-max-chunk-size): Public ordinary functions
Function, (setf allocator-opts-memory-limit): Public ordinary functions
Function, (setf allocator-realloc-fn): Public ordinary functions
Function, (setf allocator-user): Public ordinary functions
Function, (setf anim-curve-element): Public ordinary functions
Function, (setf anim-curve-keyframes): Public ordinary functions
Function, (setf anim-ignore-connections): Public ordinary functions
Function, (setf anim-layer--element-id-bitmask): Public ordinary functions
Function, (setf anim-layer--max-element-id): Public ordinary functions
Function, (setf anim-layer--min-element-id): Public ordinary functions
Function, (setf anim-layer-additive): Public ordinary functions
Function, (setf anim-layer-anim): Public ordinary functions
Function, (setf anim-layer-anim-props): Public ordinary functions
Function, (setf anim-layer-anim-values): Public ordinary functions
Function, (setf anim-layer-blended): Public ordinary functions
Function, (setf anim-layer-compose-rotation): Public ordinary functions
Function, (setf anim-layer-compose-scale): Public ordinary functions
Function, (setf anim-layer-desc-layer): Public ordinary functions
Function, (setf anim-layer-desc-weight): Public ordinary functions
Function, (setf anim-layer-element): Public ordinary functions
Function, (setf anim-layer-weight): Public ordinary functions
Function, (setf anim-layer-weight-is-animated): Public ordinary functions
Function, (setf anim-layers): Public ordinary functions
Function, (setf anim-prop--internal-key): Public ordinary functions
Function, (setf anim-prop-anim-value): Public ordinary functions
Function, (setf anim-prop-element): Public ordinary functions
Function, (setf anim-prop-overrides): Public ordinary functions
Function, (setf anim-prop-prop-name): Public ordinary functions
Function, (setf anim-stack-anim): Public ordinary functions
Function, (setf anim-stack-element): Public ordinary functions
Function, (setf anim-stack-layers): Public ordinary functions
Function, (setf anim-stack-time-begin): Public ordinary functions
Function, (setf anim-stack-time-end): Public ordinary functions
Function, (setf anim-time-begin): Public ordinary functions
Function, (setf anim-time-end): Public ordinary functions
Function, (setf anim-value-curves): Public ordinary functions
Function, (setf anim-value-default-value): Public ordinary functions
Function, (setf anim-value-element): Public ordinary functions
Function, (setf application-name): Public ordinary functions
Function, (setf application-vendor): Public ordinary functions
Function, (setf application-version): Public ordinary functions
Function, (setf blend-channel-element): Public ordinary functions
Function, (setf blend-channel-keyframes): Public ordinary functions
Function, (setf blend-channel-weight): Public ordinary functions
Function, (setf blend-deformer-channels): Public ordinary functions
Function, (setf blend-deformer-element): Public ordinary functions
Function, (setf blend-keyframe-effective-weight): Public ordinary functions
Function, (setf blend-keyframe-shape): Public ordinary functions
Function, (setf blend-keyframe-target-weight): Public ordinary functions
Function, (setf blend-shape-element): Public ordinary functions
Function, (setf blend-shape-normal-offsets): Public ordinary functions
Function, (setf blend-shape-num-offsets): Public ordinary functions
Function, (setf blend-shape-offset-vertices): Public ordinary functions
Function, (setf blend-shape-position-offsets): Public ordinary functions
Function, (setf blob-data): Public ordinary functions
Function, (setf blob-size): Public ordinary functions
Function, (setf bone-element): Public ordinary functions
Function, (setf bone-is-root): Public ordinary functions
Function, (setf bone-pose-bone-node): Public ordinary functions
Function, (setf bone-pose-bone-to-world): Public ordinary functions
Function, (setf bone-radius): Public ordinary functions
Function, (setf bone-relative-length): Public ordinary functions
Function, (setf cache-channel-frames): Public ordinary functions
Function, (setf cache-channel-interpretation): Public ordinary functions
Function, (setf cache-channel-interpretation-name): Public ordinary functions
Function, (setf cache-channel-name): Public ordinary functions
Function, (setf cache-deformer-channel): Public ordinary functions
Function, (setf cache-deformer-element): Public ordinary functions
Function, (setf cache-deformer-external-cache): Public ordinary functions
Function, (setf cache-deformer-external-channel): Public ordinary functions
Function, (setf cache-deformer-file): Public ordinary functions
Function, (setf cache-file-absolute-filename): Public ordinary functions
Function, (setf cache-file-element): Public ordinary functions
Function, (setf cache-file-external-cache): Public ordinary functions
Function, (setf cache-file-filename): Public ordinary functions
Function, (setf cache-file-format): Public ordinary functions
Function, (setf cache-file-raw-absolute-filename): Public ordinary functions
Function, (setf cache-file-raw-filename): Public ordinary functions
Function, (setf cache-file-raw-relative-filename): Public ordinary functions
Function, (setf cache-file-relative-filename): Public ordinary functions
Function, (setf cache-frame-channel): Public ordinary functions
Function, (setf cache-frame-data-count): Public ordinary functions
Function, (setf cache-frame-data-element-bytes): Public ordinary functions
Function, (setf cache-frame-data-encoding): Public ordinary functions
Function, (setf cache-frame-data-format): Public ordinary functions
Function, (setf cache-frame-data-offset): Public ordinary functions
Function, (setf cache-frame-data-total-bytes): Public ordinary functions
Function, (setf cache-frame-file-format): Public ordinary functions
Function, (setf cache-frame-filename): Public ordinary functions
Function, (setf cache-frame-time): Public ordinary functions
Function, (setf camera-aperture-format): Public ordinary functions
Function, (setf camera-aperture-mode): Public ordinary functions
Function, (setf camera-aperture-size-inch): Public ordinary functions
Function, (setf camera-aspect-mode): Public ordinary functions
Function, (setf camera-aspect-ratio): Public ordinary functions
Function, (setf camera-element): Public ordinary functions
Function, (setf camera-far-plane): Public ordinary functions
Function, (setf camera-field-of-view-deg): Public ordinary functions
Function, (setf camera-field-of-view-tan): Public ordinary functions
Function, (setf camera-film-size-inch): Public ordinary functions
Function, (setf camera-focal-length-mm): Public ordinary functions
Function, (setf camera-gate-fit): Public ordinary functions
Function, (setf camera-near-plane): Public ordinary functions
Function, (setf camera-orthographic-extent): Public ordinary functions
Function, (setf camera-orthographic-size): Public ordinary functions
Function, (setf camera-projection-axes): Public ordinary functions
Function, (setf camera-projection-mode): Public ordinary functions
Function, (setf camera-projection-plane): Public ordinary functions
Function, (setf camera-resolution): Public ordinary functions
Function, (setf camera-resolution-is-pixels): Public ordinary functions
Function, (setf camera-squeeze-ratio): Public ordinary functions
Function, (setf camera-switcher-element): Public ordinary functions
Function, (setf character-element): Public ordinary functions
Function, (setf close-memory-cb-fn): Public ordinary functions
Function, (setf close-memory-cb-user): Public ordinary functions
Function, (setf color-set-index): Public ordinary functions
Function, (setf color-set-name): Public ordinary functions
Function, (setf color-set-vertex-color): Public ordinary functions
Function, (setf connection-dst): Public ordinary functions
Function, (setf connection-dst-prop): Public ordinary functions
Function, (setf connection-src): Public ordinary functions
Function, (setf connection-src-prop): Public ordinary functions
Function, (setf constraint-active): Public ordinary functions
Function, (setf constraint-aim-up-node): Public ordinary functions
Function, (setf constraint-aim-up-type): Public ordinary functions
Function, (setf constraint-aim-up-vector): Public ordinary functions
Function, (setf constraint-aim-vector): Public ordinary functions
Function, (setf constraint-constrain-rotation): Public ordinary functions
Function, (setf constraint-constrain-scale): Public ordinary functions
Function, (setf constraint-constrain-translation): Public ordinary functions
Function, (setf constraint-element): Public ordinary functions
Function, (setf constraint-ik-effector): Public ordinary functions
Function, (setf constraint-ik-end-node): Public ordinary functions
Function, (setf constraint-ik-pole-vector): Public ordinary functions
Function, (setf constraint-node): Public ordinary functions
Function, (setf constraint-target-node): Public ordinary functions
Function, (setf constraint-target-transform): Public ordinary functions
Function, (setf constraint-target-weight): Public ordinary functions
Function, (setf constraint-targets): Public ordinary functions
Function, (setf constraint-transform-offset): Public ordinary functions
Function, (setf constraint-type): Public ordinary functions
Function, (setf constraint-type-name): Public ordinary functions
Function, (setf constraint-weight): Public ordinary functions
Function, (setf coordinate-axes-front): Public ordinary functions
Function, (setf coordinate-axes-right): Public ordinary functions
Function, (setf coordinate-axes-up): Public ordinary functions
Function, (setf curve-point-derivative): Public ordinary functions
Function, (setf curve-point-position): Public ordinary functions
Function, (setf curve-point-valid): Public ordinary functions
Function, (setf display-layer-element): Public ordinary functions
Function, (setf display-layer-frozen): Public ordinary functions
Function, (setf display-layer-nodes): Public ordinary functions
Function, (setf display-layer-ui-color): Public ordinary functions
Function, (setf display-layer-visible): Public ordinary functions
Function, (setf dom-node-children): Public ordinary functions
Function, (setf dom-node-name): Public ordinary functions
Function, (setf dom-node-values): Public ordinary functions
Function, (setf dom-value-type): Public ordinary functions
Function, (setf dom-value-value-blob): Public ordinary functions
Function, (setf dom-value-value-float): Public ordinary functions
Function, (setf dom-value-value-int): Public ordinary functions
Function, (setf dom-value-value-str): Public ordinary functions
Function, (setf edge-a): Public ordinary functions
Function, (setf edge-b): Public ordinary functions
Function, (setf element-connections-dst): Public ordinary functions
Function, (setf element-connections-src): Public ordinary functions
Function, (setf element-dom-node): Public ordinary functions
Function, (setf element-element-id): Public ordinary functions
Function, (setf element-instances): Public ordinary functions
Function, (setf element-name): Public ordinary functions
Function, (setf element-props): Public ordinary functions
Function, (setf element-scene): Public ordinary functions
Function, (setf element-type): Public ordinary functions
Function, (setf element-typed-id): Public ordinary functions
Function, (setf empty-element): Public ordinary functions
Function, (setf error-description): Public ordinary functions
Function, (setf error-frame-description): Public ordinary functions
Function, (setf error-frame-function): Public ordinary functions
Function, (setf error-frame-source-line): Public ordinary functions
Function, (setf error-info): Public ordinary functions
Function, (setf error-info-length): Public ordinary functions
Function, (setf error-stack): Public ordinary functions
Function, (setf error-stack-size): Public ordinary functions
Function, (setf error-type): Public ordinary functions
Function, (setf evaluate-opts--begin-zero): Public ordinary functions
Function, (setf evaluate-opts--end-zero): Public ordinary functions
Function, (setf evaluate-opts-evaluate-caches): Public ordinary functions
Function, (setf evaluate-opts-evaluate-skinning): Public ordinary functions
Function, (setf evaluate-opts-load-external-files): Public ordinary functions
Function, (setf evaluate-opts-open-file-cb): Public ordinary functions
Function, (setf evaluate-opts-result-allocator): Public ordinary functions
Function, (setf evaluate-opts-temp-allocator): Public ordinary functions
Function, (setf face-group-face-indices): Public ordinary functions
Function, (setf face-group-id): Public ordinary functions
Function, (setf face-group-name): Public ordinary functions
Function, (setf face-group-num-faces): Public ordinary functions
Function, (setf face-group-num-triangles): Public ordinary functions
Function, (setf face-index-begin): Public ordinary functions
Function, (setf face-num-indices): Public ordinary functions
Function, (setf geometry-cache-channels): Public ordinary functions
Function, (setf geometry-cache-data-opts--begin-zero): Public ordinary functions
Function, (setf geometry-cache-data-opts--end-zero): Public ordinary functions
Function, (setf geometry-cache-data-opts-additive): Public ordinary functions
Function, (setf geometry-cache-data-opts-open-file-cb): Public ordinary functions
Function, (setf geometry-cache-data-opts-use-weight): Public ordinary functions
Function, (setf geometry-cache-data-opts-weight): Public ordinary functions
Function, (setf geometry-cache-extra-info): Public ordinary functions
Function, (setf geometry-cache-frames): Public ordinary functions
Function, (setf geometry-cache-opts--begin-zero): Public ordinary functions
Function, (setf geometry-cache-opts--end-zero): Public ordinary functions
Function, (setf geometry-cache-opts-frames-per-second): Public ordinary functions
Function, (setf geometry-cache-opts-open-file-cb): Public ordinary functions
Function, (setf geometry-cache-opts-result-allocator): Public ordinary functions
Function, (setf geometry-cache-opts-temp-allocator): Public ordinary functions
Function, (setf geometry-cache-root-filename): Public ordinary functions
Function, (setf global-pointer): Private ordinary functions
Function, (setf inflate-input-buffer): Public ordinary functions
Function, (setf inflate-input-buffer-size): Public ordinary functions
Function, (setf inflate-input-data): Public ordinary functions
Function, (setf inflate-input-data-size): Public ordinary functions
Function, (setf inflate-input-internal-fast-bits): Public ordinary functions
Function, (setf inflate-input-no-checksum): Public ordinary functions
Function, (setf inflate-input-no-header): Public ordinary functions
Function, (setf inflate-input-progress-cb): Public ordinary functions
Function, (setf inflate-input-progress-interval-hint): Public ordinary functions
Function, (setf inflate-input-progress-size-after): Public ordinary functions
Function, (setf inflate-input-progress-size-before): Public ordinary functions
Function, (setf inflate-input-read-fn): Public ordinary functions
Function, (setf inflate-input-read-user): Public ordinary functions
Function, (setf inflate-input-total-size): Public ordinary functions
Function, (setf inflate-retain-data): Public ordinary functions
Function, (setf inflate-retain-initialized): Public ordinary functions
Function, (setf keyframe-interpolation): Public ordinary functions
Function, (setf keyframe-left): Public ordinary functions
Function, (setf keyframe-right): Public ordinary functions
Function, (setf keyframe-time): Public ordinary functions
Function, (setf keyframe-value): Public ordinary functions
Function, (setf light-area-shape): Public ordinary functions
Function, (setf light-cast-light): Public ordinary functions
Function, (setf light-cast-shadows): Public ordinary functions
Function, (setf light-color): Public ordinary functions
Function, (setf light-decay): Public ordinary functions
Function, (setf light-element): Public ordinary functions
Function, (setf light-inner-angle): Public ordinary functions
Function, (setf light-intensity): Public ordinary functions
Function, (setf light-local-direction): Public ordinary functions
Function, (setf light-outer-angle): Public ordinary functions
Function, (setf light-type): Public ordinary functions
Function, (setf line-curve-color): Public ordinary functions
Function, (setf line-curve-control-points): Public ordinary functions
Function, (setf line-curve-element): Public ordinary functions
Function, (setf line-curve-from-tessellated-nurbs): Public ordinary functions
Function, (setf line-curve-point-indices): Public ordinary functions
Function, (setf line-curve-segments): Public ordinary functions
Function, (setf line-segment-index-begin): Public ordinary functions
Function, (setf line-segment-num-indices): Public ordinary functions
Function, (setf list-count): Public ordinary functions
Function, (setf list-data): Public ordinary functions
Function, (setf load-opts--begin-zero): Public ordinary functions
Function, (setf load-opts--end-zero): Public ordinary functions
Function, (setf load-opts-allow-empty-faces): Public ordinary functions
Function, (setf load-opts-allow-missing-vertex-position): Public ordinary functions
Function, (setf load-opts-allow-nodes-out-of-root): Public ordinary functions
Function, (setf load-opts-allow-null-material): Public ordinary functions
Function, (setf load-opts-allow-unsafe): Public ordinary functions
Function, (setf load-opts-clean-skin-weights): Public ordinary functions
Function, (setf load-opts-connect-broken-elements): Public ordinary functions
Function, (setf load-opts-disable-quirks): Public ordinary functions
Function, (setf load-opts-evaluate-caches): Public ordinary functions
Function, (setf load-opts-evaluate-skinning): Public ordinary functions
Function, (setf load-opts-file-format): Public ordinary functions
Function, (setf load-opts-file-format-lookahead): Public ordinary functions
Function, (setf load-opts-file-size-estimate): Public ordinary functions
Function, (setf load-opts-filename): Public ordinary functions
Function, (setf load-opts-generate-missing-normals): Public ordinary functions
Function, (setf load-opts-geometry-transform-handling): Public ordinary functions
Function, (setf load-opts-geometry-transform-helper-name): Public ordinary functions
Function, (setf load-opts-ignore-all-content): Public ordinary functions
Function, (setf load-opts-ignore-animation): Public ordinary functions
Function, (setf load-opts-ignore-embedded): Public ordinary functions
Function, (setf load-opts-ignore-geometry): Public ordinary functions
Function, (setf load-opts-ignore-missing-external-files): Public ordinary functions
Function, (setf load-opts-index-error-handling): Public ordinary functions
Function, (setf load-opts-load-external-files): Public ordinary functions
Function, (setf load-opts-no-anim-curve-unit-scaling): Public ordinary functions
Function, (setf load-opts-no-format-from-content): Public ordinary functions
Function, (setf load-opts-no-format-from-extension): Public ordinary functions
Function, (setf load-opts-no-prop-unit-scaling): Public ordinary functions
Function, (setf load-opts-normalize-normals): Public ordinary functions
Function, (setf load-opts-normalize-tangents): Public ordinary functions
Function, (setf load-opts-obj-merge-groups): Public ordinary functions
Function, (setf load-opts-obj-merge-objects): Public ordinary functions
Function, (setf load-opts-obj-mtl-data): Public ordinary functions
Function, (setf load-opts-obj-mtl-path): Public ordinary functions
Function, (setf load-opts-obj-search-mtl-by-filename): Public ordinary functions
Function, (setf load-opts-obj-split-groups): Public ordinary functions
Function, (setf load-opts-open-file-cb): Public ordinary functions
Function, (setf load-opts-open-main-file-with-default): Public ordinary functions
Function, (setf load-opts-path-separator): Public ordinary functions
Function, (setf load-opts-progress-cb): Public ordinary functions
Function, (setf load-opts-progress-interval-hint): Public ordinary functions
Function, (setf load-opts-raw-filename): Public ordinary functions
Function, (setf load-opts-read-buffer-size): Public ordinary functions
Function, (setf load-opts-result-allocator): Public ordinary functions
Function, (setf load-opts-retain-dom): Public ordinary functions
Function, (setf load-opts-root-transform): Public ordinary functions
Function, (setf load-opts-skip-skin-vertices): Public ordinary functions
Function, (setf load-opts-space-conversion): Public ordinary functions
Function, (setf load-opts-strict): Public ordinary functions
Function, (setf load-opts-target-axes): Public ordinary functions
Function, (setf load-opts-target-camera-axes): Public ordinary functions
Function, (setf load-opts-target-light-axes): Public ordinary functions
Function, (setf load-opts-target-unit-meters): Public ordinary functions
Function, (setf load-opts-temp-allocator): Public ordinary functions
Function, (setf load-opts-unicode-error-handling): Public ordinary functions
Function, (setf load-opts-use-root-transform): Public ordinary functions
Function, (setf lod-group-distance-limit-max): Public ordinary functions
Function, (setf lod-group-distance-limit-min): Public ordinary functions
Function, (setf lod-group-element): Public ordinary functions
Function, (setf lod-group-ignore-parent-transform): Public ordinary functions
Function, (setf lod-group-lod-levels): Public ordinary functions
Function, (setf lod-group-relative-distances): Public ordinary functions
Function, (setf lod-group-use-distance-limit): Public ordinary functions
Function, (setf lod-level-display): Public ordinary functions
Function, (setf lod-level-distance): Public ordinary functions
Function, (setf marker-element): Public ordinary functions
Function, (setf marker-type): Public ordinary functions
Function, (setf material-element): Public ordinary functions
Function, (setf material-fbx): Public ordinary functions
Function, (setf material-fbx-maps-ambient-color): Public ordinary functions
Function, (setf material-fbx-maps-ambient-factor): Public ordinary functions
Function, (setf material-fbx-maps-bump): Public ordinary functions
Function, (setf material-fbx-maps-bump-factor): Public ordinary functions
Function, (setf material-fbx-maps-diffuse-color): Public ordinary functions
Function, (setf material-fbx-maps-diffuse-factor): Public ordinary functions
Function, (setf material-fbx-maps-displacement): Public ordinary functions
Function, (setf material-fbx-maps-displacement-factor): Public ordinary functions
Function, (setf material-fbx-maps-emission-color): Public ordinary functions
Function, (setf material-fbx-maps-emission-factor): Public ordinary functions
Function, (setf material-fbx-maps-normal-map): Public ordinary functions
Function, (setf material-fbx-maps-reflection-color): Public ordinary functions
Function, (setf material-fbx-maps-reflection-factor): Public ordinary functions
Function, (setf material-fbx-maps-specular-color): Public ordinary functions
Function, (setf material-fbx-maps-specular-exponent): Public ordinary functions
Function, (setf material-fbx-maps-specular-factor): Public ordinary functions
Function, (setf material-fbx-maps-transparency-color): Public ordinary functions
Function, (setf material-fbx-maps-transparency-factor): Public ordinary functions
Function, (setf material-fbx-maps-vector-displacement): Public ordinary functions
Function, (setf material-fbx-maps-vector-displacement-factor): Public ordinary functions
Function, (setf material-feature-info-enabled): Public ordinary functions
Function, (setf material-feature-info-is-explicit): Public ordinary functions
Function, (setf material-features): Public ordinary functions
Function, (setf material-features-ambient-occlusion): Public ordinary functions
Function, (setf material-features-caustics): Public ordinary functions
Function, (setf material-features-coat): Public ordinary functions
Function, (setf material-features-coat-roughness-as-glossiness): Public ordinary functions
Function, (setf material-features-diffuse): Public ordinary functions
Function, (setf material-features-diffuse-roughness): Public ordinary functions
Function, (setf material-features-double-sided): Public ordinary functions
Function, (setf material-features-emission): Public ordinary functions
Function, (setf material-features-exit-to-background): Public ordinary functions
Function, (setf material-features-internal-reflections): Public ordinary functions
Function, (setf material-features-ior): Public ordinary functions
Function, (setf material-features-matte): Public ordinary functions
Function, (setf material-features-metalness): Public ordinary functions
Function, (setf material-features-opacity): Public ordinary functions
Function, (setf material-features-pbr): Public ordinary functions
Function, (setf material-features-roughness-as-glossiness): Public ordinary functions
Function, (setf material-features-sheen): Public ordinary functions
Function, (setf material-features-specular): Public ordinary functions
Function, (setf material-features-thin-walled): Public ordinary functions
Function, (setf material-features-transmission): Public ordinary functions
Function, (setf material-features-transmission-roughness): Public ordinary functions
Function, (setf material-features-transmission-roughness-as-glossiness): Public ordinary functions
Function, (setf material-features-unlit): Public ordinary functions
Function, (setf material-map-feature-disabled): Public ordinary functions
Function, (setf material-map-has-value): Public ordinary functions
Function, (setf material-map-texture): Public ordinary functions
Function, (setf material-map-texture-enabled): Public ordinary functions
Function, (setf material-map-value-components): Public ordinary functions
Function, (setf material-map-value-int): Public ordinary functions
Function, (setf material-map-value-vec4): Public ordinary functions
Function, (setf material-pbr): Public ordinary functions
Function, (setf material-pbr-maps-ambient-occlusion): Public ordinary functions
Function, (setf material-pbr-maps-base-color): Public ordinary functions
Function, (setf material-pbr-maps-base-factor): Public ordinary functions
Function, (setf material-pbr-maps-coat-affect-base-color): Public ordinary functions
Function, (setf material-pbr-maps-coat-affect-base-roughness): Public ordinary functions
Function, (setf material-pbr-maps-coat-anisotropy): Public ordinary functions
Function, (setf material-pbr-maps-coat-color): Public ordinary functions
Function, (setf material-pbr-maps-coat-factor): Public ordinary functions
Function, (setf material-pbr-maps-coat-glossiness): Public ordinary functions
Function, (setf material-pbr-maps-coat-ior): Public ordinary functions
Function, (setf material-pbr-maps-coat-normal): Public ordinary functions
Function, (setf material-pbr-maps-coat-rotation): Public ordinary functions
Function, (setf material-pbr-maps-coat-roughness): Public ordinary functions
Function, (setf material-pbr-maps-diffuse-roughness): Public ordinary functions
Function, (setf material-pbr-maps-displacement-map): Public ordinary functions
Function, (setf material-pbr-maps-emission-color): Public ordinary functions
Function, (setf material-pbr-maps-emission-factor): Public ordinary functions
Function, (setf material-pbr-maps-glossiness): Public ordinary functions
Function, (setf material-pbr-maps-indirect-diffuse): Public ordinary functions
Function, (setf material-pbr-maps-indirect-specular): Public ordinary functions
Function, (setf material-pbr-maps-matte-color): Public ordinary functions
Function, (setf material-pbr-maps-matte-factor): Public ordinary functions
Function, (setf material-pbr-maps-metalness): Public ordinary functions
Function, (setf material-pbr-maps-normal-map): Public ordinary functions
Function, (setf material-pbr-maps-opacity): Public ordinary functions
Function, (setf material-pbr-maps-roughness): Public ordinary functions
Function, (setf material-pbr-maps-sheen-color): Public ordinary functions
Function, (setf material-pbr-maps-sheen-factor): Public ordinary functions
Function, (setf material-pbr-maps-sheen-roughness): Public ordinary functions
Function, (setf material-pbr-maps-specular-anisotropy): Public ordinary functions
Function, (setf material-pbr-maps-specular-color): Public ordinary functions
Function, (setf material-pbr-maps-specular-factor): Public ordinary functions
Function, (setf material-pbr-maps-specular-ior): Public ordinary functions
Function, (setf material-pbr-maps-specular-rotation): Public ordinary functions
Function, (setf material-pbr-maps-subsurface-anisotropy): Public ordinary functions
Function, (setf material-pbr-maps-subsurface-color): Public ordinary functions
Function, (setf material-pbr-maps-subsurface-factor): Public ordinary functions
Function, (setf material-pbr-maps-subsurface-radius): Public ordinary functions
Function, (setf material-pbr-maps-subsurface-scale): Public ordinary functions
Function, (setf material-pbr-maps-subsurface-tint-color): Public ordinary functions
Function, (setf material-pbr-maps-subsurface-type): Public ordinary functions
Function, (setf material-pbr-maps-tangent-map): Public ordinary functions
Function, (setf material-pbr-maps-thin-film-ior): Public ordinary functions
Function, (setf material-pbr-maps-thin-film-thickness): Public ordinary functions
Function, (setf material-pbr-maps-transmission-color): Public ordinary functions
Function, (setf material-pbr-maps-transmission-depth): Public ordinary functions
Function, (setf material-pbr-maps-transmission-dispersion): Public ordinary functions
Function, (setf material-pbr-maps-transmission-enable-in-aov): Public ordinary functions
Function, (setf material-pbr-maps-transmission-extra-roughness): Public ordinary functions
Function, (setf material-pbr-maps-transmission-factor): Public ordinary functions
Function, (setf material-pbr-maps-transmission-glossiness): Public ordinary functions
Function, (setf material-pbr-maps-transmission-priority): Public ordinary functions
Function, (setf material-pbr-maps-transmission-roughness): Public ordinary functions
Function, (setf material-pbr-maps-transmission-scatter): Public ordinary functions
Function, (setf material-pbr-maps-transmission-scatter-anisotropy): Public ordinary functions
Function, (setf material-shader): Public ordinary functions
Function, (setf material-shader-prop-prefix): Public ordinary functions
Function, (setf material-shader-type): Public ordinary functions
Function, (setf material-shading-model-name): Public ordinary functions
Function, (setf material-texture-material-prop): Public ordinary functions
Function, (setf material-texture-shader-prop): Public ordinary functions
Function, (setf material-texture-texture): Public ordinary functions
Function, (setf material-textures): Public ordinary functions
Function, (setf matrix-v): Public ordinary functions
Function, (setf mesh-all-deformers): Public ordinary functions
Function, (setf mesh-blend-deformers): Public ordinary functions
Function, (setf mesh-cache-deformers): Public ordinary functions
Function, (setf mesh-color-sets): Public ordinary functions
Function, (setf mesh-edge-crease): Public ordinary functions
Function, (setf mesh-edge-smoothing): Public ordinary functions
Function, (setf mesh-edge-visibility): Public ordinary functions
Function, (setf mesh-edges): Public ordinary functions
Function, (setf mesh-element): Public ordinary functions
Function, (setf mesh-face-group): Public ordinary functions
Function, (setf mesh-face-groups): Public ordinary functions
Function, (setf mesh-face-hole): Public ordinary functions
Function, (setf mesh-face-material): Public ordinary functions
Function, (setf mesh-face-smoothing): Public ordinary functions
Function, (setf mesh-faces): Public ordinary functions
Function, (setf mesh-from-tessellated-nurbs): Public ordinary functions
Function, (setf mesh-generated-normals): Public ordinary functions
Function, (setf mesh-material-face-indices): Public ordinary functions
Function, (setf mesh-material-material): Public ordinary functions
Function, (setf mesh-material-num-empty-faces): Public ordinary functions
Function, (setf mesh-material-num-faces): Public ordinary functions
Function, (setf mesh-material-num-line-faces): Public ordinary functions
Function, (setf mesh-material-num-point-faces): Public ordinary functions
Function, (setf mesh-material-num-triangles): Public ordinary functions
Function, (setf mesh-materials): Public ordinary functions
Function, (setf mesh-max-face-triangles): Public ordinary functions
Function, (setf mesh-num-edges): Public ordinary functions
Function, (setf mesh-num-empty-faces): Public ordinary functions
Function, (setf mesh-num-faces): Public ordinary functions
Function, (setf mesh-num-indices): Public ordinary functions
Function, (setf mesh-num-line-faces): Public ordinary functions
Function, (setf mesh-num-point-faces): Public ordinary functions
Function, (setf mesh-num-triangles): Public ordinary functions
Function, (setf mesh-num-vertices): Public ordinary functions
Function, (setf mesh-skin-deformers): Public ordinary functions
Function, (setf mesh-skinned-is-local): Public ordinary functions
Function, (setf mesh-skinned-normal): Public ordinary functions
Function, (setf mesh-skinned-position): Public ordinary functions
Function, (setf mesh-subdivision-boundary): Public ordinary functions
Function, (setf mesh-subdivision-display-mode): Public ordinary functions
Function, (setf mesh-subdivision-evaluated): Public ordinary functions
Function, (setf mesh-subdivision-preview-levels): Public ordinary functions
Function, (setf mesh-subdivision-render-levels): Public ordinary functions
Function, (setf mesh-subdivision-result): Public ordinary functions
Function, (setf mesh-subdivision-uv-boundary): Public ordinary functions
Function, (setf mesh-uv-sets): Public ordinary functions
Function, (setf mesh-vertex-bitangent): Public ordinary functions
Function, (setf mesh-vertex-color): Public ordinary functions
Function, (setf mesh-vertex-crease): Public ordinary functions
Function, (setf mesh-vertex-first-index): Public ordinary functions
Function, (setf mesh-vertex-indices): Public ordinary functions
Function, (setf mesh-vertex-normal): Public ordinary functions
Function, (setf mesh-vertex-position): Public ordinary functions
Function, (setf mesh-vertex-tangent): Public ordinary functions
Function, (setf mesh-vertex-uv): Public ordinary functions
Function, (setf mesh-vertices): Public ordinary functions
Function, (setf metadata-animation-ignored): Public ordinary functions
Function, (setf metadata-ascii): Public ordinary functions
Function, (setf metadata-big-endian): Public ordinary functions
Function, (setf metadata-bone-prop-limb-length-relative): Public ordinary functions
Function, (setf metadata-bone-prop-size-unit): Public ordinary functions
Function, (setf metadata-creator): Public ordinary functions
Function, (setf metadata-element-buffer-size): Public ordinary functions
Function, (setf metadata-embedded-ignored): Public ordinary functions
Function, (setf metadata-exporter): Public ordinary functions
Function, (setf metadata-exporter-version): Public ordinary functions
Function, (setf metadata-file-format): Public ordinary functions
Function, (setf metadata-filename): Public ordinary functions
Function, (setf metadata-geometry-ignored): Public ordinary functions
Function, (setf metadata-has-warning): Public ordinary functions
Function, (setf metadata-is-unsafe): Public ordinary functions
Function, (setf metadata-ktime-to-sec): Public ordinary functions
Function, (setf metadata-latest-application): Public ordinary functions
Function, (setf metadata-max-face-triangles): Public ordinary functions
Function, (setf metadata-may-contain-broken-elements): Public ordinary functions
Function, (setf metadata-may-contain-missing-vertex-position): Public ordinary functions
Function, (setf metadata-may-contain-no-index): Public ordinary functions
Function, (setf metadata-may-contain-null-materials): Public ordinary functions
Function, (setf metadata-num-shader-textures): Public ordinary functions
Function, (setf metadata-object-element): Public ordinary functions
Function, (setf metadata-original-application): Public ordinary functions
Function, (setf metadata-original-file-path): Public ordinary functions
Function, (setf metadata-raw-filename): Public ordinary functions
Function, (setf metadata-raw-original-file-path): Public ordinary functions
Function, (setf metadata-raw-relative-root): Public ordinary functions
Function, (setf metadata-relative-root): Public ordinary functions
Function, (setf metadata-result-allocs): Public ordinary functions
Function, (setf metadata-result-memory-used): Public ordinary functions
Function, (setf metadata-scene-props): Public ordinary functions
Function, (setf metadata-temp-allocs): Public ordinary functions
Function, (setf metadata-temp-memory-used): Public ordinary functions
Function, (setf metadata-version): Public ordinary functions
Function, (setf metadata-warnings): Public ordinary functions
Function, (setf name-element--internal-key): Public ordinary functions
Function, (setf name-element-element): Public ordinary functions
Function, (setf name-element-name): Public ordinary functions
Function, (setf name-element-type): Public ordinary functions
Function, (setf node-adjust-post-rotation): Public ordinary functions
Function, (setf node-adjust-pre-rotation): Public ordinary functions
Function, (setf node-adjust-pre-scale): Public ordinary functions
Function, (setf node-all-attribs): Public ordinary functions
Function, (setf node-attrib): Public ordinary functions
Function, (setf node-attrib-type): Public ordinary functions
Function, (setf node-bone): Public ordinary functions
Function, (setf node-camera): Public ordinary functions
Function, (setf node-children): Public ordinary functions
Function, (setf node-element): Public ordinary functions
Function, (setf node-euler-rotation): Public ordinary functions
Function, (setf node-geometry-to-node): Public ordinary functions
Function, (setf node-geometry-to-world): Public ordinary functions
Function, (setf node-geometry-transform): Public ordinary functions
Function, (setf node-geometry-transform-helper): Public ordinary functions
Function, (setf node-has-adjust-transform): Public ordinary functions
Function, (setf node-has-geometry-transform): Public ordinary functions
Function, (setf node-inherit-type): Public ordinary functions
Function, (setf node-is-geometry-transform-helper): Public ordinary functions
Function, (setf node-is-root): Public ordinary functions
Function, (setf node-light): Public ordinary functions
Function, (setf node-local-transform): Public ordinary functions
Function, (setf node-materials): Public ordinary functions
Function, (setf node-mesh): Public ordinary functions
Function, (setf node-node-depth): Public ordinary functions
Function, (setf node-node-to-parent): Public ordinary functions
Function, (setf node-node-to-world): Public ordinary functions
Function, (setf node-parent): Public ordinary functions
Function, (setf node-rotation-order): Public ordinary functions
Function, (setf node-visible): Public ordinary functions
Function, (setf node-world-transform): Public ordinary functions
Function, (setf nurbs-basis-is-2d): Public ordinary functions
Function, (setf nurbs-basis-knot-vector): Public ordinary functions
Function, (setf nurbs-basis-num-wrap-control-points): Public ordinary functions
Function, (setf nurbs-basis-order): Public ordinary functions
Function, (setf nurbs-basis-spans): Public ordinary functions
Function, (setf nurbs-basis-t-max): Public ordinary functions
Function, (setf nurbs-basis-t-min): Public ordinary functions
Function, (setf nurbs-basis-topology): Public ordinary functions
Function, (setf nurbs-basis-valid): Public ordinary functions
Function, (setf nurbs-curve-basis): Public ordinary functions
Function, (setf nurbs-curve-control-points): Public ordinary functions
Function, (setf nurbs-curve-element): Public ordinary functions
Function, (setf nurbs-surface-basis-u): Public ordinary functions
Function, (setf nurbs-surface-basis-v): Public ordinary functions
Function, (setf nurbs-surface-control-points): Public ordinary functions
Function, (setf nurbs-surface-element): Public ordinary functions
Function, (setf nurbs-surface-flip-normals): Public ordinary functions
Function, (setf nurbs-surface-material): Public ordinary functions
Function, (setf nurbs-surface-num-control-points-u): Public ordinary functions
Function, (setf nurbs-surface-num-control-points-v): Public ordinary functions
Function, (setf nurbs-surface-span-subdivision-u): Public ordinary functions
Function, (setf nurbs-surface-span-subdivision-v): Public ordinary functions
Function, (setf nurbs-trim-boundary-element): Public ordinary functions
Function, (setf nurbs-trim-surface-element): Public ordinary functions
Function, (setf open-file-cb-fn): Public ordinary functions
Function, (setf open-file-cb-user): Public ordinary functions
Function, (setf open-file-info-original-filename): Public ordinary functions
Function, (setf open-file-info-temp-allocator): Public ordinary functions
Function, (setf open-file-info-type): Public ordinary functions
Function, (setf open-memory-opts--begin-zero): Public ordinary functions
Function, (setf open-memory-opts--end-zero): Public ordinary functions
Function, (setf open-memory-opts-allocator): Public ordinary functions
Function, (setf open-memory-opts-close-cb): Public ordinary functions
Function, (setf open-memory-opts-no-copy): Public ordinary functions
Function, (setf panic-did-panic): Public ordinary functions
Function, (setf panic-message): Public ordinary functions
Function, (setf panic-message-length): Public ordinary functions
Function, (setf pose-bind-pose): Public ordinary functions
Function, (setf pose-bone-poses): Public ordinary functions
Function, (setf pose-element): Public ordinary functions
Function, (setf procedural-geometry-element): Public ordinary functions
Function, (setf progress-bytes-read): Public ordinary functions
Function, (setf progress-bytes-total): Public ordinary functions
Function, (setf progress-cb-fn): Public ordinary functions
Function, (setf progress-cb-user): Public ordinary functions
Function, (setf prop--internal-key): Public ordinary functions
Function, (setf prop-flags): Public ordinary functions
Function, (setf prop-name): Public ordinary functions
Function, (setf prop-override--internal-key): Public ordinary functions
Function, (setf prop-override-element-id): Public ordinary functions
Function, (setf prop-override-prop-name): Public ordinary functions
Function, (setf prop-override-value): Public ordinary functions
Function, (setf prop-override-value-int): Public ordinary functions
Function, (setf prop-override-value-str): Public ordinary functions
Function, (setf prop-type): Public ordinary functions
Function, (setf prop-value-blob): Public ordinary functions
Function, (setf prop-value-int): Public ordinary functions
Function, (setf prop-value-str): Public ordinary functions
Function, (setf prop-value-vec4): Public ordinary functions
Function, (setf props-defaults): Public ordinary functions
Function, (setf props-num-animated): Public ordinary functions
Function, (setf props-props): Public ordinary functions
Function, (setf quat-w): Public ordinary functions
Function, (setf quat-x): Public ordinary functions
Function, (setf quat-y): Public ordinary functions
Function, (setf quat-z): Public ordinary functions
Function, (setf scene-anim): Public ordinary functions
Function, (setf scene-anim-curves): Public ordinary functions
Function, (setf scene-anim-layers): Public ordinary functions
Function, (setf scene-anim-stacks): Public ordinary functions
Function, (setf scene-anim-values): Public ordinary functions
Function, (setf scene-blend-channels): Public ordinary functions
Function, (setf scene-blend-deformers): Public ordinary functions
Function, (setf scene-blend-shapes): Public ordinary functions
Function, (setf scene-bones): Public ordinary functions
Function, (setf scene-cache-deformers): Public ordinary functions
Function, (setf scene-cache-files): Public ordinary functions
Function, (setf scene-camera-switchers): Public ordinary functions
Function, (setf scene-cameras): Public ordinary functions
Function, (setf scene-characters): Public ordinary functions
Function, (setf scene-combined-anim): Public ordinary functions
Function, (setf scene-connections-dst): Public ordinary functions
Function, (setf scene-connections-src): Public ordinary functions
Function, (setf scene-constraints): Public ordinary functions
Function, (setf scene-display-layers): Public ordinary functions
Function, (setf scene-dom-root): Public ordinary functions
Function, (setf scene-elements): Public ordinary functions
Function, (setf scene-elements-by-name): Public ordinary functions
Function, (setf scene-empties): Public ordinary functions
Function, (setf scene-lights): Public ordinary functions
Function, (setf scene-line-curves): Public ordinary functions
Function, (setf scene-lod-groups): Public ordinary functions
Function, (setf scene-markers): Public ordinary functions
Function, (setf scene-materials): Public ordinary functions
Function, (setf scene-meshes): Public ordinary functions
Function, (setf scene-metadata): Public ordinary functions
Function, (setf scene-metadata-objects): Public ordinary functions
Function, (setf scene-nodes): Public ordinary functions
Function, (setf scene-nurbs-curves): Public ordinary functions
Function, (setf scene-nurbs-surfaces): Public ordinary functions
Function, (setf scene-nurbs-trim-boundaries): Public ordinary functions
Function, (setf scene-nurbs-trim-surfaces): Public ordinary functions
Function, (setf scene-poses): Public ordinary functions
Function, (setf scene-procedural-geometries): Public ordinary functions
Function, (setf scene-root-node): Public ordinary functions
Function, (setf scene-selection-nodes): Public ordinary functions
Function, (setf scene-selection-sets): Public ordinary functions
Function, (setf scene-settings): Public ordinary functions
Function, (setf scene-settings-ambient-color): Public ordinary functions
Function, (setf scene-settings-axes): Public ordinary functions
Function, (setf scene-settings-default-camera): Public ordinary functions
Function, (setf scene-settings-frames-per-second): Public ordinary functions
Function, (setf scene-settings-original-axis-up): Public ordinary functions
Function, (setf scene-settings-original-unit-meters): Public ordinary functions
Function, (setf scene-settings-props): Public ordinary functions
Function, (setf scene-settings-snap-mode): Public ordinary functions
Function, (setf scene-settings-time-mode): Public ordinary functions
Function, (setf scene-settings-time-protocol): Public ordinary functions
Function, (setf scene-settings-unit-meters): Public ordinary functions
Function, (setf scene-shader-bindings): Public ordinary functions
Function, (setf scene-shaders): Public ordinary functions
Function, (setf scene-skin-clusters): Public ordinary functions
Function, (setf scene-skin-deformers): Public ordinary functions
Function, (setf scene-stereo-cameras): Public ordinary functions
Function, (setf scene-texture-files): Public ordinary functions
Function, (setf scene-textures): Public ordinary functions
Function, (setf scene-unknowns): Public ordinary functions
Function, (setf scene-videos): Public ordinary functions
Function, (setf selection-node-edges): Public ordinary functions
Function, (setf selection-node-element): Public ordinary functions
Function, (setf selection-node-faces): Public ordinary functions
Function, (setf selection-node-include-node): Public ordinary functions
Function, (setf selection-node-target-mesh): Public ordinary functions
Function, (setf selection-node-target-node): Public ordinary functions
Function, (setf selection-node-vertices): Public ordinary functions
Function, (setf selection-set-element): Public ordinary functions
Function, (setf selection-set-nodes): Public ordinary functions
Function, (setf shader-binding-element): Public ordinary functions
Function, (setf shader-binding-prop-bindings): Public ordinary functions
Function, (setf shader-bindings): Public ordinary functions
Function, (setf shader-element): Public ordinary functions
Function, (setf shader-prop-binding-material-prop): Public ordinary functions
Function, (setf shader-prop-binding-shader-prop): Public ordinary functions
Function, (setf shader-texture-input-name): Public ordinary functions
Function, (setf shader-texture-input-prop): Public ordinary functions
Function, (setf shader-texture-input-texture): Public ordinary functions
Function, (setf shader-texture-input-texture-enabled): Public ordinary functions
Function, (setf shader-texture-input-texture-enabled-prop): Public ordinary functions
Function, (setf shader-texture-input-texture-output-index): Public ordinary functions
Function, (setf shader-texture-input-texture-prop): Public ordinary functions
Function, (setf shader-texture-input-value-blob): Public ordinary functions
Function, (setf shader-texture-input-value-int): Public ordinary functions
Function, (setf shader-texture-input-value-str): Public ordinary functions
Function, (setf shader-texture-input-value-vec4): Public ordinary functions
Function, (setf shader-texture-inputs): Public ordinary functions
Function, (setf shader-texture-main-texture): Public ordinary functions
Function, (setf shader-texture-main-texture-output-index): Public ordinary functions
Function, (setf shader-texture-prop-prefix): Public ordinary functions
Function, (setf shader-texture-raw-shader-source): Public ordinary functions
Function, (setf shader-texture-shader-name): Public ordinary functions
Function, (setf shader-texture-shader-source): Public ordinary functions
Function, (setf shader-texture-shader-type-id): Public ordinary functions
Function, (setf shader-texture-type): Public ordinary functions
Function, (setf shader-type): Public ordinary functions
Function, (setf skin-cluster-bind-to-world): Public ordinary functions
Function, (setf skin-cluster-bone-node): Public ordinary functions
Function, (setf skin-cluster-element): Public ordinary functions
Function, (setf skin-cluster-geometry-to-bone): Public ordinary functions
Function, (setf skin-cluster-geometry-to-world): Public ordinary functions
Function, (setf skin-cluster-geometry-to-world-transform): Public ordinary functions
Function, (setf skin-cluster-mesh-node-to-bone): Public ordinary functions
Function, (setf skin-cluster-num-weights): Public ordinary functions
Function, (setf skin-cluster-vertices): Public ordinary functions
Function, (setf skin-cluster-weights): Public ordinary functions
Function, (setf skin-deformer-clusters): Public ordinary functions
Function, (setf skin-deformer-dq-vertices): Public ordinary functions
Function, (setf skin-deformer-dq-weights): Public ordinary functions
Function, (setf skin-deformer-element): Public ordinary functions
Function, (setf skin-deformer-max-weights-per-vertex): Public ordinary functions
Function, (setf skin-deformer-num-dq-weights): Public ordinary functions
Function, (setf skin-deformer-skinning-method): Public ordinary functions
Function, (setf skin-deformer-vertices): Public ordinary functions
Function, (setf skin-deformer-weights): Public ordinary functions
Function, (setf skin-vertex-dq-weight): Public ordinary functions
Function, (setf skin-vertex-num-weights): Public ordinary functions
Function, (setf skin-vertex-weight-begin): Public ordinary functions
Function, (setf skin-weight-cluster-index): Public ordinary functions
Function, (setf skin-weight-weight): Public ordinary functions
Function, (setf stereo-camera-element): Public ordinary functions
Function, (setf stereo-camera-left): Public ordinary functions
Function, (setf stereo-camera-right): Public ordinary functions
Function, (setf stream-close-fn): Public ordinary functions
Function, (setf stream-read-fn): Public ordinary functions
Function, (setf stream-skip-fn): Public ordinary functions
Function, (setf stream-user): Public ordinary functions
Function, (setf string-data): Public ordinary functions
Function, (setf string-length): Public ordinary functions
Function, (setf subdivide-opts--begin-zero): Public ordinary functions
Function, (setf subdivide-opts--end-zero): Public ordinary functions
Function, (setf subdivide-opts-boundary): Public ordinary functions
Function, (setf subdivide-opts-evaluate-skin-weights): Public ordinary functions
Function, (setf subdivide-opts-evaluate-source-vertices): Public ordinary functions
Function, (setf subdivide-opts-ignore-normals): Public ordinary functions
Function, (setf subdivide-opts-interpolate-normals): Public ordinary functions
Function, (setf subdivide-opts-interpolate-tangents): Public ordinary functions
Function, (setf subdivide-opts-max-skin-weights): Public ordinary functions
Function, (setf subdivide-opts-max-source-vertices): Public ordinary functions
Function, (setf subdivide-opts-result-allocator): Public ordinary functions
Function, (setf subdivide-opts-skin-deformer-index): Public ordinary functions
Function, (setf subdivide-opts-temp-allocator): Public ordinary functions
Function, (setf subdivide-opts-uv-boundary): Public ordinary functions
Function, (setf subdivision-result-result-allocs): Public ordinary functions
Function, (setf subdivision-result-result-memory-used): Public ordinary functions
Function, (setf subdivision-result-skin-cluster-ranges): Public ordinary functions
Function, (setf subdivision-result-skin-cluster-weights): Public ordinary functions
Function, (setf subdivision-result-source-vertex-ranges): Public ordinary functions
Function, (setf subdivision-result-source-vertex-weights): Public ordinary functions
Function, (setf subdivision-result-temp-allocs): Public ordinary functions
Function, (setf subdivision-result-temp-memory-used): Public ordinary functions
Function, (setf subdivision-weight-index): Public ordinary functions
Function, (setf subdivision-weight-range-num-weights): Public ordinary functions
Function, (setf subdivision-weight-range-weight-begin): Public ordinary functions
Function, (setf subdivision-weight-weight): Public ordinary functions
Function, (setf surface-point-derivative-u): Public ordinary functions
Function, (setf surface-point-derivative-v): Public ordinary functions
Function, (setf surface-point-position): Public ordinary functions
Function, (setf surface-point-valid): Public ordinary functions
Function, (setf tangent-dx): Public ordinary functions
Function, (setf tangent-dy): Public ordinary functions
Function, (setf tessellate-curve-opts--begin-zero): Public ordinary functions
Function, (setf tessellate-curve-opts--end-zero): Public ordinary functions
Function, (setf tessellate-curve-opts-result-allocator): Public ordinary functions
Function, (setf tessellate-curve-opts-span-subdivision): Public ordinary functions
Function, (setf tessellate-curve-opts-temp-allocator): Public ordinary functions
Function, (setf tessellate-surface-opts--begin-zero): Public ordinary functions
Function, (setf tessellate-surface-opts--end-zero): Public ordinary functions
Function, (setf tessellate-surface-opts-result-allocator): Public ordinary functions
Function, (setf tessellate-surface-opts-span-subdivision-u): Public ordinary functions
Function, (setf tessellate-surface-opts-span-subdivision-v): Public ordinary functions
Function, (setf tessellate-surface-opts-temp-allocator): Public ordinary functions
Function, (setf texture-absolute-filename): Public ordinary functions
Function, (setf texture-content): Public ordinary functions
Function, (setf texture-element): Public ordinary functions
Function, (setf texture-file-absolute-filename): Public ordinary functions
Function, (setf texture-file-content): Public ordinary functions
Function, (setf texture-file-filename): Public ordinary functions
Function, (setf texture-file-idx): Public ordinary functions
Function, (setf texture-file-index): Public ordinary functions
Function, (setf texture-file-raw-absolute-filename): Public ordinary functions
Function, (setf texture-file-raw-filename): Public ordinary functions
Function, (setf texture-file-raw-relative-filename): Public ordinary functions
Function, (setf texture-file-relative-filename): Public ordinary functions
Function, (setf texture-file-textures): Public ordinary functions
Function, (setf texture-filename): Public ordinary functions
Function, (setf texture-has-file): Public ordinary functions
Function, (setf texture-has-uv-transform): Public ordinary functions
Function, (setf texture-layer-alpha): Public ordinary functions
Function, (setf texture-layer-blend-mode): Public ordinary functions
Function, (setf texture-layer-texture): Public ordinary functions
Function, (setf texture-layers): Public ordinary functions
Function, (setf texture-raw-absolute-filename): Public ordinary functions
Function, (setf texture-raw-filename): Public ordinary functions
Function, (setf texture-raw-relative-filename): Public ordinary functions
Function, (setf texture-relative-filename): Public ordinary functions
Function, (setf texture-shader): Public ordinary functions
Function, (setf texture-texture-to-uv): Public ordinary functions
Function, (setf texture-type): Public ordinary functions
Function, (setf texture-uv-set): Public ordinary functions
Function, (setf texture-uv-to-texture): Public ordinary functions
Function, (setf texture-uv-transform): Public ordinary functions
Function, (setf texture-video): Public ordinary functions
Function, (setf texture-wrap-u): Public ordinary functions
Function, (setf texture-wrap-v): Public ordinary functions
Function, (setf topo-edge-edge): Public ordinary functions
Function, (setf topo-edge-face): Public ordinary functions
Function, (setf topo-edge-flags): Public ordinary functions
Function, (setf topo-edge-index): Public ordinary functions
Function, (setf topo-edge-next): Public ordinary functions
Function, (setf topo-edge-prev): Public ordinary functions
Function, (setf topo-edge-twin): Public ordinary functions
Function, (setf transform-rotation): Public ordinary functions
Function, (setf transform-scale): Public ordinary functions
Function, (setf transform-translation): Public ordinary functions
Function, (setf unknown-element): Public ordinary functions
Function, (setf unknown-sub-type): Public ordinary functions
Function, (setf unknown-super-type): Public ordinary functions
Function, (setf unknown-type): Public ordinary functions
Function, (setf uv-set-index): Public ordinary functions
Function, (setf uv-set-name): Public ordinary functions
Function, (setf uv-set-vertex-bitangent): Public ordinary functions
Function, (setf uv-set-vertex-tangent): Public ordinary functions
Function, (setf uv-set-vertex-uv): Public ordinary functions
Function, (setf vec2-x): Public ordinary functions
Function, (setf vec2-y): Public ordinary functions
Function, (setf vec3-x): Public ordinary functions
Function, (setf vec3-y): Public ordinary functions
Function, (setf vec3-z): Public ordinary functions
Function, (setf vec4-w): Public ordinary functions
Function, (setf vec4-x): Public ordinary functions
Function, (setf vec4-y): Public ordinary functions
Function, (setf vec4-z): Public ordinary functions
Function, (setf vertex-attrib-exists): Public ordinary functions
Function, (setf vertex-attrib-indices): Public ordinary functions
Function, (setf vertex-attrib-unique-per-vertex): Public ordinary functions
Function, (setf vertex-attrib-value-reals): Public ordinary functions
Function, (setf vertex-attrib-values): Public ordinary functions
Function, (setf vertex-real-exists): Public ordinary functions
Function, (setf vertex-real-indices): Public ordinary functions
Function, (setf vertex-real-unique-per-vertex): Public ordinary functions
Function, (setf vertex-real-value-reals): Public ordinary functions
Function, (setf vertex-real-values): Public ordinary functions
Function, (setf vertex-stream-data): Public ordinary functions
Function, (setf vertex-stream-vertex-size): Public ordinary functions
Function, (setf vertex-vec2-exists): Public ordinary functions
Function, (setf vertex-vec2-indices): Public ordinary functions
Function, (setf vertex-vec2-unique-per-vertex): Public ordinary functions
Function, (setf vertex-vec2-value-reals): Public ordinary functions
Function, (setf vertex-vec2-values): Public ordinary functions
Function, (setf vertex-vec3-exists): Public ordinary functions
Function, (setf vertex-vec3-indices): Public ordinary functions
Function, (setf vertex-vec3-unique-per-vertex): Public ordinary functions
Function, (setf vertex-vec3-value-reals): Public ordinary functions
Function, (setf vertex-vec3-values): Public ordinary functions
Function, (setf vertex-vec4-exists): Public ordinary functions
Function, (setf vertex-vec4-indices): Public ordinary functions
Function, (setf vertex-vec4-unique-per-vertex): Public ordinary functions
Function, (setf vertex-vec4-value-reals): Public ordinary functions
Function, (setf vertex-vec4-values): Public ordinary functions
Function, (setf video-absolute-filename): Public ordinary functions
Function, (setf video-content): Public ordinary functions
Function, (setf video-element): Public ordinary functions
Function, (setf video-filename): Public ordinary functions
Function, (setf video-raw-absolute-filename): Public ordinary functions
Function, (setf video-raw-filename): Public ordinary functions
Function, (setf video-raw-relative-filename): Public ordinary functions
Function, (setf video-relative-filename): Public ordinary functions
Function, (setf warning-count): Public ordinary functions
Function, (setf warning-description): Public ordinary functions
Function, (setf warning-type): Public ordinary functions
Function, add-blend-shape-vertex-offsets: Public ordinary functions
Function, add-blend-vertex-offsets: Public ordinary functions
Function, allocator-alloc-fn: Public ordinary functions
Function, allocator-free-allocator-fn: Public ordinary functions
Function, allocator-free-fn: Public ordinary functions
Function, allocator-opts-allocation-limit: Public ordinary functions
Function, allocator-opts-allocator: Public ordinary functions
Function, allocator-opts-huge-threshold: Public ordinary functions
Function, allocator-opts-max-chunk-size: Public ordinary functions
Function, allocator-opts-memory-limit: Public ordinary functions
Function, allocator-realloc-fn: Public ordinary functions
Function, allocator-user: Public ordinary functions
Function, anim-curve-element: Public ordinary functions
Function, anim-curve-keyframes: Public ordinary functions
Function, anim-ignore-connections: Public ordinary functions
Function, anim-layer--element-id-bitmask: Public ordinary functions
Function, anim-layer--max-element-id: Public ordinary functions
Function, anim-layer--min-element-id: Public ordinary functions
Function, anim-layer-additive: Public ordinary functions
Function, anim-layer-anim: Public ordinary functions
Function, anim-layer-anim-props: Public ordinary functions
Function, anim-layer-anim-values: Public ordinary functions
Function, anim-layer-blended: Public ordinary functions
Function, anim-layer-compose-rotation: Public ordinary functions
Function, anim-layer-compose-scale: Public ordinary functions
Function, anim-layer-desc-layer: Public ordinary functions
Function, anim-layer-desc-weight: Public ordinary functions
Function, anim-layer-element: Public ordinary functions
Function, anim-layer-weight: Public ordinary functions
Function, anim-layer-weight-is-animated: Public ordinary functions
Function, anim-layers: Public ordinary functions
Function, anim-prop--internal-key: Public ordinary functions
Function, anim-prop-anim-value: Public ordinary functions
Function, anim-prop-element: Public ordinary functions
Function, anim-prop-overrides: Public ordinary functions
Function, anim-prop-prop-name: Public ordinary functions
Function, anim-stack-anim: Public ordinary functions
Function, anim-stack-element: Public ordinary functions
Function, anim-stack-layers: Public ordinary functions
Function, anim-stack-time-begin: Public ordinary functions
Function, anim-stack-time-end: Public ordinary functions
Function, anim-time-begin: Public ordinary functions
Function, anim-time-end: Public ordinary functions
Function, anim-value-curves: Public ordinary functions
Function, anim-value-default-value: Public ordinary functions
Function, anim-value-element: Public ordinary functions
Function, application-name: Public ordinary functions
Function, application-vendor: Public ordinary functions
Function, application-version: Public ordinary functions
Function, blend-channel-element: Public ordinary functions
Function, blend-channel-keyframes: Public ordinary functions
Function, blend-channel-weight: Public ordinary functions
Function, blend-deformer-channels: Public ordinary functions
Function, blend-deformer-element: Public ordinary functions
Function, blend-keyframe-effective-weight: Public ordinary functions
Function, blend-keyframe-shape: Public ordinary functions
Function, blend-keyframe-target-weight: Public ordinary functions
Function, blend-shape-element: Public ordinary functions
Function, blend-shape-normal-offsets: Public ordinary functions
Function, blend-shape-num-offsets: Public ordinary functions
Function, blend-shape-offset-vertices: Public ordinary functions
Function, blend-shape-position-offsets: Public ordinary functions
Function, blob-data: Public ordinary functions
Function, blob-size: Public ordinary functions
Function, bone-element: Public ordinary functions
Function, bone-is-root: Public ordinary functions
Function, bone-pose-bone-node: Public ordinary functions
Function, bone-pose-bone-to-world: Public ordinary functions
Function, bone-radius: Public ordinary functions
Function, bone-relative-length: Public ordinary functions
Function, cache-channel-frames: Public ordinary functions
Function, cache-channel-interpretation: Public ordinary functions
Function, cache-channel-interpretation-name: Public ordinary functions
Function, cache-channel-name: Public ordinary functions
Function, cache-deformer-channel: Public ordinary functions
Function, cache-deformer-element: Public ordinary functions
Function, cache-deformer-external-cache: Public ordinary functions
Function, cache-deformer-external-channel: Public ordinary functions
Function, cache-deformer-file: Public ordinary functions
Function, cache-file-absolute-filename: Public ordinary functions
Function, cache-file-element: Public ordinary functions
Function, cache-file-external-cache: Public ordinary functions
Function, cache-file-filename: Public ordinary functions
Function, cache-file-format: Public ordinary functions
Function, cache-file-raw-absolute-filename: Public ordinary functions
Function, cache-file-raw-filename: Public ordinary functions
Function, cache-file-raw-relative-filename: Public ordinary functions
Function, cache-file-relative-filename: Public ordinary functions
Function, cache-frame-channel: Public ordinary functions
Function, cache-frame-data-count: Public ordinary functions
Function, cache-frame-data-element-bytes: Public ordinary functions
Function, cache-frame-data-encoding: Public ordinary functions
Function, cache-frame-data-format: Public ordinary functions
Function, cache-frame-data-offset: Public ordinary functions
Function, cache-frame-data-total-bytes: Public ordinary functions
Function, cache-frame-file-format: Public ordinary functions
Function, cache-frame-filename: Public ordinary functions
Function, cache-frame-time: Public ordinary functions
Function, camera-aperture-format: Public ordinary functions
Function, camera-aperture-mode: Public ordinary functions
Function, camera-aperture-size-inch: Public ordinary functions
Function, camera-aspect-mode: Public ordinary functions
Function, camera-aspect-ratio: Public ordinary functions
Function, camera-element: Public ordinary functions
Function, camera-far-plane: Public ordinary functions
Function, camera-field-of-view-deg: Public ordinary functions
Function, camera-field-of-view-tan: Public ordinary functions
Function, camera-film-size-inch: Public ordinary functions
Function, camera-focal-length-mm: Public ordinary functions
Function, camera-gate-fit: Public ordinary functions
Function, camera-near-plane: Public ordinary functions
Function, camera-orthographic-extent: Public ordinary functions
Function, camera-orthographic-size: Public ordinary functions
Function, camera-projection-axes: Public ordinary functions
Function, camera-projection-mode: Public ordinary functions
Function, camera-projection-plane: Public ordinary functions
Function, camera-resolution: Public ordinary functions
Function, camera-resolution-is-pixels: Public ordinary functions
Function, camera-squeeze-ratio: Public ordinary functions
Function, camera-switcher-element: Public ordinary functions
Function, character-element: Public ordinary functions
Function, check-error: Private ordinary functions
Function, check-panic: Private ordinary functions
Function, close-memory-cb-fn: Public ordinary functions
Function, close-memory-cb-user: Public ordinary functions
Function, color-set-index: Public ordinary functions
Function, color-set-name: Public ordinary functions
Function, color-set-vertex-color: Public ordinary functions
Function, compile-slot-accessor: Private ordinary functions
Function, compute-normals: Public ordinary functions
Function, compute-topology: Public ordinary functions
Function, connection-dst: Public ordinary functions
Function, connection-dst-prop: Public ordinary functions
Function, connection-src: Public ordinary functions
Function, connection-src-prop: Public ordinary functions
Function, constraint-active: Public ordinary functions
Function, constraint-aim-up-node: Public ordinary functions
Function, constraint-aim-up-type: Public ordinary functions
Function, constraint-aim-up-vector: Public ordinary functions
Function, constraint-aim-vector: Public ordinary functions
Function, constraint-constrain-rotation: Public ordinary functions
Function, constraint-constrain-scale: Public ordinary functions
Function, constraint-constrain-translation: Public ordinary functions
Function, constraint-element: Public ordinary functions
Function, constraint-ik-effector: Public ordinary functions
Function, constraint-ik-end-node: Public ordinary functions
Function, constraint-ik-pole-vector: Public ordinary functions
Function, constraint-node: Public ordinary functions
Function, constraint-target-node: Public ordinary functions
Function, constraint-target-transform: Public ordinary functions
Function, constraint-target-weight: Public ordinary functions
Function, constraint-targets: Public ordinary functions
Function, constraint-transform-offset: Public ordinary functions
Function, constraint-type: Public ordinary functions
Function, constraint-type-name: Public ordinary functions
Function, constraint-weight: Public ordinary functions
Function, coordinate-axes-front: Public ordinary functions
Function, coordinate-axes-right: Public ordinary functions
Function, coordinate-axes-up: Public ordinary functions
Function, curve-point-derivative: Public ordinary functions
Function, curve-point-position: Public ordinary functions
Function, curve-point-valid: Public ordinary functions
Function, default-open-file: Public ordinary functions
Function, display-layer-element: Public ordinary functions
Function, display-layer-frozen: Public ordinary functions
Function, display-layer-nodes: Public ordinary functions
Function, display-layer-ui-color: Public ordinary functions
Function, display-layer-visible: Public ordinary functions
Function, dom-find: Public ordinary functions
Function, dom-node-children: Public ordinary functions
Function, dom-node-name: Public ordinary functions
Function, dom-node-values: Public ordinary functions
Function, dom-value-type: Public ordinary functions
Function, dom-value-value-blob: Public ordinary functions
Function, dom-value-value-float: Public ordinary functions
Function, dom-value-value-int: Public ordinary functions
Function, dom-value-value-str: Public ordinary functions
Function, edge-a: Public ordinary functions
Function, edge-b: Public ordinary functions
Function, element-connections-dst: Public ordinary functions
Function, element-connections-src: Public ordinary functions
Function, element-dom-node: Public ordinary functions
Function, element-element-id: Public ordinary functions
Function, element-instances: Public ordinary functions
Function, element-name: Public ordinary functions
Function, element-props: Public ordinary functions
Function, element-scene: Public ordinary functions
Function, element-type: Public ordinary functions
Function, element-typed-id: Public ordinary functions
Function, empty-element: Public ordinary functions
Function, error-description: Public ordinary functions
Function, error-frame-description: Public ordinary functions
Function, error-frame-function: Public ordinary functions
Function, error-frame-source-line: Public ordinary functions
Function, error-info: Public ordinary functions
Function, error-info-length: Public ordinary functions
Function, error-stack: Public ordinary functions
Function, error-stack-size: Public ordinary functions
Function, error-type: Public ordinary functions
Function, euler-to-quat: Public ordinary functions
Function, evaluate-anim-value-real: Public ordinary functions
Function, evaluate-anim-value-vec2: Public ordinary functions
Function, evaluate-anim-value-vec3: Public ordinary functions
Function, evaluate-blend-weight: Public ordinary functions
Function, evaluate-curve: Public ordinary functions
Function, evaluate-nurbs-basis: Public ordinary functions
Function, evaluate-nurbs-curve: Public ordinary functions
Function, evaluate-nurbs-surface: Public ordinary functions
Function, evaluate-opts--begin-zero: Public ordinary functions
Function, evaluate-opts--end-zero: Public ordinary functions
Function, evaluate-opts-evaluate-caches: Public ordinary functions
Function, evaluate-opts-evaluate-skinning: Public ordinary functions
Function, evaluate-opts-load-external-files: Public ordinary functions
Function, evaluate-opts-open-file-cb: Public ordinary functions
Function, evaluate-opts-result-allocator: Public ordinary functions
Function, evaluate-opts-temp-allocator: Public ordinary functions
Function, evaluate-prop: Public ordinary functions
Function, evaluate-props: Public ordinary functions
Function, evaluate-scene: Public ordinary functions
Function, evaluate-transform: Public ordinary functions
Function, face-group-face-indices: Public ordinary functions
Function, face-group-id: Public ordinary functions
Function, face-group-name: Public ordinary functions
Function, face-group-num-faces: Public ordinary functions
Function, face-group-num-triangles: Public ordinary functions
Function, face-index-begin: Public ordinary functions
Function, face-num-indices: Public ordinary functions
Function, fbx-error: Public ordinary functions
Function, fbx-panic: Public ordinary functions
Function, fbx-warning: Public ordinary functions
Function, find-anim-prop: Public ordinary functions
Function, find-anim-props: Public ordinary functions
Function, find-anim-stack: Public ordinary functions
Function, find-blob: Public ordinary functions
Function, find-bool: Public ordinary functions
Function, find-element: Public ordinary functions
Function, find-int: Public ordinary functions
Function, find-material: Public ordinary functions
Function, find-node: Public ordinary functions
Function, find-prop: Public ordinary functions
Function, find-prop-concat: Public ordinary functions
Function, find-prop-texture: Public ordinary functions
Function, find-real: Public ordinary functions
Function, find-shader-texture-input: Public ordinary functions
Function, find-string: Public ordinary functions
Function, find-vec3: Public ordinary functions
Function, format-error: Public ordinary functions
Function, free-geometry-cache: Public ordinary functions
Function, free-line-curve: Public ordinary functions
Function, free-mesh: Public ordinary functions
Function, free-scene: Public ordinary functions
Function, generate-indices: Public ordinary functions
Function, generate-normal-mapping: Public ordinary functions
Function, geometry-cache-channels: Public ordinary functions
Function, geometry-cache-data-opts--begin-zero: Public ordinary functions
Function, geometry-cache-data-opts--end-zero: Public ordinary functions
Function, geometry-cache-data-opts-additive: Public ordinary functions
Function, geometry-cache-data-opts-open-file-cb: Public ordinary functions
Function, geometry-cache-data-opts-use-weight: Public ordinary functions
Function, geometry-cache-data-opts-weight: Public ordinary functions
Function, geometry-cache-extra-info: Public ordinary functions
Function, geometry-cache-frames: Public ordinary functions
Function, geometry-cache-opts--begin-zero: Public ordinary functions
Function, geometry-cache-opts--end-zero: Public ordinary functions
Function, geometry-cache-opts-frames-per-second: Public ordinary functions
Function, geometry-cache-opts-open-file-cb: Public ordinary functions
Function, geometry-cache-opts-result-allocator: Public ordinary functions
Function, geometry-cache-opts-temp-allocator: Public ordinary functions
Function, geometry-cache-root-filename: Public ordinary functions
Function, get-blend-shape-vertex-offset: Public ordinary functions
Function, get-blend-vertex-offset: Public ordinary functions
Function, get-compatible-matrix-for-normals: Public ordinary functions
Function, get-prop-element: Public ordinary functions
Function, get-skin-vertex-matrix: Public ordinary functions
Function, get-triangulate-face-num-indices: Public ordinary functions
Function, get-vertex-real: Public ordinary functions
Function, get-weighted-face-normal: Public ordinary functions
Function, global-pointer: Private ordinary functions
Function, inflate: Public ordinary functions
Function, inflate-error: Public ordinary functions
Function, inflate-input-buffer: Public ordinary functions
Function, inflate-input-buffer-size: Public ordinary functions
Function, inflate-input-data: Public ordinary functions
Function, inflate-input-data-size: Public ordinary functions
Function, inflate-input-internal-fast-bits: Public ordinary functions
Function, inflate-input-no-checksum: Public ordinary functions
Function, inflate-input-no-header: Public ordinary functions
Function, inflate-input-progress-cb: Public ordinary functions
Function, inflate-input-progress-interval-hint: Public ordinary functions
Function, inflate-input-progress-size-after: Public ordinary functions
Function, inflate-input-progress-size-before: Public ordinary functions
Function, inflate-input-read-fn: Public ordinary functions
Function, inflate-input-read-user: Public ordinary functions
Function, inflate-input-total-size: Public ordinary functions
Function, inflate-retain-data: Public ordinary functions
Function, inflate-retain-initialized: Public ordinary functions
Function, init: Public ordinary functions
Function, is-thread-safe: Public ordinary functions
Function, keyframe-interpolation: Public ordinary functions
Function, keyframe-left: Public ordinary functions
Function, keyframe-right: Public ordinary functions
Function, keyframe-time: Public ordinary functions
Function, keyframe-value: Public ordinary functions
Function, light-area-shape: Public ordinary functions
Function, light-cast-light: Public ordinary functions
Function, light-cast-shadows: Public ordinary functions
Function, light-color: Public ordinary functions
Function, light-decay: Public ordinary functions
Function, light-element: Public ordinary functions
Function, light-inner-angle: Public ordinary functions
Function, light-intensity: Public ordinary functions
Function, light-local-direction: Public ordinary functions
Function, light-outer-angle: Public ordinary functions
Function, light-type: Public ordinary functions
Function, line-curve-color: Public ordinary functions
Function, line-curve-control-points: Public ordinary functions
Function, line-curve-element: Public ordinary functions
Function, line-curve-from-tessellated-nurbs: Public ordinary functions
Function, line-curve-point-indices: Public ordinary functions
Function, line-curve-segments: Public ordinary functions
Function, line-segment-index-begin: Public ordinary functions
Function, line-segment-num-indices: Public ordinary functions
Function, list-count: Public ordinary functions
Function, list-data: Public ordinary functions
Function, load-file: Public ordinary functions
Function, load-geometry-cache: Public ordinary functions
Function, load-memory: Public ordinary functions
Function, load-opts--begin-zero: Public ordinary functions
Function, load-opts--end-zero: Public ordinary functions
Function, load-opts-allow-empty-faces: Public ordinary functions
Function, load-opts-allow-missing-vertex-position: Public ordinary functions
Function, load-opts-allow-nodes-out-of-root: Public ordinary functions
Function, load-opts-allow-null-material: Public ordinary functions
Function, load-opts-allow-unsafe: Public ordinary functions
Function, load-opts-clean-skin-weights: Public ordinary functions
Function, load-opts-connect-broken-elements: Public ordinary functions
Function, load-opts-disable-quirks: Public ordinary functions
Function, load-opts-evaluate-caches: Public ordinary functions
Function, load-opts-evaluate-skinning: Public ordinary functions
Function, load-opts-file-format: Public ordinary functions
Function, load-opts-file-format-lookahead: Public ordinary functions
Function, load-opts-file-size-estimate: Public ordinary functions
Function, load-opts-filename: Public ordinary functions
Function, load-opts-generate-missing-normals: Public ordinary functions
Function, load-opts-geometry-transform-handling: Public ordinary functions
Function, load-opts-geometry-transform-helper-name: Public ordinary functions
Function, load-opts-ignore-all-content: Public ordinary functions
Function, load-opts-ignore-animation: Public ordinary functions
Function, load-opts-ignore-embedded: Public ordinary functions
Function, load-opts-ignore-geometry: Public ordinary functions
Function, load-opts-ignore-missing-external-files: Public ordinary functions
Function, load-opts-index-error-handling: Public ordinary functions
Function, load-opts-load-external-files: Public ordinary functions
Function, load-opts-no-anim-curve-unit-scaling: Public ordinary functions
Function, load-opts-no-format-from-content: Public ordinary functions
Function, load-opts-no-format-from-extension: Public ordinary functions
Function, load-opts-no-prop-unit-scaling: Public ordinary functions
Function, load-opts-normalize-normals: Public ordinary functions
Function, load-opts-normalize-tangents: Public ordinary functions
Function, load-opts-obj-merge-groups: Public ordinary functions
Function, load-opts-obj-merge-objects: Public ordinary functions
Function, load-opts-obj-mtl-data: Public ordinary functions
Function, load-opts-obj-mtl-path: Public ordinary functions
Function, load-opts-obj-search-mtl-by-filename: Public ordinary functions
Function, load-opts-obj-split-groups: Public ordinary functions
Function, load-opts-open-file-cb: Public ordinary functions
Function, load-opts-open-main-file-with-default: Public ordinary functions
Function, load-opts-path-separator: Public ordinary functions
Function, load-opts-progress-cb: Public ordinary functions
Function, load-opts-progress-interval-hint: Public ordinary functions
Function, load-opts-raw-filename: Public ordinary functions
Function, load-opts-read-buffer-size: Public ordinary functions
Function, load-opts-result-allocator: Public ordinary functions
Function, load-opts-retain-dom: Public ordinary functions
Function, load-opts-root-transform: Public ordinary functions
Function, load-opts-skip-skin-vertices: Public ordinary functions
Function, load-opts-space-conversion: Public ordinary functions
Function, load-opts-strict: Public ordinary functions
Function, load-opts-target-axes: Public ordinary functions
Function, load-opts-target-camera-axes: Public ordinary functions
Function, load-opts-target-light-axes: Public ordinary functions
Function, load-opts-target-unit-meters: Public ordinary functions
Function, load-opts-temp-allocator: Public ordinary functions
Function, load-opts-unicode-error-handling: Public ordinary functions
Function, load-opts-use-root-transform: Public ordinary functions
Function, load-stdio: Public ordinary functions
Function, load-stdio-prefix: Public ordinary functions
Function, load-stream: Public ordinary functions
Function, load-stream-prefix: Public ordinary functions
Function, lod-group-distance-limit-max: Public ordinary functions
Function, lod-group-distance-limit-min: Public ordinary functions
Function, lod-group-element: Public ordinary functions
Function, lod-group-ignore-parent-transform: Public ordinary functions
Function, lod-group-lod-levels: Public ordinary functions
Function, lod-group-relative-distances: Public ordinary functions
Function, lod-group-use-distance-limit: Public ordinary functions
Function, lod-level-display: Public ordinary functions
Function, lod-level-distance: Public ordinary functions
Function, make-foreign-vector: Public ordinary functions
Function, marker-element: Public ordinary functions
Function, marker-type: Public ordinary functions
Function, material-element: Public ordinary functions
Function, material-fbx: Public ordinary functions
Function, material-fbx-maps-ambient-color: Public ordinary functions
Function, material-fbx-maps-ambient-factor: Public ordinary functions
Function, material-fbx-maps-bump: Public ordinary functions
Function, material-fbx-maps-bump-factor: Public ordinary functions
Function, material-fbx-maps-diffuse-color: Public ordinary functions
Function, material-fbx-maps-diffuse-factor: Public ordinary functions
Function, material-fbx-maps-displacement: Public ordinary functions
Function, material-fbx-maps-displacement-factor: Public ordinary functions
Function, material-fbx-maps-emission-color: Public ordinary functions
Function, material-fbx-maps-emission-factor: Public ordinary functions
Function, material-fbx-maps-normal-map: Public ordinary functions
Function, material-fbx-maps-reflection-color: Public ordinary functions
Function, material-fbx-maps-reflection-factor: Public ordinary functions
Function, material-fbx-maps-specular-color: Public ordinary functions
Function, material-fbx-maps-specular-exponent: Public ordinary functions
Function, material-fbx-maps-specular-factor: Public ordinary functions
Function, material-fbx-maps-transparency-color: Public ordinary functions
Function, material-fbx-maps-transparency-factor: Public ordinary functions
Function, material-fbx-maps-vector-displacement: Public ordinary functions
Function, material-fbx-maps-vector-displacement-factor: Public ordinary functions
Function, material-feature-info-enabled: Public ordinary functions
Function, material-feature-info-is-explicit: Public ordinary functions
Function, material-features: Public ordinary functions
Function, material-features-ambient-occlusion: Public ordinary functions
Function, material-features-caustics: Public ordinary functions
Function, material-features-coat: Public ordinary functions
Function, material-features-coat-roughness-as-glossiness: Public ordinary functions
Function, material-features-diffuse: Public ordinary functions
Function, material-features-diffuse-roughness: Public ordinary functions
Function, material-features-double-sided: Public ordinary functions
Function, material-features-emission: Public ordinary functions
Function, material-features-exit-to-background: Public ordinary functions
Function, material-features-internal-reflections: Public ordinary functions
Function, material-features-ior: Public ordinary functions
Function, material-features-matte: Public ordinary functions
Function, material-features-metalness: Public ordinary functions
Function, material-features-opacity: Public ordinary functions
Function, material-features-pbr: Public ordinary functions
Function, material-features-roughness-as-glossiness: Public ordinary functions
Function, material-features-sheen: Public ordinary functions
Function, material-features-specular: Public ordinary functions
Function, material-features-thin-walled: Public ordinary functions
Function, material-features-transmission: Public ordinary functions
Function, material-features-transmission-roughness: Public ordinary functions
Function, material-features-transmission-roughness-as-glossiness: Public ordinary functions
Function, material-features-unlit: Public ordinary functions
Function, material-map-feature-disabled: Public ordinary functions
Function, material-map-has-value: Public ordinary functions
Function, material-map-texture: Public ordinary functions
Function, material-map-texture-enabled: Public ordinary functions
Function, material-map-value-components: Public ordinary functions
Function, material-map-value-int: Public ordinary functions
Function, material-map-value-vec4: Public ordinary functions
Function, material-pbr: Public ordinary functions
Function, material-pbr-maps-ambient-occlusion: Public ordinary functions
Function, material-pbr-maps-base-color: Public ordinary functions
Function, material-pbr-maps-base-factor: Public ordinary functions
Function, material-pbr-maps-coat-affect-base-color: Public ordinary functions
Function, material-pbr-maps-coat-affect-base-roughness: Public ordinary functions
Function, material-pbr-maps-coat-anisotropy: Public ordinary functions
Function, material-pbr-maps-coat-color: Public ordinary functions
Function, material-pbr-maps-coat-factor: Public ordinary functions
Function, material-pbr-maps-coat-glossiness: Public ordinary functions
Function, material-pbr-maps-coat-ior: Public ordinary functions
Function, material-pbr-maps-coat-normal: Public ordinary functions
Function, material-pbr-maps-coat-rotation: Public ordinary functions
Function, material-pbr-maps-coat-roughness: Public ordinary functions
Function, material-pbr-maps-diffuse-roughness: Public ordinary functions
Function, material-pbr-maps-displacement-map: Public ordinary functions
Function, material-pbr-maps-emission-color: Public ordinary functions
Function, material-pbr-maps-emission-factor: Public ordinary functions
Function, material-pbr-maps-glossiness: Public ordinary functions
Function, material-pbr-maps-indirect-diffuse: Public ordinary functions
Function, material-pbr-maps-indirect-specular: Public ordinary functions
Function, material-pbr-maps-matte-color: Public ordinary functions
Function, material-pbr-maps-matte-factor: Public ordinary functions
Function, material-pbr-maps-metalness: Public ordinary functions
Function, material-pbr-maps-normal-map: Public ordinary functions
Function, material-pbr-maps-opacity: Public ordinary functions
Function, material-pbr-maps-roughness: Public ordinary functions
Function, material-pbr-maps-sheen-color: Public ordinary functions
Function, material-pbr-maps-sheen-factor: Public ordinary functions
Function, material-pbr-maps-sheen-roughness: Public ordinary functions
Function, material-pbr-maps-specular-anisotropy: Public ordinary functions
Function, material-pbr-maps-specular-color: Public ordinary functions
Function, material-pbr-maps-specular-factor: Public ordinary functions
Function, material-pbr-maps-specular-ior: Public ordinary functions
Function, material-pbr-maps-specular-rotation: Public ordinary functions
Function, material-pbr-maps-subsurface-anisotropy: Public ordinary functions
Function, material-pbr-maps-subsurface-color: Public ordinary functions
Function, material-pbr-maps-subsurface-factor: Public ordinary functions
Function, material-pbr-maps-subsurface-radius: Public ordinary functions
Function, material-pbr-maps-subsurface-scale: Public ordinary functions
Function, material-pbr-maps-subsurface-tint-color: Public ordinary functions
Function, material-pbr-maps-subsurface-type: Public ordinary functions
Function, material-pbr-maps-tangent-map: Public ordinary functions
Function, material-pbr-maps-thin-film-ior: Public ordinary functions
Function, material-pbr-maps-thin-film-thickness: Public ordinary functions
Function, material-pbr-maps-transmission-color: Public ordinary functions
Function, material-pbr-maps-transmission-depth: Public ordinary functions
Function, material-pbr-maps-transmission-dispersion: Public ordinary functions
Function, material-pbr-maps-transmission-enable-in-aov: Public ordinary functions
Function, material-pbr-maps-transmission-extra-roughness: Public ordinary functions
Function, material-pbr-maps-transmission-factor: Public ordinary functions
Function, material-pbr-maps-transmission-glossiness: Public ordinary functions
Function, material-pbr-maps-transmission-priority: Public ordinary functions
Function, material-pbr-maps-transmission-roughness: Public ordinary functions
Function, material-pbr-maps-transmission-scatter: Public ordinary functions
Function, material-pbr-maps-transmission-scatter-anisotropy: Public ordinary functions
Function, material-shader: Public ordinary functions
Function, material-shader-prop-prefix: Public ordinary functions
Function, material-shader-type: Public ordinary functions
Function, material-shading-model-name: Public ordinary functions
Function, material-texture-material-prop: Public ordinary functions
Function, material-texture-shader-prop: Public ordinary functions
Function, material-texture-texture: Public ordinary functions
Function, material-textures: Public ordinary functions
Function, matrix-determinant: Public ordinary functions
Function, matrix-for-normals: Public ordinary functions
Function, matrix-invert: Public ordinary functions
Function, matrix-mul: Public ordinary functions
Function, matrix-to-transform: Public ordinary functions
Function, matrix-v: Public ordinary functions
Function, mesh-all-deformers: Public ordinary functions
Function, mesh-blend-deformers: Public ordinary functions
Function, mesh-cache-deformers: Public ordinary functions
Function, mesh-color-sets: Public ordinary functions
Function, mesh-edge-crease: Public ordinary functions
Function, mesh-edge-smoothing: Public ordinary functions
Function, mesh-edge-visibility: Public ordinary functions
Function, mesh-edges: Public ordinary functions
Function, mesh-element: Public ordinary functions
Function, mesh-face-group: Public ordinary functions
Function, mesh-face-groups: Public ordinary functions
Function, mesh-face-hole: Public ordinary functions
Function, mesh-face-material: Public ordinary functions
Function, mesh-face-smoothing: Public ordinary functions
Function, mesh-faces: Public ordinary functions
Function, mesh-from-tessellated-nurbs: Public ordinary functions
Function, mesh-generated-normals: Public ordinary functions
Function, mesh-material-face-indices: Public ordinary functions
Function, mesh-material-material: Public ordinary functions
Function, mesh-material-num-empty-faces: Public ordinary functions
Function, mesh-material-num-faces: Public ordinary functions
Function, mesh-material-num-line-faces: Public ordinary functions
Function, mesh-material-num-point-faces: Public ordinary functions
Function, mesh-material-num-triangles: Public ordinary functions
Function, mesh-materials: Public ordinary functions
Function, mesh-max-face-triangles: Public ordinary functions
Function, mesh-num-edges: Public ordinary functions
Function, mesh-num-empty-faces: Public ordinary functions
Function, mesh-num-faces: Public ordinary functions
Function, mesh-num-indices: Public ordinary functions
Function, mesh-num-line-faces: Public ordinary functions
Function, mesh-num-point-faces: Public ordinary functions
Function, mesh-num-triangles: Public ordinary functions
Function, mesh-num-vertices: Public ordinary functions
Function, mesh-skin-deformers: Public ordinary functions
Function, mesh-skinned-is-local: Public ordinary functions
Function, mesh-skinned-normal: Public ordinary functions
Function, mesh-skinned-position: Public ordinary functions
Function, mesh-subdivision-boundary: Public ordinary functions
Function, mesh-subdivision-display-mode: Public ordinary functions
Function, mesh-subdivision-evaluated: Public ordinary functions
Function, mesh-subdivision-preview-levels: Public ordinary functions
Function, mesh-subdivision-render-levels: Public ordinary functions
Function, mesh-subdivision-result: Public ordinary functions
Function, mesh-subdivision-uv-boundary: Public ordinary functions
Function, mesh-uv-sets: Public ordinary functions
Function, mesh-vertex-bitangent: Public ordinary functions
Function, mesh-vertex-color: Public ordinary functions
Function, mesh-vertex-crease: Public ordinary functions
Function, mesh-vertex-first-index: Public ordinary functions
Function, mesh-vertex-indices: Public ordinary functions
Function, mesh-vertex-normal: Public ordinary functions
Function, mesh-vertex-position: Public ordinary functions
Function, mesh-vertex-tangent: Public ordinary functions
Function, mesh-vertex-uv: Public ordinary functions
Function, mesh-vertices: Public ordinary functions
Function, metadata-animation-ignored: Public ordinary functions
Function, metadata-ascii: Public ordinary functions
Function, metadata-big-endian: Public ordinary functions
Function, metadata-bone-prop-limb-length-relative: Public ordinary functions
Function, metadata-bone-prop-size-unit: Public ordinary functions
Function, metadata-creator: Public ordinary functions
Function, metadata-element-buffer-size: Public ordinary functions
Function, metadata-embedded-ignored: Public ordinary functions
Function, metadata-exporter: Public ordinary functions
Function, metadata-exporter-version: Public ordinary functions
Function, metadata-file-format: Public ordinary functions
Function, metadata-filename: Public ordinary functions
Function, metadata-geometry-ignored: Public ordinary functions
Function, metadata-has-warning: Public ordinary functions
Function, metadata-is-unsafe: Public ordinary functions
Function, metadata-ktime-to-sec: Public ordinary functions
Function, metadata-latest-application: Public ordinary functions
Function, metadata-max-face-triangles: Public ordinary functions
Function, metadata-may-contain-broken-elements: Public ordinary functions
Function, metadata-may-contain-missing-vertex-position: Public ordinary functions
Function, metadata-may-contain-no-index: Public ordinary functions
Function, metadata-may-contain-null-materials: Public ordinary functions
Function, metadata-num-shader-textures: Public ordinary functions
Function, metadata-object-element: Public ordinary functions
Function, metadata-original-application: Public ordinary functions
Function, metadata-original-file-path: Public ordinary functions
Function, metadata-raw-filename: Public ordinary functions
Function, metadata-raw-original-file-path: Public ordinary functions
Function, metadata-raw-relative-root: Public ordinary functions
Function, metadata-relative-root: Public ordinary functions
Function, metadata-result-allocs: Public ordinary functions
Function, metadata-result-memory-used: Public ordinary functions
Function, metadata-scene-props: Public ordinary functions
Function, metadata-temp-allocs: Public ordinary functions
Function, metadata-temp-memory-used: Public ordinary functions
Function, metadata-version: Public ordinary functions
Function, metadata-warnings: Public ordinary functions
Function, name-element--internal-key: Public ordinary functions
Function, name-element-element: Public ordinary functions
Function, name-element-name: Public ordinary functions
Function, name-element-type: Public ordinary functions
Function, node-adjust-post-rotation: Public ordinary functions
Function, node-adjust-pre-rotation: Public ordinary functions
Function, node-adjust-pre-scale: Public ordinary functions
Function, node-all-attribs: Public ordinary functions
Function, node-attrib: Public ordinary functions
Function, node-attrib-type: Public ordinary functions
Function, node-bone: Public ordinary functions
Function, node-camera: Public ordinary functions
Function, node-children: Public ordinary functions
Function, node-element: Public ordinary functions
Function, node-euler-rotation: Public ordinary functions
Function, node-geometry-to-node: Public ordinary functions
Function, node-geometry-to-world: Public ordinary functions
Function, node-geometry-transform: Public ordinary functions
Function, node-geometry-transform-helper: Public ordinary functions
Function, node-has-adjust-transform: Public ordinary functions
Function, node-has-geometry-transform: Public ordinary functions
Function, node-inherit-type: Public ordinary functions
Function, node-is-geometry-transform-helper: Public ordinary functions
Function, node-is-root: Public ordinary functions
Function, node-light: Public ordinary functions
Function, node-local-transform: Public ordinary functions
Function, node-materials: Public ordinary functions
Function, node-mesh: Public ordinary functions
Function, node-node-depth: Public ordinary functions
Function, node-node-to-parent: Public ordinary functions
Function, node-node-to-world: Public ordinary functions
Function, node-parent: Public ordinary functions
Function, node-rotation-order: Public ordinary functions
Function, node-visible: Public ordinary functions
Function, node-world-transform: Public ordinary functions
Function, nurbs-basis-is-2d: Public ordinary functions
Function, nurbs-basis-knot-vector: Public ordinary functions
Function, nurbs-basis-num-wrap-control-points: Public ordinary functions
Function, nurbs-basis-order: Public ordinary functions
Function, nurbs-basis-spans: Public ordinary functions
Function, nurbs-basis-t-max: Public ordinary functions
Function, nurbs-basis-t-min: Public ordinary functions
Function, nurbs-basis-topology: Public ordinary functions
Function, nurbs-basis-valid: Public ordinary functions
Function, nurbs-curve-basis: Public ordinary functions
Function, nurbs-curve-control-points: Public ordinary functions
Function, nurbs-curve-element: Public ordinary functions
Function, nurbs-surface-basis-u: Public ordinary functions
Function, nurbs-surface-basis-v: Public ordinary functions
Function, nurbs-surface-control-points: Public ordinary functions
Function, nurbs-surface-element: Public ordinary functions
Function, nurbs-surface-flip-normals: Public ordinary functions
Function, nurbs-surface-material: Public ordinary functions
Function, nurbs-surface-num-control-points-u: Public ordinary functions
Function, nurbs-surface-num-control-points-v: Public ordinary functions
Function, nurbs-surface-span-subdivision-u: Public ordinary functions
Function, nurbs-surface-span-subdivision-v: Public ordinary functions
Function, nurbs-trim-boundary-element: Public ordinary functions
Function, nurbs-trim-surface-element: Public ordinary functions
Function, open-file: Public ordinary functions
Function, open-file-cb-fn: Public ordinary functions
Function, open-file-cb-user: Public ordinary functions
Function, open-file-info-original-filename: Public ordinary functions
Function, open-file-info-temp-allocator: Public ordinary functions
Function, open-file-info-type: Public ordinary functions
Function, open-memory: Public ordinary functions
Function, open-memory-opts--begin-zero: Public ordinary functions
Function, open-memory-opts--end-zero: Public ordinary functions
Function, open-memory-opts-allocator: Public ordinary functions
Function, open-memory-opts-close-cb: Public ordinary functions
Function, open-memory-opts-no-copy: Public ordinary functions
Function, panic-did-panic: Public ordinary functions
Function, panic-message: Public ordinary functions
Function, panic-message-length: Public ordinary functions
Function, parse: Public ordinary functions
Function, pose-bind-pose: Public ordinary functions
Function, pose-bone-poses: Public ordinary functions
Function, pose-element: Public ordinary functions
Function, prepare-prop-overrides: Public ordinary functions
Function, procedural-geometry-element: Public ordinary functions
Function, progress-bytes-read: Public ordinary functions
Function, progress-bytes-total: Public ordinary functions
Function, progress-cb-fn: Public ordinary functions
Function, progress-cb-user: Public ordinary functions
Function, prop--internal-key: Public ordinary functions
Function, prop-flags: Public ordinary functions
Function, prop-name: Public ordinary functions
Function, prop-override--internal-key: Public ordinary functions
Function, prop-override-element-id: Public ordinary functions
Function, prop-override-prop-name: Public ordinary functions
Function, prop-override-value: Public ordinary functions
Function, prop-override-value-int: Public ordinary functions
Function, prop-override-value-str: Public ordinary functions
Function, prop-type: Public ordinary functions
Function, prop-value-blob: Public ordinary functions
Function, prop-value-int: Public ordinary functions
Function, prop-value-str: Public ordinary functions
Function, prop-value-vec4: Public ordinary functions
Function, props-defaults: Public ordinary functions
Function, props-num-animated: Public ordinary functions
Function, props-props: Public ordinary functions
Function, quat-dot: Public ordinary functions
Function, quat-fix-antipodal: Public ordinary functions
Function, quat-mul: Public ordinary functions
Function, quat-normalize: Public ordinary functions
Function, quat-rotate-vec3: Public ordinary functions
Function, quat-slerp: Public ordinary functions
Function, quat-to-euler: Public ordinary functions
Function, quat-w: Public ordinary functions
Function, quat-x: Public ordinary functions
Function, quat-y: Public ordinary functions
Function, quat-z: Public ordinary functions
Function, read-geometry-cache-real: Public ordinary functions
Function, read-geometry-cache-vec3: Public ordinary functions
Function, retain-geometry-cache: Public ordinary functions
Function, retain-line-curve: Public ordinary functions
Function, retain-mesh: Public ordinary functions
Function, retain-scene: Public ordinary functions
Function, sample-geometry-cache-real: Public ordinary functions
Function, sample-geometry-cache-vec3: Public ordinary functions
Function, scene-anim: Public ordinary functions
Function, scene-anim-curves: Public ordinary functions
Function, scene-anim-layers: Public ordinary functions
Function, scene-anim-stacks: Public ordinary functions
Function, scene-anim-values: Public ordinary functions
Function, scene-blend-channels: Public ordinary functions
Function, scene-blend-deformers: Public ordinary functions
Function, scene-blend-shapes: Public ordinary functions
Function, scene-bones: Public ordinary functions
Function, scene-cache-deformers: Public ordinary functions
Function, scene-cache-files: Public ordinary functions
Function, scene-camera-switchers: Public ordinary functions
Function, scene-cameras: Public ordinary functions
Function, scene-characters: Public ordinary functions
Function, scene-combined-anim: Public ordinary functions
Function, scene-connections-dst: Public ordinary functions
Function, scene-connections-src: Public ordinary functions
Function, scene-constraints: Public ordinary functions
Function, scene-display-layers: Public ordinary functions
Function, scene-dom-root: Public ordinary functions
Function, scene-elements: Public ordinary functions
Function, scene-elements-by-name: Public ordinary functions
Function, scene-empties: Public ordinary functions
Function, scene-lights: Public ordinary functions
Function, scene-line-curves: Public ordinary functions
Function, scene-lod-groups: Public ordinary functions
Function, scene-markers: Public ordinary functions
Function, scene-materials: Public ordinary functions
Function, scene-meshes: Public ordinary functions
Function, scene-metadata: Public ordinary functions
Function, scene-metadata-objects: Public ordinary functions
Function, scene-nodes: Public ordinary functions
Function, scene-nurbs-curves: Public ordinary functions
Function, scene-nurbs-surfaces: Public ordinary functions
Function, scene-nurbs-trim-boundaries: Public ordinary functions
Function, scene-nurbs-trim-surfaces: Public ordinary functions
Function, scene-poses: Public ordinary functions
Function, scene-procedural-geometries: Public ordinary functions
Function, scene-root-node: Public ordinary functions
Function, scene-selection-nodes: Public ordinary functions
Function, scene-selection-sets: Public ordinary functions
Function, scene-settings: Public ordinary functions
Function, scene-settings-ambient-color: Public ordinary functions
Function, scene-settings-axes: Public ordinary functions
Function, scene-settings-default-camera: Public ordinary functions
Function, scene-settings-frames-per-second: Public ordinary functions
Function, scene-settings-original-axis-up: Public ordinary functions
Function, scene-settings-original-unit-meters: Public ordinary functions
Function, scene-settings-props: Public ordinary functions
Function, scene-settings-snap-mode: Public ordinary functions
Function, scene-settings-time-mode: Public ordinary functions
Function, scene-settings-time-protocol: Public ordinary functions
Function, scene-settings-unit-meters: Public ordinary functions
Function, scene-shader-bindings: Public ordinary functions
Function, scene-shaders: Public ordinary functions
Function, scene-skin-clusters: Public ordinary functions
Function, scene-skin-deformers: Public ordinary functions
Function, scene-stereo-cameras: Public ordinary functions
Function, scene-texture-files: Public ordinary functions
Function, scene-textures: Public ordinary functions
Function, scene-unknowns: Public ordinary functions
Function, scene-videos: Public ordinary functions
Function, selection-node-edges: Public ordinary functions
Function, selection-node-element: Public ordinary functions
Function, selection-node-faces: Public ordinary functions
Function, selection-node-include-node: Public ordinary functions
Function, selection-node-target-mesh: Public ordinary functions
Function, selection-node-target-node: Public ordinary functions
Function, selection-node-vertices: Public ordinary functions
Function, selection-set-element: Public ordinary functions
Function, selection-set-nodes: Public ordinary functions
Function, shader-binding-element: Public ordinary functions
Function, shader-binding-prop-bindings: Public ordinary functions
Function, shader-bindings: Public ordinary functions
Function, shader-element: Public ordinary functions
Function, shader-prop-binding-material-prop: Public ordinary functions
Function, shader-prop-binding-shader-prop: Public ordinary functions
Function, shader-texture-input-name: Public ordinary functions
Function, shader-texture-input-prop: Public ordinary functions
Function, shader-texture-input-texture: Public ordinary functions
Function, shader-texture-input-texture-enabled: Public ordinary functions
Function, shader-texture-input-texture-enabled-prop: Public ordinary functions
Function, shader-texture-input-texture-output-index: Public ordinary functions
Function, shader-texture-input-texture-prop: Public ordinary functions
Function, shader-texture-input-value-blob: Public ordinary functions
Function, shader-texture-input-value-int: Public ordinary functions
Function, shader-texture-input-value-str: Public ordinary functions
Function, shader-texture-input-value-vec4: Public ordinary functions
Function, shader-texture-inputs: Public ordinary functions
Function, shader-texture-main-texture: Public ordinary functions
Function, shader-texture-main-texture-output-index: Public ordinary functions
Function, shader-texture-prop-prefix: Public ordinary functions
Function, shader-texture-raw-shader-source: Public ordinary functions
Function, shader-texture-shader-name: Public ordinary functions
Function, shader-texture-shader-source: Public ordinary functions
Function, shader-texture-shader-type-id: Public ordinary functions
Function, shader-texture-type: Public ordinary functions
Function, shader-type: Public ordinary functions
Function, shutdown: Public ordinary functions
Function, skin-cluster-bind-to-world: Public ordinary functions
Function, skin-cluster-bone-node: Public ordinary functions
Function, skin-cluster-element: Public ordinary functions
Function, skin-cluster-geometry-to-bone: Public ordinary functions
Function, skin-cluster-geometry-to-world: Public ordinary functions
Function, skin-cluster-geometry-to-world-transform: Public ordinary functions
Function, skin-cluster-mesh-node-to-bone: Public ordinary functions
Function, skin-cluster-num-weights: Public ordinary functions
Function, skin-cluster-vertices: Public ordinary functions
Function, skin-cluster-weights: Public ordinary functions
Function, skin-deformer-clusters: Public ordinary functions
Function, skin-deformer-dq-vertices: Public ordinary functions
Function, skin-deformer-dq-weights: Public ordinary functions
Function, skin-deformer-element: Public ordinary functions
Function, skin-deformer-max-weights-per-vertex: Public ordinary functions
Function, skin-deformer-num-dq-weights: Public ordinary functions
Function, skin-deformer-skinning-method: Public ordinary functions
Function, skin-deformer-vertices: Public ordinary functions
Function, skin-deformer-weights: Public ordinary functions
Function, skin-vertex-dq-weight: Public ordinary functions
Function, skin-vertex-num-weights: Public ordinary functions
Function, skin-vertex-weight-begin: Public ordinary functions
Function, skin-weight-cluster-index: Public ordinary functions
Function, skin-weight-weight: Public ordinary functions
Function, stereo-camera-element: Public ordinary functions
Function, stereo-camera-left: Public ordinary functions
Function, stereo-camera-right: Public ordinary functions
Function, stream-close-fn: Public ordinary functions
Function, stream-read-fn: Public ordinary functions
Function, stream-skip-fn: Public ordinary functions
Function, stream-user: Public ordinary functions
Function, string-data: Public ordinary functions
Function, string-length: Public ordinary functions
Function, subdivide-mesh: Public ordinary functions
Function, subdivide-opts--begin-zero: Public ordinary functions
Function, subdivide-opts--end-zero: Public ordinary functions
Function, subdivide-opts-boundary: Public ordinary functions
Function, subdivide-opts-evaluate-skin-weights: Public ordinary functions
Function, subdivide-opts-evaluate-source-vertices: Public ordinary functions
Function, subdivide-opts-ignore-normals: Public ordinary functions
Function, subdivide-opts-interpolate-normals: Public ordinary functions
Function, subdivide-opts-interpolate-tangents: Public ordinary functions
Function, subdivide-opts-max-skin-weights: Public ordinary functions
Function, subdivide-opts-max-source-vertices: Public ordinary functions
Function, subdivide-opts-result-allocator: Public ordinary functions
Function, subdivide-opts-skin-deformer-index: Public ordinary functions
Function, subdivide-opts-temp-allocator: Public ordinary functions
Function, subdivide-opts-uv-boundary: Public ordinary functions
Function, subdivision-result-result-allocs: Public ordinary functions
Function, subdivision-result-result-memory-used: Public ordinary functions
Function, subdivision-result-skin-cluster-ranges: Public ordinary functions
Function, subdivision-result-skin-cluster-weights: Public ordinary functions
Function, subdivision-result-source-vertex-ranges: Public ordinary functions
Function, subdivision-result-source-vertex-weights: Public ordinary functions
Function, subdivision-result-temp-allocs: Public ordinary functions
Function, subdivision-result-temp-memory-used: Public ordinary functions
Function, subdivision-weight-index: Public ordinary functions
Function, subdivision-weight-range-num-weights: Public ordinary functions
Function, subdivision-weight-range-weight-begin: Public ordinary functions
Function, subdivision-weight-weight: Public ordinary functions
Function, surface-point-derivative-u: Public ordinary functions
Function, surface-point-derivative-v: Public ordinary functions
Function, surface-point-position: Public ordinary functions
Function, surface-point-valid: Public ordinary functions
Function, tangent-dx: Public ordinary functions
Function, tangent-dy: Public ordinary functions
Function, tessellate-curve-opts--begin-zero: Public ordinary functions
Function, tessellate-curve-opts--end-zero: Public ordinary functions
Function, tessellate-curve-opts-result-allocator: Public ordinary functions
Function, tessellate-curve-opts-span-subdivision: Public ordinary functions
Function, tessellate-curve-opts-temp-allocator: Public ordinary functions
Function, tessellate-nurbs-curve: Public ordinary functions
Function, tessellate-nurbs-surface: Public ordinary functions
Function, tessellate-surface-opts--begin-zero: Public ordinary functions
Function, tessellate-surface-opts--end-zero: Public ordinary functions
Function, tessellate-surface-opts-result-allocator: Public ordinary functions
Function, tessellate-surface-opts-span-subdivision-u: Public ordinary functions
Function, tessellate-surface-opts-span-subdivision-v: Public ordinary functions
Function, tessellate-surface-opts-temp-allocator: Public ordinary functions
Function, texture-absolute-filename: Public ordinary functions
Function, texture-content: Public ordinary functions
Function, texture-element: Public ordinary functions
Function, texture-file-absolute-filename: Public ordinary functions
Function, texture-file-content: Public ordinary functions
Function, texture-file-filename: Public ordinary functions
Function, texture-file-idx: Public ordinary functions
Function, texture-file-index: Public ordinary functions
Function, texture-file-raw-absolute-filename: Public ordinary functions
Function, texture-file-raw-filename: Public ordinary functions
Function, texture-file-raw-relative-filename: Public ordinary functions
Function, texture-file-relative-filename: Public ordinary functions
Function, texture-file-textures: Public ordinary functions
Function, texture-filename: Public ordinary functions
Function, texture-has-file: Public ordinary functions
Function, texture-has-uv-transform: Public ordinary functions
Function, texture-layer-alpha: Public ordinary functions
Function, texture-layer-blend-mode: Public ordinary functions
Function, texture-layer-texture: Public ordinary functions
Function, texture-layers: Public ordinary functions
Function, texture-raw-absolute-filename: Public ordinary functions
Function, texture-raw-filename: Public ordinary functions
Function, texture-raw-relative-filename: Public ordinary functions
Function, texture-relative-filename: Public ordinary functions
Function, texture-shader: Public ordinary functions
Function, texture-texture-to-uv: Public ordinary functions
Function, texture-type: Public ordinary functions
Function, texture-uv-set: Public ordinary functions
Function, texture-uv-to-texture: Public ordinary functions
Function, texture-uv-transform: Public ordinary functions
Function, texture-video: Public ordinary functions
Function, texture-wrap-u: Public ordinary functions
Function, texture-wrap-v: Public ordinary functions
Function, to-lisp-type: Private ordinary functions
Function, topo-edge-edge: Public ordinary functions
Function, topo-edge-face: Public ordinary functions
Function, topo-edge-flags: Public ordinary functions
Function, topo-edge-index: Public ordinary functions
Function, topo-edge-next: Public ordinary functions
Function, topo-edge-prev: Public ordinary functions
Function, topo-edge-twin: Public ordinary functions
Function, topo-next-vertex-edge: Public ordinary functions
Function, topo-prev-vertex-edge: Public ordinary functions
Function, transform-direction: Public ordinary functions
Function, transform-position: Public ordinary functions
Function, transform-rotation: Public ordinary functions
Function, transform-scale: Public ordinary functions
Function, transform-to-matrix: Public ordinary functions
Function, transform-translation: Public ordinary functions
Function, triangulate-face: Public ordinary functions
Function, unknown-element: Public ordinary functions
Function, unknown-sub-type: Public ordinary functions
Function, unknown-super-type: Public ordinary functions
Function, unknown-type: Public ordinary functions
Function, update: Public ordinary functions
Function, uv-set-index: Public ordinary functions
Function, uv-set-name: Public ordinary functions
Function, uv-set-vertex-bitangent: Public ordinary functions
Function, uv-set-vertex-tangent: Public ordinary functions
Function, uv-set-vertex-uv: Public ordinary functions
Function, vec2-x: Public ordinary functions
Function, vec2-y: Public ordinary functions
Function, vec3-x: Public ordinary functions
Function, vec3-y: Public ordinary functions
Function, vec3-z: Public ordinary functions
Function, vec4-w: Public ordinary functions
Function, vec4-x: Public ordinary functions
Function, vec4-y: Public ordinary functions
Function, vec4-z: Public ordinary functions
Function, vertex-attrib-exists: Public ordinary functions
Function, vertex-attrib-indices: Public ordinary functions
Function, vertex-attrib-unique-per-vertex: Public ordinary functions
Function, vertex-attrib-value-reals: Public ordinary functions
Function, vertex-attrib-values: Public ordinary functions
Function, vertex-real-exists: Public ordinary functions
Function, vertex-real-indices: Public ordinary functions
Function, vertex-real-unique-per-vertex: Public ordinary functions
Function, vertex-real-value-reals: Public ordinary functions
Function, vertex-real-values: Public ordinary functions
Function, vertex-stream-data: Public ordinary functions
Function, vertex-stream-vertex-size: Public ordinary functions
Function, vertex-vec2-exists: Public ordinary functions
Function, vertex-vec2-indices: Public ordinary functions
Function, vertex-vec2-unique-per-vertex: Public ordinary functions
Function, vertex-vec2-value-reals: Public ordinary functions
Function, vertex-vec2-values: Public ordinary functions
Function, vertex-vec3-exists: Public ordinary functions
Function, vertex-vec3-indices: Public ordinary functions
Function, vertex-vec3-unique-per-vertex: Public ordinary functions
Function, vertex-vec3-value-reals: Public ordinary functions
Function, vertex-vec3-values: Public ordinary functions
Function, vertex-vec4-exists: Public ordinary functions
Function, vertex-vec4-indices: Public ordinary functions
Function, vertex-vec4-unique-per-vertex: Public ordinary functions
Function, vertex-vec4-value-reals: Public ordinary functions
Function, vertex-vec4-values: Public ordinary functions
Function, video-absolute-filename: Public ordinary functions
Function, video-content: Public ordinary functions
Function, video-element: Public ordinary functions
Function, video-filename: Public ordinary functions
Function, video-raw-absolute-filename: Public ordinary functions
Function, video-raw-filename: Public ordinary functions
Function, video-raw-relative-filename: Public ordinary functions
Function, video-relative-filename: Public ordinary functions
Function, warning-count: Public ordinary functions
Function, warning-description: Public ordinary functions
Function, warning-type: Public ordinary functions
Function, wrap-foreign-vector: Public ordinary functions

G
gate-fit: Public generic functions
gate-fit: Public generic functions
generate-indices: Public ordinary functions
generate-missing-normals: Public generic functions
generate-missing-normals: Public generic functions
generate-normal-mapping: Public ordinary functions
generate-normal-mapping: Public generic functions
generate-normal-mapping: Public generic functions
generated-normals: Public generic functions
generated-normals: Public generic functions
Generic Function, %parse: Private generic functions
Generic Function, %stream: Private generic functions
Generic Function, (setf %stream): Private generic functions
Generic Function, (setf -begin-zero): Public generic functions
Generic Function, (setf -element-id-bitmask): Public generic functions
Generic Function, (setf -end-zero): Public generic functions
Generic Function, (setf -internal-key): Public generic functions
Generic Function, (setf -max-element-id): Public generic functions
Generic Function, (setf -min-element-id): Public generic functions
Generic Function, (setf a): Public generic functions
Generic Function, (setf absolute-filename): Public generic functions
Generic Function, (setf active): Public generic functions
Generic Function, (setf additive): Public generic functions
Generic Function, (setf adjust-post-rotation): Public generic functions
Generic Function, (setf adjust-pre-rotation): Public generic functions
Generic Function, (setf adjust-pre-scale): Public generic functions
Generic Function, (setf aim-up-node): Public generic functions
Generic Function, (setf aim-up-type): Public generic functions
Generic Function, (setf aim-up-vector): Public generic functions
Generic Function, (setf aim-vector): Public generic functions
Generic Function, (setf all-attribs): Public generic functions
Generic Function, (setf all-deformers): Public generic functions
Generic Function, (setf allocation-limit): Public generic functions
Generic Function, (setf allow-empty-faces): Public generic functions
Generic Function, (setf allow-missing-vertex-position): Public generic functions
Generic Function, (setf allow-nodes-out-of-root): Public generic functions
Generic Function, (setf allow-null-material): Public generic functions
Generic Function, (setf allow-unsafe): Public generic functions
Generic Function, (setf alpha): Public generic functions
Generic Function, (setf ambient-color): Public generic functions
Generic Function, (setf ambient-factor): Public generic functions
Generic Function, (setf ambient-occlusion): Public generic functions
Generic Function, (setf anim): Public generic functions
Generic Function, (setf anim-curves): Public generic functions
Generic Function, (setf anim-layers): Public generic functions
Generic Function, (setf anim-props): Public generic functions
Generic Function, (setf anim-stacks): Public generic functions
Generic Function, (setf anim-value): Public generic functions
Generic Function, (setf anim-values): Public generic functions
Generic Function, (setf animation-ignored): Public generic functions
Generic Function, (setf aperture-format): Public generic functions
Generic Function, (setf aperture-mode): Public generic functions
Generic Function, (setf aperture-size-inch): Public generic functions
Generic Function, (setf area-shape): Public generic functions
Generic Function, (setf ascii): Public generic functions
Generic Function, (setf aspect-mode): Public generic functions
Generic Function, (setf aspect-ratio): Public generic functions
Generic Function, (setf attrib): Public generic functions
Generic Function, (setf attrib-type): Public generic functions
Generic Function, (setf axes): Public generic functions
Generic Function, (setf b): Public generic functions
Generic Function, (setf base-color): Public generic functions
Generic Function, (setf base-factor): Public generic functions
Generic Function, (setf basis): Public generic functions
Generic Function, (setf basis-u): Public generic functions
Generic Function, (setf basis-v): Public generic functions
Generic Function, (setf big-endian): Public generic functions
Generic Function, (setf bind-pose): Public generic functions
Generic Function, (setf bind-to-world): Public generic functions
Generic Function, (setf bindings): Public generic functions
Generic Function, (setf blend-channels): Public generic functions
Generic Function, (setf blend-deformers): Public generic functions
Generic Function, (setf blend-mode): Public generic functions
Generic Function, (setf blend-shapes): Public generic functions
Generic Function, (setf blended): Public generic functions
Generic Function, (setf bone): Public generic functions
Generic Function, (setf bone-node): Public generic functions
Generic Function, (setf bone-poses): Public generic functions
Generic Function, (setf bone-prop-limb-length-relative): Public generic functions
Generic Function, (setf bone-prop-size-unit): Public generic functions
Generic Function, (setf bone-to-world): Public generic functions
Generic Function, (setf bones): Public generic functions
Generic Function, (setf boundary): Public generic functions
Generic Function, (setf buffer): Public generic functions
Generic Function, (setf buffer-size): Public generic functions
Generic Function, (setf bump): Public generic functions
Generic Function, (setf bump-factor): Public generic functions
Generic Function, (setf cache-deformers): Public generic functions
Generic Function, (setf cache-files): Public generic functions
Generic Function, (setf camera): Public generic functions
Generic Function, (setf camera-switchers): Public generic functions
Generic Function, (setf cameras): Public generic functions
Generic Function, (setf cast-light): Public generic functions
Generic Function, (setf cast-shadows): Public generic functions
Generic Function, (setf caustics): Public generic functions
Generic Function, (setf channel): Public generic functions
Generic Function, (setf channels): Public generic functions
Generic Function, (setf characters): Public generic functions
Generic Function, (setf children): Public generic functions
Generic Function, (setf clean-skin-weights): Public generic functions
Generic Function, (setf close-memory-cb): Public generic functions
Generic Function, (setf cluster-index): Public generic functions
Generic Function, (setf clusters): Public generic functions
Generic Function, (setf coat): Public generic functions
Generic Function, (setf coat-affect-base-color): Public generic functions
Generic Function, (setf coat-affect-base-roughness): Public generic functions
Generic Function, (setf coat-anisotropy): Public generic functions
Generic Function, (setf coat-color): Public generic functions
Generic Function, (setf coat-factor): Public generic functions
Generic Function, (setf coat-glossiness): Public generic functions
Generic Function, (setf coat-ior): Public generic functions
Generic Function, (setf coat-normal): Public generic functions
Generic Function, (setf coat-rotation): Public generic functions
Generic Function, (setf coat-roughness): Public generic functions
Generic Function, (setf coat-roughness-as-glossiness): Public generic functions
Generic Function, (setf color): Public generic functions
Generic Function, (setf color-sets): Public generic functions
Generic Function, (setf combined-anim): Public generic functions
Generic Function, (setf compose-rotation): Public generic functions
Generic Function, (setf compose-scale): Public generic functions
Generic Function, (setf connect-broken-elements): Public generic functions
Generic Function, (setf connections-dst): Public generic functions
Generic Function, (setf connections-src): Public generic functions
Generic Function, (setf constrain-rotation): Public generic functions
Generic Function, (setf constrain-scale): Public generic functions
Generic Function, (setf constrain-translation): Public generic functions
Generic Function, (setf constraint-type): Public generic functions
Generic Function, (setf constraints): Public generic functions
Generic Function, (setf content): Public generic functions
Generic Function, (setf control-points): Public generic functions
Generic Function, (setf creator): Public generic functions
Generic Function, (setf curves): Public generic functions
Generic Function, (setf data): Public generic functions
Generic Function, (setf data-count): Public generic functions
Generic Function, (setf data-element-bytes): Public generic functions
Generic Function, (setf data-encoding): Public generic functions
Generic Function, (setf data-format): Public generic functions
Generic Function, (setf data-offset): Public generic functions
Generic Function, (setf data-size): Public generic functions
Generic Function, (setf data-total-bytes): Public generic functions
Generic Function, (setf deallocate-p): Private generic functions
Generic Function, (setf decay): Public generic functions
Generic Function, (setf default-camera): Public generic functions
Generic Function, (setf default-value): Public generic functions
Generic Function, (setf defaults): Public generic functions
Generic Function, (setf derivative): Public generic functions
Generic Function, (setf derivative-u): Public generic functions
Generic Function, (setf derivative-v): Public generic functions
Generic Function, (setf diffuse): Public generic functions
Generic Function, (setf diffuse-color): Public generic functions
Generic Function, (setf diffuse-factor): Public generic functions
Generic Function, (setf diffuse-roughness): Public generic functions
Generic Function, (setf disable-quirks): Public generic functions
Generic Function, (setf displacement): Public generic functions
Generic Function, (setf displacement-factor): Public generic functions
Generic Function, (setf displacement-map): Public generic functions
Generic Function, (setf display): Public generic functions
Generic Function, (setf display-layers): Public generic functions
Generic Function, (setf distance): Public generic functions
Generic Function, (setf distance-limit-max): Public generic functions
Generic Function, (setf distance-limit-min): Public generic functions
Generic Function, (setf dom-node): Public generic functions
Generic Function, (setf dom-root): Public generic functions
Generic Function, (setf double-sided): Public generic functions
Generic Function, (setf dq-vertices): Public generic functions
Generic Function, (setf dq-weight): Public generic functions
Generic Function, (setf dq-weights): Public generic functions
Generic Function, (setf dst): Public generic functions
Generic Function, (setf dst-prop): Public generic functions
Generic Function, (setf dx): Public generic functions
Generic Function, (setf dy): Public generic functions
Generic Function, (setf edge): Public generic functions
Generic Function, (setf edge-crease): Public generic functions
Generic Function, (setf edge-smoothing): Public generic functions
Generic Function, (setf edge-visibility): Public generic functions
Generic Function, (setf edges): Public generic functions
Generic Function, (setf effective-weight): Public generic functions
Generic Function, (setf element): Public generic functions
Generic Function, (setf element-buffer-size): Public generic functions
Generic Function, (setf element-id): Public generic functions
Generic Function, (setf element-type): Public generic functions
Generic Function, (setf elements): Public generic functions
Generic Function, (setf elements-by-name): Public generic functions
Generic Function, (setf embedded-ignored): Public generic functions
Generic Function, (setf emission): Public generic functions
Generic Function, (setf emission-color): Public generic functions
Generic Function, (setf emission-factor): Public generic functions
Generic Function, (setf empties): Public generic functions
Generic Function, (setf enabled): Public generic functions
Generic Function, (setf euler-rotation): Public generic functions
Generic Function, (setf evaluate-caches): Public generic functions
Generic Function, (setf evaluate-skin-weights): Public generic functions
Generic Function, (setf evaluate-skinning): Public generic functions
Generic Function, (setf evaluate-source-vertices): Public generic functions
Generic Function, (setf exists): Public generic functions
Generic Function, (setf exit-to-background): Public generic functions
Generic Function, (setf exporter): Public generic functions
Generic Function, (setf exporter-version): Public generic functions
Generic Function, (setf external-cache): Public generic functions
Generic Function, (setf external-channel): Public generic functions
Generic Function, (setf extra-info): Public generic functions
Generic Function, (setf face): Public generic functions
Generic Function, (setf face-group): Public generic functions
Generic Function, (setf face-groups): Public generic functions
Generic Function, (setf face-hole): Public generic functions
Generic Function, (setf face-indices): Public generic functions
Generic Function, (setf face-material): Public generic functions
Generic Function, (setf face-smoothing): Public generic functions
Generic Function, (setf faces): Public generic functions
Generic Function, (setf far-plane): Public generic functions
Generic Function, (setf fbx): Public generic functions
Generic Function, (setf feature-disabled): Public generic functions
Generic Function, (setf features): Public generic functions
Generic Function, (setf field-of-view-deg): Public generic functions
Generic Function, (setf field-of-view-tan): Public generic functions
Generic Function, (setf file): Public generic functions
Generic Function, (setf file-format): Public generic functions
Generic Function, (setf file-format-lookahead): Public generic functions
Generic Function, (setf file-index): Public generic functions
Generic Function, (setf file-size-estimate): Public generic functions
Generic Function, (setf file-textures): Public generic functions
Generic Function, (setf filename): Public generic functions
Generic Function, (setf film-size-inch): Public generic functions
Generic Function, (setf flags): Public generic functions
Generic Function, (setf flip-normals): Public generic functions
Generic Function, (setf focal-length-mm): Public generic functions
Generic Function, (setf foreign-type): Public generic functions
Generic Function, (setf frames): Public generic functions
Generic Function, (setf frames-per-second): Public generic functions
Generic Function, (setf from-tessellated-nurbs): Public generic functions
Generic Function, (setf front): Public generic functions
Generic Function, (setf frozen): Public generic functions
Generic Function, (setf gate-fit): Public generic functions
Generic Function, (setf generate-missing-normals): Public generic functions
Generic Function, (setf generated-normals): Public generic functions
Generic Function, (setf geometry-ignored): Public generic functions
Generic Function, (setf geometry-to-bone): Public generic functions
Generic Function, (setf geometry-to-node): Public generic functions
Generic Function, (setf geometry-to-world): Public generic functions
Generic Function, (setf geometry-to-world-transform): Public generic functions
Generic Function, (setf geometry-transform): Public generic functions
Generic Function, (setf geometry-transform-handling): Public generic functions
Generic Function, (setf geometry-transform-helper): Public generic functions
Generic Function, (setf geometry-transform-helper-name): Public generic functions
Generic Function, (setf glossiness): Public generic functions
Generic Function, (setf handle): Public generic functions
Generic Function, (setf has-adjust-transform): Public generic functions
Generic Function, (setf has-file): Public generic functions
Generic Function, (setf has-geometry-transform): Public generic functions
Generic Function, (setf has-uv-transform): Public generic functions
Generic Function, (setf has-value): Public generic functions
Generic Function, (setf has-warning): Public generic functions
Generic Function, (setf huge-threshold): Public generic functions
Generic Function, (setf id): Public generic functions
Generic Function, (setf idx): Public generic functions
Generic Function, (setf ignore-all-content): Public generic functions
Generic Function, (setf ignore-animation): Public generic functions
Generic Function, (setf ignore-connections): Public generic functions
Generic Function, (setf ignore-embedded): Public generic functions
Generic Function, (setf ignore-geometry): Public generic functions
Generic Function, (setf ignore-missing-external-files): Public generic functions
Generic Function, (setf ignore-normals): Public generic functions
Generic Function, (setf ignore-parent-transform): Public generic functions
Generic Function, (setf ik-effector): Public generic functions
Generic Function, (setf ik-end-node): Public generic functions
Generic Function, (setf ik-pole-vector): Public generic functions
Generic Function, (setf include-node): Public generic functions
Generic Function, (setf index): Public generic functions
Generic Function, (setf index-begin): Public generic functions
Generic Function, (setf index-error-handling): Public generic functions
Generic Function, (setf indices): Public generic functions
Generic Function, (setf indirect-diffuse): Public generic functions
Generic Function, (setf indirect-specular): Public generic functions
Generic Function, (setf inherit-type): Public generic functions
Generic Function, (setf initialized): Public generic functions
Generic Function, (setf inner-angle): Public generic functions
Generic Function, (setf inputs): Public generic functions
Generic Function, (setf instances): Public generic functions
Generic Function, (setf intensity): Public generic functions
Generic Function, (setf internal-fast-bits): Public generic functions
Generic Function, (setf internal-reflections): Public generic functions
Generic Function, (setf interpolate-normals): Public generic functions
Generic Function, (setf interpolate-tangents): Public generic functions
Generic Function, (setf interpolation): Public generic functions
Generic Function, (setf interpretation): Public generic functions
Generic Function, (setf interpretation-name): Public generic functions
Generic Function, (setf ior): Public generic functions
Generic Function, (setf is-2d): Public generic functions
Generic Function, (setf is-explicit): Public generic functions
Generic Function, (setf is-geometry-transform-helper): Public generic functions
Generic Function, (setf is-root): Public generic functions
Generic Function, (setf is-unsafe): Public generic functions
Generic Function, (setf keyframes): Public generic functions
Generic Function, (setf knot-vector): Public generic functions
Generic Function, (setf ktime-to-sec): Public generic functions
Generic Function, (setf latest-application): Public generic functions
Generic Function, (setf layer): Public generic functions
Generic Function, (setf layers): Public generic functions
Generic Function, (setf left): Public generic functions
Generic Function, (setf light): Public generic functions
Generic Function, (setf light-type): Public generic functions
Generic Function, (setf lights): Public generic functions
Generic Function, (setf line-curves): Public generic functions
Generic Function, (setf lisp-type): Public generic functions
Generic Function, (setf load-external-files): Public generic functions
Generic Function, (setf local-direction): Public generic functions
Generic Function, (setf local-transform): Public generic functions
Generic Function, (setf lod-groups): Public generic functions
Generic Function, (setf lod-levels): Public generic functions
Generic Function, (setf main-texture): Public generic functions
Generic Function, (setf main-texture-output-index): Public generic functions
Generic Function, (setf marker-type): Public generic functions
Generic Function, (setf markers): Public generic functions
Generic Function, (setf material): Public generic functions
Generic Function, (setf material-prop): Public generic functions
Generic Function, (setf materials): Public generic functions
Generic Function, (setf matte): Public generic functions
Generic Function, (setf matte-color): Public generic functions
Generic Function, (setf matte-factor): Public generic functions
Generic Function, (setf max-chunk-size): Public generic functions
Generic Function, (setf max-face-triangles): Public generic functions
Generic Function, (setf max-skin-weights): Public generic functions
Generic Function, (setf max-source-vertices): Public generic functions
Generic Function, (setf max-weights-per-vertex): Public generic functions
Generic Function, (setf may-contain-broken-elements): Public generic functions
Generic Function, (setf may-contain-missing-vertex-position): Public generic functions
Generic Function, (setf may-contain-no-index): Public generic functions
Generic Function, (setf may-contain-null-materials): Public generic functions
Generic Function, (setf memory-limit): Public generic functions
Generic Function, (setf mesh): Public generic functions
Generic Function, (setf mesh-node-to-bone): Public generic functions
Generic Function, (setf meshes): Public generic functions
Generic Function, (setf metadata): Public generic functions
Generic Function, (setf metadata-objects): Public generic functions
Generic Function, (setf metalness): Public generic functions
Generic Function, (setf name): Public generic functions
Generic Function, (setf near-plane): Public generic functions
Generic Function, (setf next): Public generic functions
Generic Function, (setf no-anim-curve-unit-scaling): Public generic functions
Generic Function, (setf no-checksum): Public generic functions
Generic Function, (setf no-format-from-content): Public generic functions
Generic Function, (setf no-format-from-extension): Public generic functions
Generic Function, (setf no-header): Public generic functions
Generic Function, (setf no-prop-unit-scaling): Public generic functions
Generic Function, (setf node): Public generic functions
Generic Function, (setf node-depth): Public generic functions
Generic Function, (setf node-to-parent): Public generic functions
Generic Function, (setf node-to-world): Public generic functions
Generic Function, (setf nodes): Public generic functions
Generic Function, (setf normal-map): Public generic functions
Generic Function, (setf normal-offsets): Public generic functions
Generic Function, (setf normalize-normals): Public generic functions
Generic Function, (setf normalize-tangents): Public generic functions
Generic Function, (setf num-animated): Public generic functions
Generic Function, (setf num-control-points-u): Public generic functions
Generic Function, (setf num-control-points-v): Public generic functions
Generic Function, (setf num-dq-weights): Public generic functions
Generic Function, (setf num-edges): Public generic functions
Generic Function, (setf num-empty-faces): Public generic functions
Generic Function, (setf num-faces): Public generic functions
Generic Function, (setf num-indices): Public generic functions
Generic Function, (setf num-line-faces): Public generic functions
Generic Function, (setf num-offsets): Public generic functions
Generic Function, (setf num-point-faces): Public generic functions
Generic Function, (setf num-shader-textures): Public generic functions
Generic Function, (setf num-triangles): Public generic functions
Generic Function, (setf num-vertices): Public generic functions
Generic Function, (setf num-weights): Public generic functions
Generic Function, (setf num-wrap-control-points): Public generic functions
Generic Function, (setf nurbs-curves): Public generic functions
Generic Function, (setf nurbs-surfaces): Public generic functions
Generic Function, (setf nurbs-trim-boundaries): Public generic functions
Generic Function, (setf nurbs-trim-surfaces): Public generic functions
Generic Function, (setf obj-merge-groups): Public generic functions
Generic Function, (setf obj-merge-objects): Public generic functions
Generic Function, (setf obj-mtl-data): Public generic functions
Generic Function, (setf obj-mtl-path): Public generic functions
Generic Function, (setf obj-search-mtl-by-filename): Public generic functions
Generic Function, (setf obj-split-groups): Public generic functions
Generic Function, (setf offset-vertices): Public generic functions
Generic Function, (setf opacity): Public generic functions
Generic Function, (setf open-file-cb): Public generic functions
Generic Function, (setf open-main-file-with-default): Public generic functions
Generic Function, (setf order): Public generic functions
Generic Function, (setf original-application): Public generic functions
Generic Function, (setf original-axis-up): Public generic functions
Generic Function, (setf original-file-path): Public generic functions
Generic Function, (setf original-unit-meters): Public generic functions
Generic Function, (setf orthographic-extent): Public generic functions
Generic Function, (setf orthographic-size): Public generic functions
Generic Function, (setf outer-angle): Public generic functions
Generic Function, (setf parent): Public generic functions
Generic Function, (setf path-separator): Public generic functions
Generic Function, (setf pbr): Public generic functions
Generic Function, (setf point-indices): Public generic functions
Generic Function, (setf pointer): Private generic functions
Generic Function, (setf poses): Public generic functions
Generic Function, (setf position): Public generic functions
Generic Function, (setf position-offsets): Public generic functions
Generic Function, (setf prev): Public generic functions
Generic Function, (setf procedural-geometries): Public generic functions
Generic Function, (setf progress-cb): Public generic functions
Generic Function, (setf progress-interval-hint): Public generic functions
Generic Function, (setf progress-size-after): Public generic functions
Generic Function, (setf progress-size-before): Public generic functions
Generic Function, (setf projection-axes): Public generic functions
Generic Function, (setf projection-mode): Public generic functions
Generic Function, (setf projection-plane): Public generic functions
Generic Function, (setf prop): Public generic functions
Generic Function, (setf prop-bindings): Public generic functions
Generic Function, (setf prop-name): Public generic functions
Generic Function, (setf prop-overrides): Public generic functions
Generic Function, (setf prop-prefix): Public generic functions
Generic Function, (setf prop-type): Public generic functions
Generic Function, (setf props): Public generic functions
Generic Function, (setf radius): Public generic functions
Generic Function, (setf raw-absolute-filename): Public generic functions
Generic Function, (setf raw-filename): Public generic functions
Generic Function, (setf raw-original-file-path): Public generic functions
Generic Function, (setf raw-relative-filename): Public generic functions
Generic Function, (setf raw-relative-root): Public generic functions
Generic Function, (setf raw-shader-source): Public generic functions
Generic Function, (setf read-buffer-size): Public generic functions
Generic Function, (setf read-fn): Public generic functions
Generic Function, (setf read-user): Public generic functions
Generic Function, (setf reflection-color): Public generic functions
Generic Function, (setf reflection-factor): Public generic functions
Generic Function, (setf relative-distances): Public generic functions
Generic Function, (setf relative-filename): Public generic functions
Generic Function, (setf relative-length): Public generic functions
Generic Function, (setf relative-root): Public generic functions
Generic Function, (setf resolution): Public generic functions
Generic Function, (setf resolution-is-pixels): Public generic functions
Generic Function, (setf result-allocator): Public generic functions
Generic Function, (setf result-allocs): Public generic functions
Generic Function, (setf result-memory-used): Public generic functions
Generic Function, (setf retain-dom): Public generic functions
Generic Function, (setf right): Public generic functions
Generic Function, (setf root-filename): Public generic functions
Generic Function, (setf root-node): Public generic functions
Generic Function, (setf root-transform): Public generic functions
Generic Function, (setf rotation): Public generic functions
Generic Function, (setf rotation-order): Public generic functions
Generic Function, (setf roughness): Public generic functions
Generic Function, (setf roughness-as-glossiness): Public generic functions
Generic Function, (setf scale): Public generic functions
Generic Function, (setf scene): Public generic functions
Generic Function, (setf scene-props): Public generic functions
Generic Function, (setf segments): Public generic functions
Generic Function, (setf selection-nodes): Public generic functions
Generic Function, (setf selection-sets): Public generic functions
Generic Function, (setf settings): Public generic functions
Generic Function, (setf shader): Public generic functions
Generic Function, (setf shader-bindings): Public generic functions
Generic Function, (setf shader-name): Public generic functions
Generic Function, (setf shader-prop): Public generic functions
Generic Function, (setf shader-prop-prefix): Public generic functions
Generic Function, (setf shader-source): Public generic functions
Generic Function, (setf shader-texture-type): Public generic functions
Generic Function, (setf shader-type): Public generic functions
Generic Function, (setf shader-type-id): Public generic functions
Generic Function, (setf shaders): Public generic functions
Generic Function, (setf shading-model-name): Public generic functions
Generic Function, (setf shape): Public generic functions
Generic Function, (setf sheen): Public generic functions
Generic Function, (setf sheen-color): Public generic functions
Generic Function, (setf sheen-factor): Public generic functions
Generic Function, (setf sheen-roughness): Public generic functions
Generic Function, (setf size): Public generic functions
Generic Function, (setf skin-cluster-ranges): Public generic functions
Generic Function, (setf skin-cluster-weights): Public generic functions
Generic Function, (setf skin-clusters): Public generic functions
Generic Function, (setf skin-deformer-index): Public generic functions
Generic Function, (setf skin-deformers): Public generic functions
Generic Function, (setf skinned-is-local): Public generic functions
Generic Function, (setf skinned-normal): Public generic functions
Generic Function, (setf skinned-position): Public generic functions
Generic Function, (setf skinning-method): Public generic functions
Generic Function, (setf skip-skin-vertices): Public generic functions
Generic Function, (setf snap-mode): Public generic functions
Generic Function, (setf source): Public generic functions
Generic Function, (setf source-vertex-ranges): Public generic functions
Generic Function, (setf source-vertex-weights): Public generic functions
Generic Function, (setf space-conversion): Public generic functions
Generic Function, (setf span-subdivision): Public generic functions
Generic Function, (setf span-subdivision-u): Public generic functions
Generic Function, (setf span-subdivision-v): Public generic functions
Generic Function, (setf spans): Public generic functions
Generic Function, (setf specular): Public generic functions
Generic Function, (setf specular-anisotropy): Public generic functions
Generic Function, (setf specular-color): Public generic functions
Generic Function, (setf specular-exponent): Public generic functions
Generic Function, (setf specular-factor): Public generic functions
Generic Function, (setf specular-ior): Public generic functions
Generic Function, (setf specular-rotation): Public generic functions
Generic Function, (setf squeeze-ratio): Public generic functions
Generic Function, (setf src): Public generic functions
Generic Function, (setf src-prop): Public generic functions
Generic Function, (setf stereo-cameras): Public generic functions
Generic Function, (setf stream-struct): Private generic functions
Generic Function, (setf strict): Public generic functions
Generic Function, (setf sub-type): Public generic functions
Generic Function, (setf subdivision-boundary): Public generic functions
Generic Function, (setf subdivision-display-mode): Public generic functions
Generic Function, (setf subdivision-evaluated): Public generic functions
Generic Function, (setf subdivision-preview-levels): Public generic functions
Generic Function, (setf subdivision-render-levels): Public generic functions
Generic Function, (setf subdivision-result): Public generic functions
Generic Function, (setf subdivision-uv-boundary): Public generic functions
Generic Function, (setf subsurface-anisotropy): Public generic functions
Generic Function, (setf subsurface-color): Public generic functions
Generic Function, (setf subsurface-factor): Public generic functions
Generic Function, (setf subsurface-radius): Public generic functions
Generic Function, (setf subsurface-scale): Public generic functions
Generic Function, (setf subsurface-tint-color): Public generic functions
Generic Function, (setf subsurface-type): Public generic functions
Generic Function, (setf super-type): Public generic functions
Generic Function, (setf t-max): Public generic functions
Generic Function, (setf t-min): Public generic functions
Generic Function, (setf tangent-map): Public generic functions
Generic Function, (setf target-axes): Public generic functions
Generic Function, (setf target-camera-axes): Public generic functions
Generic Function, (setf target-light-axes): Public generic functions
Generic Function, (setf target-mesh): Public generic functions
Generic Function, (setf target-node): Public generic functions
Generic Function, (setf target-unit-meters): Public generic functions
Generic Function, (setf target-weight): Public generic functions
Generic Function, (setf targets): Public generic functions
Generic Function, (setf temp-allocator): Public generic functions
Generic Function, (setf temp-allocs): Public generic functions
Generic Function, (setf temp-memory-used): Public generic functions
Generic Function, (setf texture): Public generic functions
Generic Function, (setf texture-enabled): Public generic functions
Generic Function, (setf texture-enabled-prop): Public generic functions
Generic Function, (setf texture-files): Public generic functions
Generic Function, (setf texture-output-index): Public generic functions
Generic Function, (setf texture-prop): Public generic functions
Generic Function, (setf texture-to-uv): Public generic functions
Generic Function, (setf texture-type): Public generic functions
Generic Function, (setf textures): Public generic functions
Generic Function, (setf thin-film-ior): Public generic functions
Generic Function, (setf thin-film-thickness): Public generic functions
Generic Function, (setf thin-walled): Public generic functions
Generic Function, (setf time): Public generic functions
Generic Function, (setf time-begin): Public generic functions
Generic Function, (setf time-end): Public generic functions
Generic Function, (setf time-mode): Public generic functions
Generic Function, (setf time-protocol): Public generic functions
Generic Function, (setf topology): Public generic functions
Generic Function, (setf total-size): Public generic functions
Generic Function, (setf transform): Public generic functions
Generic Function, (setf transform-offset): Public generic functions
Generic Function, (setf translation): Public generic functions
Generic Function, (setf transmission): Public generic functions
Generic Function, (setf transmission-color): Public generic functions
Generic Function, (setf transmission-depth): Public generic functions
Generic Function, (setf transmission-dispersion): Public generic functions
Generic Function, (setf transmission-enable-in-aov): Public generic functions
Generic Function, (setf transmission-extra-roughness): Public generic functions
Generic Function, (setf transmission-factor): Public generic functions
Generic Function, (setf transmission-glossiness): Public generic functions
Generic Function, (setf transmission-priority): Public generic functions
Generic Function, (setf transmission-roughness): Public generic functions
Generic Function, (setf transmission-roughness-as-glossiness): Public generic functions
Generic Function, (setf transmission-scatter): Public generic functions
Generic Function, (setf transmission-scatter-anisotropy): Public generic functions
Generic Function, (setf transparency-color): Public generic functions
Generic Function, (setf transparency-factor): Public generic functions
Generic Function, (setf twin): Public generic functions
Generic Function, (setf type-name): Public generic functions
Generic Function, (setf typed-id): Public generic functions
Generic Function, (setf ui-color): Public generic functions
Generic Function, (setf unicode-error-handling): Public generic functions
Generic Function, (setf unique-per-vertex): Public generic functions
Generic Function, (setf unit-meters): Public generic functions
Generic Function, (setf unknown-type): Public generic functions
Generic Function, (setf unknowns): Public generic functions
Generic Function, (setf unlit): Public generic functions
Generic Function, (setf up): Public generic functions
Generic Function, (setf use-distance-limit): Public generic functions
Generic Function, (setf use-root-transform): Public generic functions
Generic Function, (setf use-weight): Public generic functions
Generic Function, (setf uv-boundary): Public generic functions
Generic Function, (setf uv-set): Public generic functions
Generic Function, (setf uv-sets): Public generic functions
Generic Function, (setf uv-to-texture): Public generic functions
Generic Function, (setf uv-transform): Public generic functions
Generic Function, (setf v): Public generic functions
Generic Function, (setf valid): Public generic functions
Generic Function, (setf value): Public generic functions
Generic Function, (setf value-blob): Public generic functions
Generic Function, (setf value-components): Public generic functions
Generic Function, (setf value-float): Public generic functions
Generic Function, (setf value-int): Public generic functions
Generic Function, (setf value-reals): Public generic functions
Generic Function, (setf value-str): Public generic functions
Generic Function, (setf value-type): Public generic functions
Generic Function, (setf value-vec4): Public generic functions
Generic Function, (setf values): Public generic functions
Generic Function, (setf vector-displacement): Public generic functions
Generic Function, (setf vector-displacement-factor): Public generic functions
Generic Function, (setf vendor): Public generic functions
Generic Function, (setf version): Public generic functions
Generic Function, (setf vertex-bitangent): Public generic functions
Generic Function, (setf vertex-color): Public generic functions
Generic Function, (setf vertex-crease): Public generic functions
Generic Function, (setf vertex-first-index): Public generic functions
Generic Function, (setf vertex-indices): Public generic functions
Generic Function, (setf vertex-normal): Public generic functions
Generic Function, (setf vertex-position): Public generic functions
Generic Function, (setf vertex-size): Public generic functions
Generic Function, (setf vertex-tangent): Public generic functions
Generic Function, (setf vertex-uv): Public generic functions
Generic Function, (setf vertices): Public generic functions
Generic Function, (setf video): Public generic functions
Generic Function, (setf videos): Public generic functions
Generic Function, (setf visible): Public generic functions
Generic Function, (setf w): Public generic functions
Generic Function, (setf warnings): Public generic functions
Generic Function, (setf weight): Public generic functions
Generic Function, (setf weight-begin): Public generic functions
Generic Function, (setf weight-is-animated): Public generic functions
Generic Function, (setf weights): Public generic functions
Generic Function, (setf world-transform): Public generic functions
Generic Function, (setf wrap-u): Public generic functions
Generic Function, (setf wrap-v): Public generic functions
Generic Function, (setf x): Public generic functions
Generic Function, (setf y): Public generic functions
Generic Function, (setf z): Public generic functions
Generic Function, -begin-zero: Public generic functions
Generic Function, -element-id-bitmask: Public generic functions
Generic Function, -end-zero: Public generic functions
Generic Function, -internal-key: Public generic functions
Generic Function, -max-element-id: Public generic functions
Generic Function, -min-element-id: Public generic functions
Generic Function, a: Public generic functions
Generic Function, absolute-filename: Public generic functions
Generic Function, accessors: Private generic functions
Generic Function, active: Public generic functions
Generic Function, add-offsets: Public generic functions
Generic Function, additive: Public generic functions
Generic Function, adjust-post-rotation: Public generic functions
Generic Function, adjust-pre-rotation: Public generic functions
Generic Function, adjust-pre-scale: Public generic functions
Generic Function, aim-up-node: Public generic functions
Generic Function, aim-up-type: Public generic functions
Generic Function, aim-up-vector: Public generic functions
Generic Function, aim-vector: Public generic functions
Generic Function, all-attribs: Public generic functions
Generic Function, all-deformers: Public generic functions
Generic Function, allocate: Public generic functions
Generic Function, allocation-limit: Public generic functions
Generic Function, allow-empty-faces: Public generic functions
Generic Function, allow-missing-vertex-position: Public generic functions
Generic Function, allow-nodes-out-of-root: Public generic functions
Generic Function, allow-null-material: Public generic functions
Generic Function, allow-unsafe: Public generic functions
Generic Function, alpha: Public generic functions
Generic Function, ambient-color: Public generic functions
Generic Function, ambient-factor: Public generic functions
Generic Function, ambient-occlusion: Public generic functions
Generic Function, anim: Public generic functions
Generic Function, anim-curves: Public generic functions
Generic Function, anim-layers: Public generic functions
Generic Function, anim-props: Public generic functions
Generic Function, anim-stacks: Public generic functions
Generic Function, anim-value: Public generic functions
Generic Function, anim-values: Public generic functions
Generic Function, animation-ignored: Public generic functions
Generic Function, aperture-format: Public generic functions
Generic Function, aperture-mode: Public generic functions
Generic Function, aperture-size-inch: Public generic functions
Generic Function, area-shape: Public generic functions
Generic Function, ascii: Public generic functions
Generic Function, aspect-mode: Public generic functions
Generic Function, aspect-ratio: Public generic functions
Generic Function, attrib: Public generic functions
Generic Function, attrib-type: Public generic functions
Generic Function, axes: Public generic functions
Generic Function, b: Public generic functions
Generic Function, base-color: Public generic functions
Generic Function, base-factor: Public generic functions
Generic Function, basis: Public generic functions
Generic Function, basis-u: Public generic functions
Generic Function, basis-v: Public generic functions
Generic Function, big-endian: Public generic functions
Generic Function, bind-pose: Public generic functions
Generic Function, bind-to-world: Public generic functions
Generic Function, bindings: Public generic functions
Generic Function, blend-channels: Public generic functions
Generic Function, blend-deformers: Public generic functions
Generic Function, blend-mode: Public generic functions
Generic Function, blend-shapes: Public generic functions
Generic Function, blend-vertex-offset: Public generic functions
Generic Function, blended: Public generic functions
Generic Function, bone: Public generic functions
Generic Function, bone-node: Public generic functions
Generic Function, bone-poses: Public generic functions
Generic Function, bone-prop-limb-length-relative: Public generic functions
Generic Function, bone-prop-size-unit: Public generic functions
Generic Function, bone-to-world: Public generic functions
Generic Function, bones: Public generic functions
Generic Function, boundary: Public generic functions
Generic Function, buffer: Public generic functions
Generic Function, buffer-size: Public generic functions
Generic Function, bump: Public generic functions
Generic Function, bump-factor: Public generic functions
Generic Function, cache-deformers: Public generic functions
Generic Function, cache-files: Public generic functions
Generic Function, camera: Public generic functions
Generic Function, camera-switchers: Public generic functions
Generic Function, cameras: Public generic functions
Generic Function, cast-light: Public generic functions
Generic Function, cast-shadows: Public generic functions
Generic Function, caustics: Public generic functions
Generic Function, channel: Public generic functions
Generic Function, channels: Public generic functions
Generic Function, characters: Public generic functions
Generic Function, children: Public generic functions
Generic Function, clean-skin-weights: Public generic functions
Generic Function, cluster-index: Public generic functions
Generic Function, clusters: Public generic functions
Generic Function, coat: Public generic functions
Generic Function, coat-affect-base-color: Public generic functions
Generic Function, coat-affect-base-roughness: Public generic functions
Generic Function, coat-anisotropy: Public generic functions
Generic Function, coat-color: Public generic functions
Generic Function, coat-factor: Public generic functions
Generic Function, coat-glossiness: Public generic functions
Generic Function, coat-ior: Public generic functions
Generic Function, coat-normal: Public generic functions
Generic Function, coat-rotation: Public generic functions
Generic Function, coat-roughness: Public generic functions
Generic Function, coat-roughness-as-glossiness: Public generic functions
Generic Function, code: Public generic functions
Generic Function, color: Public generic functions
Generic Function, color-sets: Public generic functions
Generic Function, combined-anim: Public generic functions
Generic Function, compose-rotation: Public generic functions
Generic Function, compose-scale: Public generic functions
Generic Function, compute-normals: Public generic functions
Generic Function, compute-topology: Public generic functions
Generic Function, connect-broken-elements: Public generic functions
Generic Function, connections-dst: Public generic functions
Generic Function, connections-src: Public generic functions
Generic Function, constrain-rotation: Public generic functions
Generic Function, constrain-scale: Public generic functions
Generic Function, constrain-translation: Public generic functions
Generic Function, constraint-type: Public generic functions
Generic Function, constraints: Public generic functions
Generic Function, content: Public generic functions
Generic Function, control-points: Public generic functions
Generic Function, creator: Public generic functions
Generic Function, curves: Public generic functions
Generic Function, data: Public generic functions
Generic Function, data-count: Public generic functions
Generic Function, data-element-bytes: Public generic functions
Generic Function, data-encoding: Public generic functions
Generic Function, data-format: Public generic functions
Generic Function, data-offset: Public generic functions
Generic Function, data-size: Public generic functions
Generic Function, data-total-bytes: Public generic functions
Generic Function, deallocate: Public generic functions
Generic Function, deallocate-p: Private generic functions
Generic Function, decay: Public generic functions
Generic Function, default-camera: Public generic functions
Generic Function, default-value: Public generic functions
Generic Function, defaults: Public generic functions
Generic Function, derivative: Public generic functions
Generic Function, derivative-u: Public generic functions
Generic Function, derivative-v: Public generic functions
Generic Function, description: Public generic functions
Generic Function, diffuse: Public generic functions
Generic Function, diffuse-color: Public generic functions
Generic Function, diffuse-factor: Public generic functions
Generic Function, diffuse-roughness: Public generic functions
Generic Function, disable-quirks: Public generic functions
Generic Function, displacement: Public generic functions
Generic Function, displacement-factor: Public generic functions
Generic Function, displacement-map: Public generic functions
Generic Function, display: Public generic functions
Generic Function, display-layers: Public generic functions
Generic Function, distance: Public generic functions
Generic Function, distance-limit-max: Public generic functions
Generic Function, distance-limit-min: Public generic functions
Generic Function, dom-node: Public generic functions
Generic Function, dom-root: Public generic functions
Generic Function, double-sided: Public generic functions
Generic Function, dq-vertices: Public generic functions
Generic Function, dq-weight: Public generic functions
Generic Function, dq-weights: Public generic functions
Generic Function, dst: Public generic functions
Generic Function, dst-prop: Public generic functions
Generic Function, dx: Public generic functions
Generic Function, dy: Public generic functions
Generic Function, edge: Public generic functions
Generic Function, edge-crease: Public generic functions
Generic Function, edge-smoothing: Public generic functions
Generic Function, edge-visibility: Public generic functions
Generic Function, edges: Public generic functions
Generic Function, effective-weight: Public generic functions
Generic Function, element: Public generic functions
Generic Function, element-buffer-size: Public generic functions
Generic Function, element-id: Public generic functions
Generic Function, element-type: Public generic functions
Generic Function, elements: Public generic functions
Generic Function, elements-by-name: Public generic functions
Generic Function, embedded-ignored: Public generic functions
Generic Function, emission: Public generic functions
Generic Function, emission-color: Public generic functions
Generic Function, emission-factor: Public generic functions
Generic Function, empties: Public generic functions
Generic Function, enabled: Public generic functions
Generic Function, euler-rotation: Public generic functions
Generic Function, evaluate: Public generic functions
Generic Function, evaluate-caches: Public generic functions
Generic Function, evaluate-skin-weights: Public generic functions
Generic Function, evaluate-skinning: Public generic functions
Generic Function, evaluate-source-vertices: Public generic functions
Generic Function, exists: Public generic functions
Generic Function, exit-to-background: Public generic functions
Generic Function, exporter: Public generic functions
Generic Function, exporter-version: Public generic functions
Generic Function, external-cache: Public generic functions
Generic Function, external-channel: Public generic functions
Generic Function, extra-info: Public generic functions
Generic Function, face: Public generic functions
Generic Function, face-group: Public generic functions
Generic Function, face-groups: Public generic functions
Generic Function, face-hole: Public generic functions
Generic Function, face-indices: Public generic functions
Generic Function, face-material: Public generic functions
Generic Function, face-smoothing: Public generic functions
Generic Function, faces: Public generic functions
Generic Function, far-plane: Public generic functions
Generic Function, fbx: Public generic functions
Generic Function, feature-disabled: Public generic functions
Generic Function, features: Public generic functions
Generic Function, field-of-view-deg: Public generic functions
Generic Function, field-of-view-tan: Public generic functions
Generic Function, file: Public generic functions
Generic Function, file-format: Public generic functions
Generic Function, file-format-lookahead: Public generic functions
Generic Function, file-index: Public generic functions
Generic Function, file-size-estimate: Public generic functions
Generic Function, file-textures: Public generic functions
Generic Function, filename: Public generic functions
Generic Function, film-size-inch: Public generic functions
Generic Function, find: Public generic functions
Generic Function, flags: Public generic functions
Generic Function, flip-normals: Public generic functions
Generic Function, focal-length-mm: Public generic functions
Generic Function, foreign-type: Public generic functions
Generic Function, frames: Public generic functions
Generic Function, frames-per-second: Public generic functions
Generic Function, free: Public generic functions
Generic Function, from-tessellated-nurbs: Public generic functions
Generic Function, front: Public generic functions
Generic Function, frozen: Public generic functions
Generic Function, gate-fit: Public generic functions
Generic Function, generate-missing-normals: Public generic functions
Generic Function, generate-normal-mapping: Public generic functions
Generic Function, generated-normals: Public generic functions
Generic Function, geometry-ignored: Public generic functions
Generic Function, geometry-to-bone: Public generic functions
Generic Function, geometry-to-node: Public generic functions
Generic Function, geometry-to-world: Public generic functions
Generic Function, geometry-to-world-transform: Public generic functions
Generic Function, geometry-transform: Public generic functions
Generic Function, geometry-transform-handling: Public generic functions
Generic Function, geometry-transform-helper: Public generic functions
Generic Function, geometry-transform-helper-name: Public generic functions
Generic Function, get-element: Public generic functions
Generic Function, glossiness: Public generic functions
Generic Function, handle: Public generic functions
Generic Function, has-adjust-transform: Public generic functions
Generic Function, has-file: Public generic functions
Generic Function, has-geometry-transform: Public generic functions
Generic Function, has-uv-transform: Public generic functions
Generic Function, has-value: Public generic functions
Generic Function, has-warning: Public generic functions
Generic Function, huge-threshold: Public generic functions
Generic Function, id: Public generic functions
Generic Function, idx: Public generic functions
Generic Function, ignore-all-content: Public generic functions
Generic Function, ignore-animation: Public generic functions
Generic Function, ignore-connections: Public generic functions
Generic Function, ignore-embedded: Public generic functions
Generic Function, ignore-geometry: Public generic functions
Generic Function, ignore-missing-external-files: Public generic functions
Generic Function, ignore-normals: Public generic functions
Generic Function, ignore-parent-transform: Public generic functions
Generic Function, ik-effector: Public generic functions
Generic Function, ik-end-node: Public generic functions
Generic Function, ik-pole-vector: Public generic functions
Generic Function, include-node: Public generic functions
Generic Function, index: Public generic functions
Generic Function, index-begin: Public generic functions
Generic Function, index-error-handling: Public generic functions
Generic Function, indices: Public generic functions
Generic Function, indirect-diffuse: Public generic functions
Generic Function, indirect-specular: Public generic functions
Generic Function, inflate: Public generic functions
Generic Function, info: Public generic functions
Generic Function, inherit-type: Public generic functions
Generic Function, initialized: Public generic functions
Generic Function, inner-angle: Public generic functions
Generic Function, inputs: Public generic functions
Generic Function, instances: Public generic functions
Generic Function, intensity: Public generic functions
Generic Function, internal-fast-bits: Public generic functions
Generic Function, internal-reflections: Public generic functions
Generic Function, interpolate-normals: Public generic functions
Generic Function, interpolate-tangents: Public generic functions
Generic Function, interpolation: Public generic functions
Generic Function, interpretation: Public generic functions
Generic Function, interpretation-name: Public generic functions
Generic Function, ior: Public generic functions
Generic Function, is-2d: Public generic functions
Generic Function, is-explicit: Public generic functions
Generic Function, is-geometry-transform-helper: Public generic functions
Generic Function, is-root: Public generic functions
Generic Function, is-unsafe: Public generic functions
Generic Function, keyframes: Public generic functions
Generic Function, knot-vector: Public generic functions
Generic Function, ktime-to-sec: Public generic functions
Generic Function, latest-application: Public generic functions
Generic Function, layer: Public generic functions
Generic Function, layers: Public generic functions
Generic Function, left: Public generic functions
Generic Function, light: Public generic functions
Generic Function, light-type: Public generic functions
Generic Function, lights: Public generic functions
Generic Function, line-curves: Public generic functions
Generic Function, lisp-type: Public generic functions
Generic Function, load-cache: Public generic functions
Generic Function, load-external-files: Public generic functions
Generic Function, local-direction: Public generic functions
Generic Function, local-transform: Public generic functions
Generic Function, lod-groups: Public generic functions
Generic Function, lod-levels: Public generic functions
Generic Function, main-texture: Public generic functions
Generic Function, main-texture-output-index: Public generic functions
Generic Function, marker-type: Public generic functions
Generic Function, markers: Public generic functions
Generic Function, material: Public generic functions
Generic Function, material-prop: Public generic functions
Generic Function, materials: Public generic functions
Generic Function, matte: Public generic functions
Generic Function, matte-color: Public generic functions
Generic Function, matte-factor: Public generic functions
Generic Function, max-chunk-size: Public generic functions
Generic Function, max-face-triangles: Public generic functions
Generic Function, max-skin-weights: Public generic functions
Generic Function, max-source-vertices: Public generic functions
Generic Function, max-weights-per-vertex: Public generic functions
Generic Function, may-contain-broken-elements: Public generic functions
Generic Function, may-contain-missing-vertex-position: Public generic functions
Generic Function, may-contain-no-index: Public generic functions
Generic Function, may-contain-null-materials: Public generic functions
Generic Function, memory-limit: Public generic functions
Generic Function, mesh: Public generic functions
Generic Function, mesh-node-to-bone: Public generic functions
Generic Function, meshes: Public generic functions
Generic Function, message: Public generic functions
Generic Function, metadata: Public generic functions
Generic Function, metadata-objects: Public generic functions
Generic Function, metalness: Public generic functions
Generic Function, name: Public generic functions
Generic Function, near-plane: Public generic functions
Generic Function, next: Public generic functions
Generic Function, next-vertex: Public generic functions
Generic Function, no-anim-curve-unit-scaling: Public generic functions
Generic Function, no-checksum: Public generic functions
Generic Function, no-format-from-content: Public generic functions
Generic Function, no-format-from-extension: Public generic functions
Generic Function, no-header: Public generic functions
Generic Function, no-prop-unit-scaling: Public generic functions
Generic Function, node: Public generic functions
Generic Function, node-depth: Public generic functions
Generic Function, node-to-parent: Public generic functions
Generic Function, node-to-world: Public generic functions
Generic Function, nodes: Public generic functions
Generic Function, normal-map: Public generic functions
Generic Function, normal-matrix: Public generic functions
Generic Function, normal-offsets: Public generic functions
Generic Function, normalize-normals: Public generic functions
Generic Function, normalize-tangents: Public generic functions
Generic Function, num-animated: Public generic functions
Generic Function, num-control-points-u: Public generic functions
Generic Function, num-control-points-v: Public generic functions
Generic Function, num-dq-weights: Public generic functions
Generic Function, num-edges: Public generic functions
Generic Function, num-empty-faces: Public generic functions
Generic Function, num-faces: Public generic functions
Generic Function, num-indices: Public generic functions
Generic Function, num-line-faces: Public generic functions
Generic Function, num-offsets: Public generic functions
Generic Function, num-point-faces: Public generic functions
Generic Function, num-shader-textures: Public generic functions
Generic Function, num-triangles: Public generic functions
Generic Function, num-vertices: Public generic functions
Generic Function, num-weights: Public generic functions
Generic Function, num-wrap-control-points: Public generic functions
Generic Function, nurbs-curves: Public generic functions
Generic Function, nurbs-surfaces: Public generic functions
Generic Function, nurbs-trim-boundaries: Public generic functions
Generic Function, nurbs-trim-surfaces: Public generic functions
Generic Function, obj-merge-groups: Public generic functions
Generic Function, obj-merge-objects: Public generic functions
Generic Function, obj-mtl-data: Public generic functions
Generic Function, obj-mtl-path: Public generic functions
Generic Function, obj-search-mtl-by-filename: Public generic functions
Generic Function, obj-split-groups: Public generic functions
Generic Function, offset-vertices: Public generic functions
Generic Function, opacity: Public generic functions
Generic Function, open-main-file-with-default: Public generic functions
Generic Function, order: Public generic functions
Generic Function, original-application: Public generic functions
Generic Function, original-axis-up: Public generic functions
Generic Function, original-file-path: Public generic functions
Generic Function, original-unit-meters: Public generic functions
Generic Function, orthographic-extent: Public generic functions
Generic Function, orthographic-size: Public generic functions
Generic Function, outer-angle: Public generic functions
Generic Function, parent: Public generic functions
Generic Function, path-separator: Public generic functions
Generic Function, pbr: Public generic functions
Generic Function, point-indices: Public generic functions
Generic Function, pointer: Private generic functions
Generic Function, poses: Public generic functions
Generic Function, position: Public generic functions
Generic Function, position-offsets: Public generic functions
Generic Function, prev: Public generic functions
Generic Function, prev-vertex: Public generic functions
Generic Function, procedural-geometries: Public generic functions
Generic Function, progress-interval-hint: Public generic functions
Generic Function, progress-size-after: Public generic functions
Generic Function, progress-size-before: Public generic functions
Generic Function, projection-axes: Public generic functions
Generic Function, projection-mode: Public generic functions
Generic Function, projection-plane: Public generic functions
Generic Function, prop: Public generic functions
Generic Function, prop-bindings: Public generic functions
Generic Function, prop-name: Public generic functions
Generic Function, prop-overrides: Public generic functions
Generic Function, prop-prefix: Public generic functions
Generic Function, prop-type: Public generic functions
Generic Function, props: Public generic functions
Generic Function, radius: Public generic functions
Generic Function, raw-absolute-filename: Public generic functions
Generic Function, raw-filename: Public generic functions
Generic Function, raw-original-file-path: Public generic functions
Generic Function, raw-relative-filename: Public generic functions
Generic Function, raw-relative-root: Public generic functions
Generic Function, raw-shader-source: Public generic functions
Generic Function, read-buffer-size: Public generic functions
Generic Function, read-cache: Public generic functions
Generic Function, read-fn: Public generic functions
Generic Function, read-user: Public generic functions
Generic Function, reallocate: Public generic functions
Generic Function, reflection-color: Public generic functions
Generic Function, reflection-factor: Public generic functions
Generic Function, relative-distances: Public generic functions
Generic Function, relative-filename: Public generic functions
Generic Function, relative-length: Public generic functions
Generic Function, relative-root: Public generic functions
Generic Function, resolution: Public generic functions
Generic Function, resolution-is-pixels: Public generic functions
Generic Function, result-allocator: Public generic functions
Generic Function, result-allocs: Public generic functions
Generic Function, result-memory-used: Public generic functions
Generic Function, retain-dom: Public generic functions
Generic Function, right: Public generic functions
Generic Function, root-filename: Public generic functions
Generic Function, root-node: Public generic functions
Generic Function, root-transform: Public generic functions
Generic Function, rotation: Public generic functions
Generic Function, rotation-order: Public generic functions
Generic Function, roughness: Public generic functions
Generic Function, roughness-as-glossiness: Public generic functions
Generic Function, sample-cache: Public generic functions
Generic Function, scale: Public generic functions
Generic Function, scene: Public generic functions
Generic Function, scene-props: Public generic functions
Generic Function, segments: Public generic functions
Generic Function, selection-nodes: Public generic functions
Generic Function, selection-sets: Public generic functions
Generic Function, settings: Public generic functions
Generic Function, shader: Public generic functions
Generic Function, shader-bindings: Public generic functions
Generic Function, shader-name: Public generic functions
Generic Function, shader-prop: Public generic functions
Generic Function, shader-prop-prefix: Public generic functions
Generic Function, shader-source: Public generic functions
Generic Function, shader-texture-type: Public generic functions
Generic Function, shader-type: Public generic functions
Generic Function, shader-type-id: Public generic functions
Generic Function, shaders: Public generic functions
Generic Function, shading-model-name: Public generic functions
Generic Function, shape: Public generic functions
Generic Function, sheen: Public generic functions
Generic Function, sheen-color: Public generic functions
Generic Function, sheen-factor: Public generic functions
Generic Function, sheen-roughness: Public generic functions
Generic Function, size: Public generic functions
Generic Function, skin-cluster-ranges: Public generic functions
Generic Function, skin-cluster-weights: Public generic functions
Generic Function, skin-clusters: Public generic functions
Generic Function, skin-deformer-index: Public generic functions
Generic Function, skin-deformers: Public generic functions
Generic Function, skin-vertex-matrix: Public generic functions
Generic Function, skinned-is-local: Public generic functions
Generic Function, skinned-normal: Public generic functions
Generic Function, skinned-position: Public generic functions
Generic Function, skinning-method: Public generic functions
Generic Function, skip-skin-vertices: Public generic functions
Generic Function, snap-mode: Public generic functions
Generic Function, source: Public generic functions
Generic Function, source-vertex-ranges: Public generic functions
Generic Function, source-vertex-weights: Public generic functions
Generic Function, space-conversion: Public generic functions
Generic Function, span-subdivision: Public generic functions
Generic Function, span-subdivision-u: Public generic functions
Generic Function, span-subdivision-v: Public generic functions
Generic Function, spans: Public generic functions
Generic Function, specular: Public generic functions
Generic Function, specular-anisotropy: Public generic functions
Generic Function, specular-color: Public generic functions
Generic Function, specular-exponent: Public generic functions
Generic Function, specular-factor: Public generic functions
Generic Function, specular-ior: Public generic functions
Generic Function, specular-rotation: Public generic functions
Generic Function, squeeze-ratio: Public generic functions
Generic Function, src: Public generic functions
Generic Function, src-prop: Public generic functions
Generic Function, stack: Public generic functions
Generic Function, stereo-cameras: Public generic functions
Generic Function, stream-struct: Private generic functions
Generic Function, strict: Public generic functions
Generic Function, sub-type: Public generic functions
Generic Function, subdivide-mesh: Public generic functions
Generic Function, subdivision-boundary: Public generic functions
Generic Function, subdivision-display-mode: Public generic functions
Generic Function, subdivision-evaluated: Public generic functions
Generic Function, subdivision-preview-levels: Public generic functions
Generic Function, subdivision-render-levels: Public generic functions
Generic Function, subdivision-result: Public generic functions
Generic Function, subdivision-uv-boundary: Public generic functions
Generic Function, subsurface-anisotropy: Public generic functions
Generic Function, subsurface-color: Public generic functions
Generic Function, subsurface-factor: Public generic functions
Generic Function, subsurface-radius: Public generic functions
Generic Function, subsurface-scale: Public generic functions
Generic Function, subsurface-tint-color: Public generic functions
Generic Function, subsurface-type: Public generic functions
Generic Function, super-type: Public generic functions
Generic Function, t-max: Public generic functions
Generic Function, t-min: Public generic functions
Generic Function, tangent-map: Public generic functions
Generic Function, target-axes: Public generic functions
Generic Function, target-camera-axes: Public generic functions
Generic Function, target-light-axes: Public generic functions
Generic Function, target-mesh: Public generic functions
Generic Function, target-node: Public generic functions
Generic Function, target-unit-meters: Public generic functions
Generic Function, target-weight: Public generic functions
Generic Function, targets: Public generic functions
Generic Function, temp-allocator: Public generic functions
Generic Function, temp-allocs: Public generic functions
Generic Function, temp-memory-used: Public generic functions
Generic Function, tessellate: Public generic functions
Generic Function, texture: Public generic functions
Generic Function, texture-enabled: Public generic functions
Generic Function, texture-enabled-prop: Public generic functions
Generic Function, texture-files: Public generic functions
Generic Function, texture-output-index: Public generic functions
Generic Function, texture-prop: Public generic functions
Generic Function, texture-to-uv: Public generic functions
Generic Function, texture-type: Public generic functions
Generic Function, textures: Public generic functions
Generic Function, thin-film-ior: Public generic functions
Generic Function, thin-film-thickness: Public generic functions
Generic Function, thin-walled: Public generic functions
Generic Function, time: Public generic functions
Generic Function, time-begin: Public generic functions
Generic Function, time-end: Public generic functions
Generic Function, time-mode: Public generic functions
Generic Function, time-protocol: Public generic functions
Generic Function, topology: Public generic functions
Generic Function, total-size: Public generic functions
Generic Function, transform: Public generic functions
Generic Function, transform-offset: Public generic functions
Generic Function, translation: Public generic functions
Generic Function, transmission: Public generic functions
Generic Function, transmission-color: Public generic functions
Generic Function, transmission-depth: Public generic functions
Generic Function, transmission-dispersion: Public generic functions
Generic Function, transmission-enable-in-aov: Public generic functions
Generic Function, transmission-extra-roughness: Public generic functions
Generic Function, transmission-factor: Public generic functions
Generic Function, transmission-glossiness: Public generic functions
Generic Function, transmission-priority: Public generic functions
Generic Function, transmission-roughness: Public generic functions
Generic Function, transmission-roughness-as-glossiness: Public generic functions
Generic Function, transmission-scatter: Public generic functions
Generic Function, transmission-scatter-anisotropy: Public generic functions
Generic Function, transparency-color: Public generic functions
Generic Function, transparency-factor: Public generic functions
Generic Function, triangulate-face: Public generic functions
Generic Function, twin: Public generic functions
Generic Function, type-name: Public generic functions
Generic Function, typed-id: Public generic functions
Generic Function, ui-color: Public generic functions
Generic Function, unicode-error-handling: Public generic functions
Generic Function, unique-per-vertex: Public generic functions
Generic Function, unit-meters: Public generic functions
Generic Function, unknown-type: Public generic functions
Generic Function, unknowns: Public generic functions
Generic Function, unlit: Public generic functions
Generic Function, up: Public generic functions
Generic Function, use-distance-limit: Public generic functions
Generic Function, use-root-transform: Public generic functions
Generic Function, use-weight: Public generic functions
Generic Function, uv-boundary: Public generic functions
Generic Function, uv-set: Public generic functions
Generic Function, uv-sets: Public generic functions
Generic Function, uv-to-texture: Public generic functions
Generic Function, uv-transform: Public generic functions
Generic Function, v: Public generic functions
Generic Function, valid: Public generic functions
Generic Function, value: Public generic functions
Generic Function, value-blob: Public generic functions
Generic Function, value-components: Public generic functions
Generic Function, value-float: Public generic functions
Generic Function, value-int: Public generic functions
Generic Function, value-reals: Public generic functions
Generic Function, value-str: Public generic functions
Generic Function, value-type: Public generic functions
Generic Function, value-vec4: Public generic functions
Generic Function, values: Public generic functions
Generic Function, vector-displacement: Public generic functions
Generic Function, vector-displacement-factor: Public generic functions
Generic Function, vendor: Public generic functions
Generic Function, version: Public generic functions
Generic Function, vertex-bitangent: Public generic functions
Generic Function, vertex-color: Public generic functions
Generic Function, vertex-crease: Public generic functions
Generic Function, vertex-first-index: Public generic functions
Generic Function, vertex-indices: Public generic functions
Generic Function, vertex-normal: Public generic functions
Generic Function, vertex-position: Public generic functions
Generic Function, vertex-size: Public generic functions
Generic Function, vertex-tangent: Public generic functions
Generic Function, vertex-uv: Public generic functions
Generic Function, vertices: Public generic functions
Generic Function, video: Public generic functions
Generic Function, videos: Public generic functions
Generic Function, visible: Public generic functions
Generic Function, w: Public generic functions
Generic Function, warnings: Public generic functions
Generic Function, weight: Public generic functions
Generic Function, weight-begin: Public generic functions
Generic Function, weight-is-animated: Public generic functions
Generic Function, weighted-face-normal: Public generic functions
Generic Function, weights: Public generic functions
Generic Function, world-transform: Public generic functions
Generic Function, wrap-u: Public generic functions
Generic Function, wrap-v: Public generic functions
Generic Function, x: Public generic functions
Generic Function, y: Public generic functions
Generic Function, z: Public generic functions
geometry-cache-channels: Public ordinary functions
geometry-cache-data-opts--begin-zero: Public ordinary functions
geometry-cache-data-opts--end-zero: Public ordinary functions
geometry-cache-data-opts-additive: Public ordinary functions
geometry-cache-data-opts-open-file-cb: Public ordinary functions
geometry-cache-data-opts-use-weight: Public ordinary functions
geometry-cache-data-opts-weight: Public ordinary functions
geometry-cache-extra-info: Public ordinary functions
geometry-cache-frames: Public ordinary functions
geometry-cache-opts--begin-zero: Public ordinary functions
geometry-cache-opts--end-zero: Public ordinary functions
geometry-cache-opts-frames-per-second: Public ordinary functions
geometry-cache-opts-open-file-cb: Public ordinary functions
geometry-cache-opts-result-allocator: Public ordinary functions
geometry-cache-opts-temp-allocator: Public ordinary functions
geometry-cache-root-filename: Public ordinary functions
geometry-ignored: Public generic functions
geometry-ignored: Public generic functions
geometry-to-bone: Public generic functions
geometry-to-bone: Public generic functions
geometry-to-node: Public generic functions
geometry-to-node: Public generic functions
geometry-to-world: Public generic functions
geometry-to-world: Public generic functions
geometry-to-world: Public generic functions
geometry-to-world-transform: Public generic functions
geometry-to-world-transform: Public generic functions
geometry-transform: Public generic functions
geometry-transform: Public generic functions
geometry-transform-handling: Public generic functions
geometry-transform-handling: Public generic functions
geometry-transform-helper: Public generic functions
geometry-transform-helper: Public generic functions
geometry-transform-helper-name: Public generic functions
geometry-transform-helper-name: Public generic functions
get-blend-shape-vertex-offset: Public ordinary functions
get-blend-vertex-offset: Public ordinary functions
get-compatible-matrix-for-normals: Public ordinary functions
get-element: Public generic functions
get-element: Public generic functions
get-prop-element: Public ordinary functions
get-skin-vertex-matrix: Public ordinary functions
get-triangulate-face-num-indices: Public ordinary functions
get-vertex-real: Public ordinary functions
get-weighted-face-normal: Public ordinary functions
global-pointer: Private ordinary functions
glossiness: Public generic functions
glossiness: Public generic functions

H
handle: Public generic functions
handle: Public generic functions
handle: Public generic functions
has-adjust-transform: Public generic functions
has-adjust-transform: Public generic functions
has-file: Public generic functions
has-file: Public generic functions
has-geometry-transform: Public generic functions
has-geometry-transform: Public generic functions
has-uv-transform: Public generic functions
has-uv-transform: Public generic functions
has-value: Public generic functions
has-value: Public generic functions
has-warning: Public generic functions
has-warning: Public generic functions
huge-threshold: Public generic functions
huge-threshold: Public generic functions

I
id: Public generic functions
id: Public generic functions
idx: Public generic functions
idx: Public generic functions
ignore-all-content: Public generic functions
ignore-all-content: Public generic functions
ignore-animation: Public generic functions
ignore-animation: Public generic functions
ignore-connections: Public generic functions
ignore-connections: Public generic functions
ignore-embedded: Public generic functions
ignore-embedded: Public generic functions
ignore-geometry: Public generic functions
ignore-geometry: Public generic functions
ignore-missing-external-files: Public generic functions
ignore-missing-external-files: Public generic functions
ignore-normals: Public generic functions
ignore-normals: Public generic functions
ignore-parent-transform: Public generic functions
ignore-parent-transform: Public generic functions
ik-effector: Public generic functions
ik-effector: Public generic functions
ik-end-node: Public generic functions
ik-end-node: Public generic functions
ik-pole-vector: Public generic functions
ik-pole-vector: Public generic functions
include-node: Public generic functions
include-node: Public generic functions
index: Public generic functions
index: Public generic functions
index: Public generic functions
index: Public generic functions
index: Public generic functions
index-begin: Public generic functions
index-begin: Public generic functions
index-begin: Public generic functions
index-error-handling: Public generic functions
index-error-handling: Public generic functions
indices: Public generic functions
indices: Public generic functions
indices: Public generic functions
indices: Public generic functions
indices: Public generic functions
indices: Public generic functions
indirect-diffuse: Public generic functions
indirect-diffuse: Public generic functions
indirect-specular: Public generic functions
indirect-specular: Public generic functions
inflate: Public ordinary functions
inflate: Public generic functions
inflate: Public generic functions
inflate-error: Public ordinary functions
inflate-input-buffer: Public ordinary functions
inflate-input-buffer-size: Public ordinary functions
inflate-input-data: Public ordinary functions
inflate-input-data-size: Public ordinary functions
inflate-input-internal-fast-bits: Public ordinary functions
inflate-input-no-checksum: Public ordinary functions
inflate-input-no-header: Public ordinary functions
inflate-input-progress-cb: Public ordinary functions
inflate-input-progress-interval-hint: Public ordinary functions
inflate-input-progress-size-after: Public ordinary functions
inflate-input-progress-size-before: Public ordinary functions
inflate-input-read-fn: Public ordinary functions
inflate-input-read-user: Public ordinary functions
inflate-input-total-size: Public ordinary functions
inflate-retain-data: Public ordinary functions
inflate-retain-initialized: Public ordinary functions
info: Public generic functions
info: Public generic functions
inherit-type: Public generic functions
inherit-type: Public generic functions
init: Public ordinary functions
initialize-instance: Public standalone methods
initialized: Public generic functions
initialized: Public generic functions
inner-angle: Public generic functions
inner-angle: Public generic functions
inputs: Public generic functions
inputs: Public generic functions
instances: Public generic functions
instances: Public generic functions
intensity: Public generic functions
intensity: Public generic functions
internal-fast-bits: Public generic functions
internal-fast-bits: Public generic functions
internal-reflections: Public generic functions
internal-reflections: Public generic functions
interpolate-normals: Public generic functions
interpolate-normals: Public generic functions
interpolate-tangents: Public generic functions
interpolate-tangents: Public generic functions
interpolation: Public generic functions
interpolation: Public generic functions
interpretation: Public generic functions
interpretation: Public generic functions
interpretation-name: Public generic functions
interpretation-name: Public generic functions
ior: Public generic functions
ior: Public generic functions
is-2d: Public generic functions
is-2d: Public generic functions
is-explicit: Public generic functions
is-explicit: Public generic functions
is-geometry-transform-helper: Public generic functions
is-geometry-transform-helper: Public generic functions
is-root: Public generic functions
is-root: Public generic functions
is-root: Public generic functions
is-thread-safe: Public ordinary functions
is-unsafe: Public generic functions
is-unsafe: Public generic functions

K
keyframe-interpolation: Public ordinary functions
keyframe-left: Public ordinary functions
keyframe-right: Public ordinary functions
keyframe-time: Public ordinary functions
keyframe-value: Public ordinary functions
keyframes: Public generic functions
keyframes: Public generic functions
keyframes: Public generic functions
knot-vector: Public generic functions
knot-vector: Public generic functions
ktime-to-sec: Public generic functions
ktime-to-sec: Public generic functions

L
latest-application: Public generic functions
latest-application: Public generic functions
layer: Public generic functions
layer: Public generic functions
layers: Public generic functions
layers: Public generic functions
layers: Public generic functions
layers: Public generic functions
left: Public generic functions
left: Public generic functions
left: Public generic functions
length: Public standalone methods
length: Public standalone methods
length: Public standalone methods
length: Public standalone methods
length: Public standalone methods
light: Public generic functions
light: Public generic functions
light-area-shape: Public ordinary functions
light-cast-light: Public ordinary functions
light-cast-shadows: Public ordinary functions
light-color: Public ordinary functions
light-decay: Public ordinary functions
light-element: Public ordinary functions
light-inner-angle: Public ordinary functions
light-intensity: Public ordinary functions
light-local-direction: Public ordinary functions
light-outer-angle: Public ordinary functions
light-type: Public ordinary functions
light-type: Public generic functions
light-type: Public generic functions
lights: Public generic functions
lights: Public generic functions
line-curve-color: Public ordinary functions
line-curve-control-points: Public ordinary functions
line-curve-element: Public ordinary functions
line-curve-from-tessellated-nurbs: Public ordinary functions
line-curve-point-indices: Public ordinary functions
line-curve-segments: Public ordinary functions
line-curves: Public generic functions
line-curves: Public generic functions
line-segment-index-begin: Public ordinary functions
line-segment-num-indices: Public ordinary functions
lisp-type: Public generic functions
lisp-type: Public generic functions
list-count: Public ordinary functions
list-data: Public ordinary functions
load-cache: Public generic functions
load-cache: Public generic functions
load-cache: Public generic functions
load-external-files: Public generic functions
load-external-files: Public generic functions
load-external-files: Public generic functions
load-file: Public ordinary functions
load-geometry-cache: Public ordinary functions
load-memory: Public ordinary functions
load-opts--begin-zero: Public ordinary functions
load-opts--end-zero: Public ordinary functions
load-opts-allow-empty-faces: Public ordinary functions
load-opts-allow-missing-vertex-position: Public ordinary functions
load-opts-allow-nodes-out-of-root: Public ordinary functions
load-opts-allow-null-material: Public ordinary functions
load-opts-allow-unsafe: Public ordinary functions
load-opts-clean-skin-weights: Public ordinary functions
load-opts-connect-broken-elements: Public ordinary functions
load-opts-disable-quirks: Public ordinary functions
load-opts-evaluate-caches: Public ordinary functions
load-opts-evaluate-skinning: Public ordinary functions
load-opts-file-format: Public ordinary functions
load-opts-file-format-lookahead: Public ordinary functions
load-opts-file-size-estimate: Public ordinary functions
load-opts-filename: Public ordinary functions
load-opts-generate-missing-normals: Public ordinary functions
load-opts-geometry-transform-handling: Public ordinary functions
load-opts-geometry-transform-helper-name: Public ordinary functions
load-opts-ignore-all-content: Public ordinary functions
load-opts-ignore-animation: Public ordinary functions
load-opts-ignore-embedded: Public ordinary functions
load-opts-ignore-geometry: Public ordinary functions
load-opts-ignore-missing-external-files: Public ordinary functions
load-opts-index-error-handling: Public ordinary functions
load-opts-load-external-files: Public ordinary functions
load-opts-no-anim-curve-unit-scaling: Public ordinary functions
load-opts-no-format-from-content: Public ordinary functions
load-opts-no-format-from-extension: Public ordinary functions
load-opts-no-prop-unit-scaling: Public ordinary functions
load-opts-normalize-normals: Public ordinary functions
load-opts-normalize-tangents: Public ordinary functions
load-opts-obj-merge-groups: Public ordinary functions
load-opts-obj-merge-objects: Public ordinary functions
load-opts-obj-mtl-data: Public ordinary functions
load-opts-obj-mtl-path: Public ordinary functions
load-opts-obj-search-mtl-by-filename: Public ordinary functions
load-opts-obj-split-groups: Public ordinary functions
load-opts-open-file-cb: Public ordinary functions
load-opts-open-main-file-with-default: Public ordinary functions
load-opts-path-separator: Public ordinary functions
load-opts-progress-cb: Public ordinary functions
load-opts-progress-interval-hint: Public ordinary functions
load-opts-raw-filename: Public ordinary functions
load-opts-read-buffer-size: Public ordinary functions
load-opts-result-allocator: Public ordinary functions
load-opts-retain-dom: Public ordinary functions
load-opts-root-transform: Public ordinary functions
load-opts-skip-skin-vertices: Public ordinary functions
load-opts-space-conversion: Public ordinary functions
load-opts-strict: Public ordinary functions
load-opts-target-axes: Public ordinary functions
load-opts-target-camera-axes: Public ordinary functions
load-opts-target-light-axes: Public ordinary functions
load-opts-target-unit-meters: Public ordinary functions
load-opts-temp-allocator: Public ordinary functions
load-opts-unicode-error-handling: Public ordinary functions
load-opts-use-root-transform: Public ordinary functions
load-stdio: Public ordinary functions
load-stdio-prefix: Public ordinary functions
load-stream: Public ordinary functions
load-stream-prefix: Public ordinary functions
local-direction: Public generic functions
local-direction: Public generic functions
local-transform: Public generic functions
local-transform: Public generic functions
lod-group-distance-limit-max: Public ordinary functions
lod-group-distance-limit-min: Public ordinary functions
lod-group-element: Public ordinary functions
lod-group-ignore-parent-transform: Public ordinary functions
lod-group-lod-levels: Public ordinary functions
lod-group-relative-distances: Public ordinary functions
lod-group-use-distance-limit: Public ordinary functions
lod-groups: Public generic functions
lod-groups: Public generic functions
lod-level-display: Public ordinary functions
lod-level-distance: Public ordinary functions
lod-levels: Public generic functions
lod-levels: Public generic functions

M
Macro, define-struct-accessors: Private macros
Macro, define-struct-wrappers: Private macros
Macro, define-vertex-wrap: Private macros
Macro, with-file: Public macros
Macro, with-freeing: Public macros
Macro, with-ptr-resolve: Private macros
main-texture: Public generic functions
main-texture: Public generic functions
main-texture-output-index: Public generic functions
main-texture-output-index: Public generic functions
make-foreign-vector: Public ordinary functions
marker-element: Public ordinary functions
marker-type: Public ordinary functions
marker-type: Public generic functions
marker-type: Public generic functions
markers: Public generic functions
markers: Public generic functions
material: Public generic functions
material: Public generic functions
material: Public generic functions
material-element: Public ordinary functions
material-fbx: Public ordinary functions
material-fbx-maps-ambient-color: Public ordinary functions
material-fbx-maps-ambient-factor: Public ordinary functions
material-fbx-maps-bump: Public ordinary functions
material-fbx-maps-bump-factor: Public ordinary functions
material-fbx-maps-diffuse-color: Public ordinary functions
material-fbx-maps-diffuse-factor: Public ordinary functions
material-fbx-maps-displacement: Public ordinary functions
material-fbx-maps-displacement-factor: Public ordinary functions
material-fbx-maps-emission-color: Public ordinary functions
material-fbx-maps-emission-factor: Public ordinary functions
material-fbx-maps-normal-map: Public ordinary functions
material-fbx-maps-reflection-color: Public ordinary functions
material-fbx-maps-reflection-factor: Public ordinary functions
material-fbx-maps-specular-color: Public ordinary functions
material-fbx-maps-specular-exponent: Public ordinary functions
material-fbx-maps-specular-factor: Public ordinary functions
material-fbx-maps-transparency-color: Public ordinary functions
material-fbx-maps-transparency-factor: Public ordinary functions
material-fbx-maps-vector-displacement: Public ordinary functions
material-fbx-maps-vector-displacement-factor: Public ordinary functions
material-feature-info-enabled: Public ordinary functions
material-feature-info-is-explicit: Public ordinary functions
material-features: Public ordinary functions
material-features-ambient-occlusion: Public ordinary functions
material-features-caustics: Public ordinary functions
material-features-coat: Public ordinary functions
material-features-coat-roughness-as-glossiness: Public ordinary functions
material-features-diffuse: Public ordinary functions
material-features-diffuse-roughness: Public ordinary functions
material-features-double-sided: Public ordinary functions
material-features-emission: Public ordinary functions
material-features-exit-to-background: Public ordinary functions
material-features-internal-reflections: Public ordinary functions
material-features-ior: Public ordinary functions
material-features-matte: Public ordinary functions
material-features-metalness: Public ordinary functions
material-features-opacity: Public ordinary functions
material-features-pbr: Public ordinary functions
material-features-roughness-as-glossiness: Public ordinary functions
material-features-sheen: Public ordinary functions
material-features-specular: Public ordinary functions
material-features-thin-walled: Public ordinary functions
material-features-transmission: Public ordinary functions
material-features-transmission-roughness: Public ordinary functions
material-features-transmission-roughness-as-glossiness: Public ordinary functions
material-features-unlit: Public ordinary functions
material-map-feature-disabled: Public ordinary functions
material-map-has-value: Public ordinary functions
material-map-texture: Public ordinary functions
material-map-texture-enabled: Public ordinary functions
material-map-value-components: Public ordinary functions
material-map-value-int: Public ordinary functions
material-map-value-vec4: Public ordinary functions
material-pbr: Public ordinary functions
material-pbr-maps-ambient-occlusion: Public ordinary functions
material-pbr-maps-base-color: Public ordinary functions
material-pbr-maps-base-factor: Public ordinary functions
material-pbr-maps-coat-affect-base-color: Public ordinary functions
material-pbr-maps-coat-affect-base-roughness: Public ordinary functions
material-pbr-maps-coat-anisotropy: Public ordinary functions
material-pbr-maps-coat-color: Public ordinary functions
material-pbr-maps-coat-factor: Public ordinary functions
material-pbr-maps-coat-glossiness: Public ordinary functions
material-pbr-maps-coat-ior: Public ordinary functions
material-pbr-maps-coat-normal: Public ordinary functions
material-pbr-maps-coat-rotation: Public ordinary functions
material-pbr-maps-coat-roughness: Public ordinary functions
material-pbr-maps-diffuse-roughness: Public ordinary functions
material-pbr-maps-displacement-map: Public ordinary functions
material-pbr-maps-emission-color: Public ordinary functions
material-pbr-maps-emission-factor: Public ordinary functions
material-pbr-maps-glossiness: Public ordinary functions
material-pbr-maps-indirect-diffuse: Public ordinary functions
material-pbr-maps-indirect-specular: Public ordinary functions
material-pbr-maps-matte-color: Public ordinary functions
material-pbr-maps-matte-factor: Public ordinary functions
material-pbr-maps-metalness: Public ordinary functions
material-pbr-maps-normal-map: Public ordinary functions
material-pbr-maps-opacity: Public ordinary functions
material-pbr-maps-roughness: Public ordinary functions
material-pbr-maps-sheen-color: Public ordinary functions
material-pbr-maps-sheen-factor: Public ordinary functions
material-pbr-maps-sheen-roughness: Public ordinary functions
material-pbr-maps-specular-anisotropy: Public ordinary functions
material-pbr-maps-specular-color: Public ordinary functions
material-pbr-maps-specular-factor: Public ordinary functions
material-pbr-maps-specular-ior: Public ordinary functions
material-pbr-maps-specular-rotation: Public ordinary functions
material-pbr-maps-subsurface-anisotropy: Public ordinary functions
material-pbr-maps-subsurface-color: Public ordinary functions
material-pbr-maps-subsurface-factor: Public ordinary functions
material-pbr-maps-subsurface-radius: Public ordinary functions
material-pbr-maps-subsurface-scale: Public ordinary functions
material-pbr-maps-subsurface-tint-color: Public ordinary functions
material-pbr-maps-subsurface-type: Public ordinary functions
material-pbr-maps-tangent-map: Public ordinary functions
material-pbr-maps-thin-film-ior: Public ordinary functions
material-pbr-maps-thin-film-thickness: Public ordinary functions
material-pbr-maps-transmission-color: Public ordinary functions
material-pbr-maps-transmission-depth: Public ordinary functions
material-pbr-maps-transmission-dispersion: Public ordinary functions
material-pbr-maps-transmission-enable-in-aov: Public ordinary functions
material-pbr-maps-transmission-extra-roughness: Public ordinary functions
material-pbr-maps-transmission-factor: Public ordinary functions
material-pbr-maps-transmission-glossiness: Public ordinary functions
material-pbr-maps-transmission-priority: Public ordinary functions
material-pbr-maps-transmission-roughness: Public ordinary functions
material-pbr-maps-transmission-scatter: Public ordinary functions
material-pbr-maps-transmission-scatter-anisotropy: Public ordinary functions
material-prop: Public generic functions
material-prop: Public generic functions
material-prop: Public generic functions
material-shader: Public ordinary functions
material-shader-prop-prefix: Public ordinary functions
material-shader-type: Public ordinary functions
material-shading-model-name: Public ordinary functions
material-texture-material-prop: Public ordinary functions
material-texture-shader-prop: Public ordinary functions
material-texture-texture: Public ordinary functions
material-textures: Public ordinary functions
materials: Public generic functions
materials: Public generic functions
materials: Public generic functions
materials: Public generic functions
matrix-determinant: Public ordinary functions
matrix-for-normals: Public ordinary functions
matrix-invert: Public ordinary functions
matrix-mul: Public ordinary functions
matrix-to-transform: Public ordinary functions
matrix-v: Public ordinary functions
matte: Public generic functions
matte: Public generic functions
matte-color: Public generic functions
matte-color: Public generic functions
matte-factor: Public generic functions
matte-factor: Public generic functions
max-chunk-size: Public generic functions
max-chunk-size: Public generic functions
max-face-triangles: Public generic functions
max-face-triangles: Public generic functions
max-face-triangles: Public generic functions
max-skin-weights: Public generic functions
max-skin-weights: Public generic functions
max-source-vertices: Public generic functions
max-source-vertices: Public generic functions
max-weights-per-vertex: Public generic functions
max-weights-per-vertex: Public generic functions
may-contain-broken-elements: Public generic functions
may-contain-broken-elements: Public generic functions
may-contain-missing-vertex-position: Public generic functions
may-contain-missing-vertex-position: Public generic functions
may-contain-no-index: Public generic functions
may-contain-no-index: Public generic functions
may-contain-null-materials: Public generic functions
may-contain-null-materials: Public generic functions
memory-limit: Public generic functions
memory-limit: Public generic functions
mesh: Public generic functions
mesh: Public generic functions
mesh-all-deformers: Public ordinary functions
mesh-blend-deformers: Public ordinary functions
mesh-cache-deformers: Public ordinary functions
mesh-color-sets: Public ordinary functions
mesh-edge-crease: Public ordinary functions
mesh-edge-smoothing: Public ordinary functions
mesh-edge-visibility: Public ordinary functions
mesh-edges: Public ordinary functions
mesh-element: Public ordinary functions
mesh-face-group: Public ordinary functions
mesh-face-groups: Public ordinary functions
mesh-face-hole: Public ordinary functions
mesh-face-material: Public ordinary functions
mesh-face-smoothing: Public ordinary functions
mesh-faces: Public ordinary functions
mesh-from-tessellated-nurbs: Public ordinary functions
mesh-generated-normals: Public ordinary functions
mesh-material-face-indices: Public ordinary functions
mesh-material-material: Public ordinary functions
mesh-material-num-empty-faces: Public ordinary functions
mesh-material-num-faces: Public ordinary functions
mesh-material-num-line-faces: Public ordinary functions
mesh-material-num-point-faces: Public ordinary functions
mesh-material-num-triangles: Public ordinary functions
mesh-materials: Public ordinary functions
mesh-max-face-triangles: Public ordinary functions
mesh-node-to-bone: Public generic functions
mesh-node-to-bone: Public generic functions
mesh-num-edges: Public ordinary functions
mesh-num-empty-faces: Public ordinary functions
mesh-num-faces: Public ordinary functions
mesh-num-indices: Public ordinary functions
mesh-num-line-faces: Public ordinary functions
mesh-num-point-faces: Public ordinary functions
mesh-num-triangles: Public ordinary functions
mesh-num-vertices: Public ordinary functions
mesh-skin-deformers: Public ordinary functions
mesh-skinned-is-local: Public ordinary functions
mesh-skinned-normal: Public ordinary functions
mesh-skinned-position: Public ordinary functions
mesh-subdivision-boundary: Public ordinary functions
mesh-subdivision-display-mode: Public ordinary functions
mesh-subdivision-evaluated: Public ordinary functions
mesh-subdivision-preview-levels: Public ordinary functions
mesh-subdivision-render-levels: Public ordinary functions
mesh-subdivision-result: Public ordinary functions
mesh-subdivision-uv-boundary: Public ordinary functions
mesh-uv-sets: Public ordinary functions
mesh-vertex-bitangent: Public ordinary functions
mesh-vertex-color: Public ordinary functions
mesh-vertex-crease: Public ordinary functions
mesh-vertex-first-index: Public ordinary functions
mesh-vertex-indices: Public ordinary functions
mesh-vertex-normal: Public ordinary functions
mesh-vertex-position: Public ordinary functions
mesh-vertex-tangent: Public ordinary functions
mesh-vertex-uv: Public ordinary functions
mesh-vertices: Public ordinary functions
meshes: Public generic functions
meshes: Public generic functions
message: Public generic functions
message: Public generic functions
message: Public generic functions
metadata: Public generic functions
metadata: Public generic functions
metadata-animation-ignored: Public ordinary functions
metadata-ascii: Public ordinary functions
metadata-big-endian: Public ordinary functions
metadata-bone-prop-limb-length-relative: Public ordinary functions
metadata-bone-prop-size-unit: Public ordinary functions
metadata-creator: Public ordinary functions
metadata-element-buffer-size: Public ordinary functions
metadata-embedded-ignored: Public ordinary functions
metadata-exporter: Public ordinary functions
metadata-exporter-version: Public ordinary functions
metadata-file-format: Public ordinary functions
metadata-filename: Public ordinary functions
metadata-geometry-ignored: Public ordinary functions
metadata-has-warning: Public ordinary functions
metadata-is-unsafe: Public ordinary functions
metadata-ktime-to-sec: Public ordinary functions
metadata-latest-application: Public ordinary functions
metadata-max-face-triangles: Public ordinary functions
metadata-may-contain-broken-elements: Public ordinary functions
metadata-may-contain-missing-vertex-position: Public ordinary functions
metadata-may-contain-no-index: Public ordinary functions
metadata-may-contain-null-materials: Public ordinary functions
metadata-num-shader-textures: Public ordinary functions
metadata-object-element: Public ordinary functions
metadata-objects: Public generic functions
metadata-objects: Public generic functions
metadata-original-application: Public ordinary functions
metadata-original-file-path: Public ordinary functions
metadata-raw-filename: Public ordinary functions
metadata-raw-original-file-path: Public ordinary functions
metadata-raw-relative-root: Public ordinary functions
metadata-relative-root: Public ordinary functions
metadata-result-allocs: Public ordinary functions
metadata-result-memory-used: Public ordinary functions
metadata-scene-props: Public ordinary functions
metadata-temp-allocs: Public ordinary functions
metadata-temp-memory-used: Public ordinary functions
metadata-version: Public ordinary functions
metadata-warnings: Public ordinary functions
metalness: Public generic functions
metalness: Public generic functions
metalness: Public generic functions
Method, %parse: Private generic functions
Method, %parse: Private generic functions
Method, %parse: Private generic functions
Method, %parse: Private generic functions
Method, %parse: Private generic functions
Method, %stream: Private generic functions
Method, (setf %stream): Private generic functions
Method, (setf -begin-zero): Public generic functions
Method, (setf -begin-zero): Public generic functions
Method, (setf -begin-zero): Public generic functions
Method, (setf -begin-zero): Public generic functions
Method, (setf -begin-zero): Public generic functions
Method, (setf -begin-zero): Public generic functions
Method, (setf -begin-zero): Public generic functions
Method, (setf -element-id-bitmask): Public generic functions
Method, (setf -end-zero): Public generic functions
Method, (setf -end-zero): Public generic functions
Method, (setf -end-zero): Public generic functions
Method, (setf -end-zero): Public generic functions
Method, (setf -end-zero): Public generic functions
Method, (setf -end-zero): Public generic functions
Method, (setf -end-zero): Public generic functions
Method, (setf -internal-key): Public generic functions
Method, (setf -internal-key): Public generic functions
Method, (setf -internal-key): Public generic functions
Method, (setf -internal-key): Public generic functions
Method, (setf -max-element-id): Public generic functions
Method, (setf -min-element-id): Public generic functions
Method, (setf a): Public generic functions
Method, (setf absolute-filename): Public generic functions
Method, (setf absolute-filename): Public generic functions
Method, (setf absolute-filename): Public generic functions
Method, (setf absolute-filename): Public generic functions
Method, (setf active): Public generic functions
Method, (setf additive): Public generic functions
Method, (setf additive): Public generic functions
Method, (setf adjust-post-rotation): Public generic functions
Method, (setf adjust-pre-rotation): Public generic functions
Method, (setf adjust-pre-scale): Public generic functions
Method, (setf aim-up-node): Public generic functions
Method, (setf aim-up-node): Public generic functions
Method, (setf aim-up-type): Public generic functions
Method, (setf aim-up-vector): Public generic functions
Method, (setf aim-vector): Public generic functions
Method, (setf all-attribs): Public generic functions
Method, (setf all-deformers): Public generic functions
Method, (setf allocation-limit): Public generic functions
Method, (setf allow-empty-faces): Public generic functions
Method, (setf allow-missing-vertex-position): Public generic functions
Method, (setf allow-nodes-out-of-root): Public generic functions
Method, (setf allow-null-material): Public generic functions
Method, (setf allow-unsafe): Public generic functions
Method, (setf alpha): Public generic functions
Method, (setf ambient-color): Public generic functions
Method, (setf ambient-color): Public generic functions
Method, (setf ambient-factor): Public generic functions
Method, (setf ambient-occlusion): Public generic functions
Method, (setf ambient-occlusion): Public generic functions
Method, (setf anim): Public generic functions
Method, (setf anim): Public generic functions
Method, (setf anim): Public generic functions
Method, (setf anim-curves): Public generic functions
Method, (setf anim-layers): Public generic functions
Method, (setf anim-props): Public generic functions
Method, (setf anim-stacks): Public generic functions
Method, (setf anim-value): Public generic functions
Method, (setf anim-value): Public generic functions
Method, (setf anim-values): Public generic functions
Method, (setf anim-values): Public generic functions
Method, (setf animation-ignored): Public generic functions
Method, (setf aperture-format): Public generic functions
Method, (setf aperture-mode): Public generic functions
Method, (setf aperture-size-inch): Public generic functions
Method, (setf area-shape): Public generic functions
Method, (setf ascii): Public generic functions
Method, (setf aspect-mode): Public generic functions
Method, (setf aspect-ratio): Public generic functions
Method, (setf attrib): Public generic functions
Method, (setf attrib): Public generic functions
Method, (setf attrib-type): Public generic functions
Method, (setf axes): Public generic functions
Method, (setf b): Public generic functions
Method, (setf base-color): Public generic functions
Method, (setf base-factor): Public generic functions
Method, (setf basis): Public generic functions
Method, (setf basis-u): Public generic functions
Method, (setf basis-v): Public generic functions
Method, (setf big-endian): Public generic functions
Method, (setf bind-pose): Public generic functions
Method, (setf bind-to-world): Public generic functions
Method, (setf bindings): Public generic functions
Method, (setf blend-channels): Public generic functions
Method, (setf blend-deformers): Public generic functions
Method, (setf blend-deformers): Public generic functions
Method, (setf blend-mode): Public generic functions
Method, (setf blend-shapes): Public generic functions
Method, (setf blended): Public generic functions
Method, (setf bone): Public generic functions
Method, (setf bone): Public generic functions
Method, (setf bone-node): Public generic functions
Method, (setf bone-node): Public generic functions
Method, (setf bone-node): Public generic functions
Method, (setf bone-node): Public generic functions
Method, (setf bone-poses): Public generic functions
Method, (setf bone-prop-limb-length-relative): Public generic functions
Method, (setf bone-prop-size-unit): Public generic functions
Method, (setf bone-to-world): Public generic functions
Method, (setf bones): Public generic functions
Method, (setf boundary): Public generic functions
Method, (setf buffer): Public generic functions
Method, (setf buffer): Public generic functions
Method, (setf buffer): Public generic functions
Method, (setf buffer-size): Public generic functions
Method, (setf bump): Public generic functions
Method, (setf bump-factor): Public generic functions
Method, (setf cache-deformers): Public generic functions
Method, (setf cache-deformers): Public generic functions
Method, (setf cache-files): Public generic functions
Method, (setf camera): Public generic functions
Method, (setf camera): Public generic functions
Method, (setf camera-switchers): Public generic functions
Method, (setf cameras): Public generic functions
Method, (setf cast-light): Public generic functions
Method, (setf cast-shadows): Public generic functions
Method, (setf caustics): Public generic functions
Method, (setf channel): Public generic functions
Method, (setf channel): Public generic functions
Method, (setf channels): Public generic functions
Method, (setf channels): Public generic functions
Method, (setf characters): Public generic functions
Method, (setf children): Public generic functions
Method, (setf children): Public generic functions
Method, (setf clean-skin-weights): Public generic functions
Method, (setf close-memory-cb): Public generic functions
Method, (setf cluster-index): Public generic functions
Method, (setf clusters): Public generic functions
Method, (setf coat): Public generic functions
Method, (setf coat-affect-base-color): Public generic functions
Method, (setf coat-affect-base-roughness): Public generic functions
Method, (setf coat-anisotropy): Public generic functions
Method, (setf coat-color): Public generic functions
Method, (setf coat-factor): Public generic functions
Method, (setf coat-glossiness): Public generic functions
Method, (setf coat-ior): Public generic functions
Method, (setf coat-normal): Public generic functions
Method, (setf coat-rotation): Public generic functions
Method, (setf coat-roughness): Public generic functions
Method, (setf coat-roughness-as-glossiness): Public generic functions
Method, (setf color): Public generic functions
Method, (setf color): Public generic functions
Method, (setf color-sets): Public generic functions
Method, (setf combined-anim): Public generic functions
Method, (setf compose-rotation): Public generic functions
Method, (setf compose-scale): Public generic functions
Method, (setf connect-broken-elements): Public generic functions
Method, (setf connections-dst): Public generic functions
Method, (setf connections-dst): Public generic functions
Method, (setf connections-src): Public generic functions
Method, (setf connections-src): Public generic functions
Method, (setf constrain-rotation): Public generic functions
Method, (setf constrain-scale): Public generic functions
Method, (setf constrain-translation): Public generic functions
Method, (setf constraint-type): Public generic functions
Method, (setf constraints): Public generic functions
Method, (setf content): Public generic functions
Method, (setf content): Public generic functions
Method, (setf content): Public generic functions
Method, (setf control-points): Public generic functions
Method, (setf control-points): Public generic functions
Method, (setf control-points): Public generic functions
Method, (setf creator): Public generic functions
Method, (setf curves): Public generic functions
Method, (setf curves): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data-count): Public generic functions
Method, (setf data-element-bytes): Public generic functions
Method, (setf data-encoding): Public generic functions
Method, (setf data-format): Public generic functions
Method, (setf data-offset): Public generic functions
Method, (setf data-size): Public generic functions
Method, (setf data-total-bytes): Public generic functions
Method, (setf deallocate-p): Private generic functions
Method, (setf decay): Public generic functions
Method, (setf default-camera): Public generic functions
Method, (setf default-value): Public generic functions
Method, (setf defaults): Public generic functions
Method, (setf defaults): Public generic functions
Method, (setf derivative): Public generic functions
Method, (setf derivative-u): Public generic functions
Method, (setf derivative-v): Public generic functions
Method, (setf diffuse): Public generic functions
Method, (setf diffuse-color): Public generic functions
Method, (setf diffuse-factor): Public generic functions
Method, (setf diffuse-roughness): Public generic functions
Method, (setf diffuse-roughness): Public generic functions
Method, (setf disable-quirks): Public generic functions
Method, (setf displacement): Public generic functions
Method, (setf displacement-factor): Public generic functions
Method, (setf displacement-map): Public generic functions
Method, (setf display): Public generic functions
Method, (setf display-layers): Public generic functions
Method, (setf distance): Public generic functions
Method, (setf distance-limit-max): Public generic functions
Method, (setf distance-limit-min): Public generic functions
Method, (setf dom-node): Public generic functions
Method, (setf dom-node): Public generic functions
Method, (setf dom-root): Public generic functions
Method, (setf dom-root): Public generic functions
Method, (setf double-sided): Public generic functions
Method, (setf dq-vertices): Public generic functions
Method, (setf dq-weight): Public generic functions
Method, (setf dq-weights): Public generic functions
Method, (setf dst): Public generic functions
Method, (setf dst): Public generic functions
Method, (setf dst-prop): Public generic functions
Method, (setf dx): Public generic functions
Method, (setf dy): Public generic functions
Method, (setf edge): Public generic functions
Method, (setf edge-crease): Public generic functions
Method, (setf edge-smoothing): Public generic functions
Method, (setf edge-visibility): Public generic functions
Method, (setf edges): Public generic functions
Method, (setf edges): Public generic functions
Method, (setf effective-weight): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element): Public generic functions
Method, (setf element-buffer-size): Public generic functions
Method, (setf element-id): Public generic functions
Method, (setf element-id): Public generic functions
Method, (setf element-type): Public generic functions
Method, (setf element-type): Public generic functions
Method, (setf elements): Public generic functions
Method, (setf elements-by-name): Public generic functions
Method, (setf elt): Public standalone methods
Method, (setf elt): Public standalone methods
Method, (setf elt): Public standalone methods
Method, (setf embedded-ignored): Public generic functions
Method, (setf emission): Public generic functions
Method, (setf emission-color): Public generic functions
Method, (setf emission-color): Public generic functions
Method, (setf emission-factor): Public generic functions
Method, (setf emission-factor): Public generic functions
Method, (setf empties): Public generic functions
Method, (setf enabled): Public generic functions
Method, (setf euler-rotation): Public generic functions
Method, (setf evaluate-caches): Public generic functions
Method, (setf evaluate-caches): Public generic functions
Method, (setf evaluate-skin-weights): Public generic functions
Method, (setf evaluate-skinning): Public generic functions
Method, (setf evaluate-skinning): Public generic functions
Method, (setf evaluate-source-vertices): Public generic functions
Method, (setf exists): Public generic functions
Method, (setf exists): Public generic functions
Method, (setf exists): Public generic functions
Method, (setf exists): Public generic functions
Method, (setf exists): Public generic functions
Method, (setf exit-to-background): Public generic functions
Method, (setf exporter): Public generic functions
Method, (setf exporter-version): Public generic functions
Method, (setf external-cache): Public generic functions
Method, (setf external-cache): Public generic functions
Method, (setf external-cache): Public generic functions
Method, (setf external-cache): Public generic functions
Method, (setf external-channel): Public generic functions
Method, (setf external-channel): Public generic functions
Method, (setf extra-info): Public generic functions
Method, (setf face): Public generic functions
Method, (setf face-group): Public generic functions
Method, (setf face-groups): Public generic functions
Method, (setf face-hole): Public generic functions
Method, (setf face-indices): Public generic functions
Method, (setf face-indices): Public generic functions
Method, (setf face-material): Public generic functions
Method, (setf face-smoothing): Public generic functions
Method, (setf faces): Public generic functions
Method, (setf faces): Public generic functions
Method, (setf far-plane): Public generic functions
Method, (setf fbx): Public generic functions
Method, (setf feature-disabled): Public generic functions
Method, (setf features): Public generic functions
Method, (setf field-of-view-deg): Public generic functions
Method, (setf field-of-view-tan): Public generic functions
Method, (setf file): Public generic functions
Method, (setf file): Public generic functions
Method, (setf file-format): Public generic functions
Method, (setf file-format): Public generic functions
Method, (setf file-format): Public generic functions
Method, (setf file-format): Public generic functions
Method, (setf file-format-lookahead): Public generic functions
Method, (setf file-index): Public generic functions
Method, (setf file-size-estimate): Public generic functions
Method, (setf file-textures): Public generic functions
Method, (setf filename): Public generic functions
Method, (setf filename): Public generic functions
Method, (setf filename): Public generic functions
Method, (setf filename): Public generic functions
Method, (setf filename): Public generic functions
Method, (setf filename): Public generic functions
Method, (setf filename): Public generic functions
Method, (setf film-size-inch): Public generic functions
Method, (setf flags): Public generic functions
Method, (setf flags): Public generic functions
Method, (setf flip-normals): Public generic functions
Method, (setf focal-length-mm): Public generic functions
Method, (setf foreign-type): Public generic functions
Method, (setf frames): Public generic functions
Method, (setf frames): Public generic functions
Method, (setf frames-per-second): Public generic functions
Method, (setf frames-per-second): Public generic functions
Method, (setf from-tessellated-nurbs): Public generic functions
Method, (setf from-tessellated-nurbs): Public generic functions
Method, (setf front): Public generic functions
Method, (setf frozen): Public generic functions
Method, (setf gate-fit): Public generic functions
Method, (setf generate-missing-normals): Public generic functions
Method, (setf generated-normals): Public generic functions
Method, (setf geometry-ignored): Public generic functions
Method, (setf geometry-to-bone): Public generic functions
Method, (setf geometry-to-node): Public generic functions
Method, (setf geometry-to-world): Public generic functions
Method, (setf geometry-to-world): Public generic functions
Method, (setf geometry-to-world-transform): Public generic functions
Method, (setf geometry-transform): Public generic functions
Method, (setf geometry-transform-handling): Public generic functions
Method, (setf geometry-transform-helper): Public generic functions
Method, (setf geometry-transform-helper): Public generic functions
Method, (setf geometry-transform-helper-name): Public generic functions
Method, (setf glossiness): Public generic functions
Method, (setf handle): Public generic functions
Method, (setf handle): Public generic functions
Method, (setf has-adjust-transform): Public generic functions
Method, (setf has-file): Public generic functions
Method, (setf has-geometry-transform): Public generic functions
Method, (setf has-uv-transform): Public generic functions
Method, (setf has-value): Public generic functions
Method, (setf has-warning): Public generic functions
Method, (setf huge-threshold): Public generic functions
Method, (setf id): Public generic functions
Method, (setf idx): Public generic functions
Method, (setf ignore-all-content): Public generic functions
Method, (setf ignore-animation): Public generic functions
Method, (setf ignore-connections): Public generic functions
Method, (setf ignore-embedded): Public generic functions
Method, (setf ignore-geometry): Public generic functions
Method, (setf ignore-missing-external-files): Public generic functions
Method, (setf ignore-normals): Public generic functions
Method, (setf ignore-parent-transform): Public generic functions
Method, (setf ik-effector): Public generic functions
Method, (setf ik-effector): Public generic functions
Method, (setf ik-end-node): Public generic functions
Method, (setf ik-end-node): Public generic functions
Method, (setf ik-pole-vector): Public generic functions
Method, (setf include-node): Public generic functions
Method, (setf index): Public generic functions
Method, (setf index): Public generic functions
Method, (setf index): Public generic functions
Method, (setf index): Public generic functions
Method, (setf index-begin): Public generic functions
Method, (setf index-begin): Public generic functions
Method, (setf index-error-handling): Public generic functions
Method, (setf indices): Public generic functions
Method, (setf indices): Public generic functions
Method, (setf indices): Public generic functions
Method, (setf indices): Public generic functions
Method, (setf indices): Public generic functions
Method, (setf indirect-diffuse): Public generic functions
Method, (setf indirect-specular): Public generic functions
Method, (setf inherit-type): Public generic functions
Method, (setf initialized): Public generic functions
Method, (setf inner-angle): Public generic functions
Method, (setf inputs): Public generic functions
Method, (setf instances): Public generic functions
Method, (setf intensity): Public generic functions
Method, (setf internal-fast-bits): Public generic functions
Method, (setf internal-reflections): Public generic functions
Method, (setf interpolate-normals): Public generic functions
Method, (setf interpolate-tangents): Public generic functions
Method, (setf interpolation): Public generic functions
Method, (setf interpretation): Public generic functions
Method, (setf interpretation-name): Public generic functions
Method, (setf ior): Public generic functions
Method, (setf is-2d): Public generic functions
Method, (setf is-explicit): Public generic functions
Method, (setf is-geometry-transform-helper): Public generic functions
Method, (setf is-root): Public generic functions
Method, (setf is-root): Public generic functions
Method, (setf is-unsafe): Public generic functions
Method, (setf keyframes): Public generic functions
Method, (setf keyframes): Public generic functions
Method, (setf knot-vector): Public generic functions
Method, (setf ktime-to-sec): Public generic functions
Method, (setf latest-application): Public generic functions
Method, (setf layer): Public generic functions
Method, (setf layer): Public generic functions
Method, (setf layers): Public generic functions
Method, (setf layers): Public generic functions
Method, (setf layers): Public generic functions
Method, (setf left): Public generic functions
Method, (setf left): Public generic functions
Method, (setf left): Public generic functions
Method, (setf light): Public generic functions
Method, (setf light): Public generic functions
Method, (setf light-type): Public generic functions
Method, (setf lights): Public generic functions
Method, (setf line-curves): Public generic functions
Method, (setf lisp-type): Public generic functions
Method, (setf load-external-files): Public generic functions
Method, (setf load-external-files): Public generic functions
Method, (setf local-direction): Public generic functions
Method, (setf local-transform): Public generic functions
Method, (setf lod-groups): Public generic functions
Method, (setf lod-levels): Public generic functions
Method, (setf main-texture): Public generic functions
Method, (setf main-texture): Public generic functions
Method, (setf main-texture-output-index): Public generic functions
Method, (setf marker-type): Public generic functions
Method, (setf markers): Public generic functions
Method, (setf material): Public generic functions
Method, (setf material): Public generic functions
Method, (setf material): Public generic functions
Method, (setf material): Public generic functions
Method, (setf material-prop): Public generic functions
Method, (setf material-prop): Public generic functions
Method, (setf materials): Public generic functions
Method, (setf materials): Public generic functions
Method, (setf materials): Public generic functions
Method, (setf matte): Public generic functions
Method, (setf matte-color): Public generic functions
Method, (setf matte-factor): Public generic functions
Method, (setf max-chunk-size): Public generic functions
Method, (setf max-face-triangles): Public generic functions
Method, (setf max-face-triangles): Public generic functions
Method, (setf max-skin-weights): Public generic functions
Method, (setf max-source-vertices): Public generic functions
Method, (setf max-weights-per-vertex): Public generic functions
Method, (setf may-contain-broken-elements): Public generic functions
Method, (setf may-contain-missing-vertex-position): Public generic functions
Method, (setf may-contain-no-index): Public generic functions
Method, (setf may-contain-null-materials): Public generic functions
Method, (setf memory-limit): Public generic functions
Method, (setf mesh): Public generic functions
Method, (setf mesh): Public generic functions
Method, (setf mesh-node-to-bone): Public generic functions
Method, (setf meshes): Public generic functions
Method, (setf metadata): Public generic functions
Method, (setf metadata-objects): Public generic functions
Method, (setf metalness): Public generic functions
Method, (setf metalness): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf near-plane): Public generic functions
Method, (setf next): Public generic functions
Method, (setf no-anim-curve-unit-scaling): Public generic functions
Method, (setf no-checksum): Public generic functions
Method, (setf no-format-from-content): Public generic functions
Method, (setf no-format-from-extension): Public generic functions
Method, (setf no-header): Public generic functions
Method, (setf no-prop-unit-scaling): Public generic functions
Method, (setf node): Public generic functions
Method, (setf node): Public generic functions
Method, (setf node): Public generic functions
Method, (setf node): Public generic functions
Method, (setf node-depth): Public generic functions
Method, (setf node-to-parent): Public generic functions
Method, (setf node-to-world): Public generic functions
Method, (setf nodes): Public generic functions
Method, (setf nodes): Public generic functions
Method, (setf nodes): Public generic functions
Method, (setf normal-map): Public generic functions
Method, (setf normal-map): Public generic functions
Method, (setf normal-offsets): Public generic functions
Method, (setf normalize-normals): Public generic functions
Method, (setf normalize-tangents): Public generic functions
Method, (setf num-animated): Public generic functions
Method, (setf num-control-points-u): Public generic functions
Method, (setf num-control-points-v): Public generic functions
Method, (setf num-dq-weights): Public generic functions
Method, (setf num-edges): Public generic functions
Method, (setf num-empty-faces): Public generic functions
Method, (setf num-empty-faces): Public generic functions
Method, (setf num-faces): Public generic functions
Method, (setf num-faces): Public generic functions
Method, (setf num-faces): Public generic functions
Method, (setf num-indices): Public generic functions
Method, (setf num-indices): Public generic functions
Method, (setf num-indices): Public generic functions
Method, (setf num-line-faces): Public generic functions
Method, (setf num-line-faces): Public generic functions
Method, (setf num-offsets): Public generic functions
Method, (setf num-point-faces): Public generic functions
Method, (setf num-point-faces): Public generic functions
Method, (setf num-shader-textures): Public generic functions
Method, (setf num-triangles): Public generic functions
Method, (setf num-triangles): Public generic functions
Method, (setf num-triangles): Public generic functions
Method, (setf num-vertices): Public generic functions
Method, (setf num-weights): Public generic functions
Method, (setf num-weights): Public generic functions
Method, (setf num-weights): Public generic functions
Method, (setf num-wrap-control-points): Public generic functions
Method, (setf nurbs-curves): Public generic functions
Method, (setf nurbs-surfaces): Public generic functions
Method, (setf nurbs-trim-boundaries): Public generic functions
Method, (setf nurbs-trim-surfaces): Public generic functions
Method, (setf obj-merge-groups): Public generic functions
Method, (setf obj-merge-objects): Public generic functions
Method, (setf obj-mtl-data): Public generic functions
Method, (setf obj-mtl-path): Public generic functions
Method, (setf obj-search-mtl-by-filename): Public generic functions
Method, (setf obj-split-groups): Public generic functions
Method, (setf offset-vertices): Public generic functions
Method, (setf opacity): Public generic functions
Method, (setf opacity): Public generic functions
Method, (setf open-file-cb): Public generic functions
Method, (setf open-main-file-with-default): Public generic functions
Method, (setf order): Public generic functions
Method, (setf original-application): Public generic functions
Method, (setf original-axis-up): Public generic functions
Method, (setf original-file-path): Public generic functions
Method, (setf original-unit-meters): Public generic functions
Method, (setf orthographic-extent): Public generic functions
Method, (setf orthographic-size): Public generic functions
Method, (setf outer-angle): Public generic functions
Method, (setf parent): Public generic functions
Method, (setf parent): Public generic functions
Method, (setf path-separator): Public generic functions
Method, (setf pbr): Public generic functions
Method, (setf pbr): Public generic functions
Method, (setf point-indices): Public generic functions
Method, (setf pointer): Private generic functions
Method, (setf poses): Public generic functions
Method, (setf position): Public generic functions
Method, (setf position): Public generic functions
Method, (setf position-offsets): Public generic functions
Method, (setf prev): Public generic functions
Method, (setf procedural-geometries): Public generic functions
Method, (setf progress-cb): Public generic functions
Method, (setf progress-interval-hint): Public generic functions
Method, (setf progress-interval-hint): Public generic functions
Method, (setf progress-size-after): Public generic functions
Method, (setf progress-size-before): Public generic functions
Method, (setf projection-axes): Public generic functions
Method, (setf projection-mode): Public generic functions
Method, (setf projection-plane): Public generic functions
Method, (setf prop): Public generic functions
Method, (setf prop): Public generic functions
Method, (setf prop-bindings): Public generic functions
Method, (setf prop-name): Public generic functions
Method, (setf prop-name): Public generic functions
Method, (setf prop-overrides): Public generic functions
Method, (setf prop-prefix): Public generic functions
Method, (setf prop-type): Public generic functions
Method, (setf props): Public generic functions
Method, (setf props): Public generic functions
Method, (setf props): Public generic functions
Method, (setf radius): Public generic functions
Method, (setf raw-absolute-filename): Public generic functions
Method, (setf raw-absolute-filename): Public generic functions
Method, (setf raw-absolute-filename): Public generic functions
Method, (setf raw-absolute-filename): Public generic functions
Method, (setf raw-filename): Public generic functions
Method, (setf raw-filename): Public generic functions
Method, (setf raw-filename): Public generic functions
Method, (setf raw-filename): Public generic functions
Method, (setf raw-filename): Public generic functions
Method, (setf raw-filename): Public generic functions
Method, (setf raw-original-file-path): Public generic functions
Method, (setf raw-relative-filename): Public generic functions
Method, (setf raw-relative-filename): Public generic functions
Method, (setf raw-relative-filename): Public generic functions
Method, (setf raw-relative-filename): Public generic functions
Method, (setf raw-relative-root): Public generic functions
Method, (setf raw-shader-source): Public generic functions
Method, (setf read-buffer-size): Public generic functions
Method, (setf read-fn): Public generic functions
Method, (setf read-fn): Public generic functions
Method, (setf read-user): Public generic functions
Method, (setf read-user): Public generic functions
Method, (setf reflection-color): Public generic functions
Method, (setf reflection-factor): Public generic functions
Method, (setf relative-distances): Public generic functions
Method, (setf relative-filename): Public generic functions
Method, (setf relative-filename): Public generic functions
Method, (setf relative-filename): Public generic functions
Method, (setf relative-filename): Public generic functions
Method, (setf relative-length): Public generic functions
Method, (setf relative-root): Public generic functions
Method, (setf resolution): Public generic functions
Method, (setf resolution-is-pixels): Public generic functions
Method, (setf result-allocator): Public generic functions
Method, (setf result-allocator): Public generic functions
Method, (setf result-allocator): Public generic functions
Method, (setf result-allocator): Public generic functions
Method, (setf result-allocator): Public generic functions
Method, (setf result-allocator): Public generic functions
Method, (setf result-allocator): Public generic functions
Method, (setf result-allocs): Public generic functions
Method, (setf result-allocs): Public generic functions
Method, (setf result-memory-used): Public generic functions
Method, (setf result-memory-used): Public generic functions
Method, (setf retain-dom): Public generic functions
Method, (setf right): Public generic functions
Method, (setf right): Public generic functions
Method, (setf right): Public generic functions
Method, (setf right): Public generic functions
Method, (setf root-filename): Public generic functions
Method, (setf root-node): Public generic functions
Method, (setf root-node): Public generic functions
Method, (setf root-transform): Public generic functions
Method, (setf rotation): Public generic functions
Method, (setf rotation-order): Public generic functions
Method, (setf roughness): Public generic functions
Method, (setf roughness-as-glossiness): Public generic functions
Method, (setf scale): Public generic functions
Method, (setf scene): Public generic functions
Method, (setf scene): Public generic functions
Method, (setf scene-props): Public generic functions
Method, (setf segments): Public generic functions
Method, (setf selection-nodes): Public generic functions
Method, (setf selection-sets): Public generic functions
Method, (setf settings): Public generic functions
Method, (setf shader): Public generic functions
Method, (setf shader): Public generic functions
Method, (setf shader): Public generic functions
Method, (setf shader): Public generic functions
Method, (setf shader-bindings): Public generic functions
Method, (setf shader-name): Public generic functions
Method, (setf shader-prop): Public generic functions
Method, (setf shader-prop): Public generic functions
Method, (setf shader-prop-prefix): Public generic functions
Method, (setf shader-source): Public generic functions
Method, (setf shader-texture-type): Public generic functions
Method, (setf shader-type): Public generic functions
Method, (setf shader-type): Public generic functions
Method, (setf shader-type-id): Public generic functions
Method, (setf shaders): Public generic functions
Method, (setf shading-model-name): Public generic functions
Method, (setf shape): Public generic functions
Method, (setf shape): Public generic functions
Method, (setf sheen): Public generic functions
Method, (setf sheen-color): Public generic functions
Method, (setf sheen-factor): Public generic functions
Method, (setf sheen-roughness): Public generic functions
Method, (setf size): Public generic functions
Method, (setf size): Public generic functions
Method, (setf skin-cluster-ranges): Public generic functions
Method, (setf skin-cluster-weights): Public generic functions
Method, (setf skin-clusters): Public generic functions
Method, (setf skin-deformer-index): Public generic functions
Method, (setf skin-deformers): Public generic functions
Method, (setf skin-deformers): Public generic functions
Method, (setf skinned-is-local): Public generic functions
Method, (setf skinned-normal): Public generic functions
Method, (setf skinned-position): Public generic functions
Method, (setf skinning-method): Public generic functions
Method, (setf skip-skin-vertices): Public generic functions
Method, (setf snap-mode): Public generic functions
Method, (setf source): Public generic functions
Method, (setf source-vertex-ranges): Public generic functions
Method, (setf source-vertex-weights): Public generic functions
Method, (setf space-conversion): Public generic functions
Method, (setf span-subdivision): Public generic functions
Method, (setf span-subdivision-u): Public generic functions
Method, (setf span-subdivision-u): Public generic functions
Method, (setf span-subdivision-v): Public generic functions
Method, (setf span-subdivision-v): Public generic functions
Method, (setf spans): Public generic functions
Method, (setf specular): Public generic functions
Method, (setf specular-anisotropy): Public generic functions
Method, (setf specular-color): Public generic functions
Method, (setf specular-color): Public generic functions
Method, (setf specular-exponent): Public generic functions
Method, (setf specular-factor): Public generic functions
Method, (setf specular-factor): Public generic functions
Method, (setf specular-ior): Public generic functions
Method, (setf specular-rotation): Public generic functions
Method, (setf squeeze-ratio): Public generic functions
Method, (setf src): Public generic functions
Method, (setf src): Public generic functions
Method, (setf src-prop): Public generic functions
Method, (setf stereo-cameras): Public generic functions
Method, (setf stream-struct): Private generic functions
Method, (setf strict): Public generic functions
Method, (setf sub-type): Public generic functions
Method, (setf subdivision-boundary): Public generic functions
Method, (setf subdivision-display-mode): Public generic functions
Method, (setf subdivision-evaluated): Public generic functions
Method, (setf subdivision-preview-levels): Public generic functions
Method, (setf subdivision-render-levels): Public generic functions
Method, (setf subdivision-result): Public generic functions
Method, (setf subdivision-result): Public generic functions
Method, (setf subdivision-uv-boundary): Public generic functions
Method, (setf subsurface-anisotropy): Public generic functions
Method, (setf subsurface-color): Public generic functions
Method, (setf subsurface-factor): Public generic functions
Method, (setf subsurface-radius): Public generic functions
Method, (setf subsurface-scale): Public generic functions
Method, (setf subsurface-tint-color): Public generic functions
Method, (setf subsurface-type): Public generic functions
Method, (setf super-type): Public generic functions
Method, (setf t-max): Public generic functions
Method, (setf t-min): Public generic functions
Method, (setf tangent-map): Public generic functions
Method, (setf target-axes): Public generic functions
Method, (setf target-camera-axes): Public generic functions
Method, (setf target-light-axes): Public generic functions
Method, (setf target-mesh): Public generic functions
Method, (setf target-mesh): Public generic functions
Method, (setf target-node): Public generic functions
Method, (setf target-node): Public generic functions
Method, (setf target-unit-meters): Public generic functions
Method, (setf target-weight): Public generic functions
Method, (setf targets): Public generic functions
Method, (setf temp-allocator): Public generic functions
Method, (setf temp-allocator): Public generic functions
Method, (setf temp-allocator): Public generic functions
Method, (setf temp-allocator): Public generic functions
Method, (setf temp-allocator): Public generic functions
Method, (setf temp-allocator): Public generic functions
Method, (setf temp-allocator): Public generic functions
Method, (setf temp-allocs): Public generic functions
Method, (setf temp-allocs): Public generic functions
Method, (setf temp-memory-used): Public generic functions
Method, (setf temp-memory-used): Public generic functions
Method, (setf texture): Public generic functions
Method, (setf texture): Public generic functions
Method, (setf texture): Public generic functions
Method, (setf texture): Public generic functions
Method, (setf texture): Public generic functions
Method, (setf texture): Public generic functions
Method, (setf texture): Public generic functions
Method, (setf texture): Public generic functions
Method, (setf texture-enabled): Public generic functions
Method, (setf texture-enabled): Public generic functions
Method, (setf texture-enabled-prop): Public generic functions
Method, (setf texture-enabled-prop): Public generic functions
Method, (setf texture-files): Public generic functions
Method, (setf texture-output-index): Public generic functions
Method, (setf texture-prop): Public generic functions
Method, (setf texture-prop): Public generic functions
Method, (setf texture-to-uv): Public generic functions
Method, (setf texture-type): Public generic functions
Method, (setf textures): Public generic functions
Method, (setf textures): Public generic functions
Method, (setf thin-film-ior): Public generic functions
Method, (setf thin-film-thickness): Public generic functions
Method, (setf thin-walled): Public generic functions
Method, (setf time): Public generic functions
Method, (setf time): Public generic functions
Method, (setf time-begin): Public generic functions
Method, (setf time-begin): Public generic functions
Method, (setf time-end): Public generic functions
Method, (setf time-end): Public generic functions
Method, (setf time-mode): Public generic functions
Method, (setf time-protocol): Public generic functions
Method, (setf topology): Public generic functions
Method, (setf total-size): Public generic functions
Method, (setf transform): Public generic functions
Method, (setf transform-offset): Public generic functions
Method, (setf translation): Public generic functions
Method, (setf transmission): Public generic functions
Method, (setf transmission-color): Public generic functions
Method, (setf transmission-depth): Public generic functions
Method, (setf transmission-dispersion): Public generic functions
Method, (setf transmission-enable-in-aov): Public generic functions
Method, (setf transmission-extra-roughness): Public generic functions
Method, (setf transmission-factor): Public generic functions
Method, (setf transmission-glossiness): Public generic functions
Method, (setf transmission-priority): Public generic functions
Method, (setf transmission-roughness): Public generic functions
Method, (setf transmission-roughness): Public generic functions
Method, (setf transmission-roughness-as-glossiness): Public generic functions
Method, (setf transmission-scatter): Public generic functions
Method, (setf transmission-scatter-anisotropy): Public generic functions
Method, (setf transparency-color): Public generic functions
Method, (setf transparency-factor): Public generic functions
Method, (setf twin): Public generic functions
Method, (setf type-name): Public generic functions
Method, (setf typed-id): Public generic functions
Method, (setf ui-color): Public generic functions
Method, (setf unicode-error-handling): Public generic functions
Method, (setf unique-per-vertex): Public generic functions
Method, (setf unique-per-vertex): Public generic functions
Method, (setf unique-per-vertex): Public generic functions
Method, (setf unique-per-vertex): Public generic functions
Method, (setf unique-per-vertex): Public generic functions
Method, (setf unit-meters): Public generic functions
Method, (setf unknown-type): Public generic functions
Method, (setf unknowns): Public generic functions
Method, (setf unlit): Public generic functions
Method, (setf up): Public generic functions
Method, (setf use-distance-limit): Public generic functions
Method, (setf use-root-transform): Public generic functions
Method, (setf use-weight): Public generic functions
Method, (setf uv-boundary): Public generic functions
Method, (setf uv-set): Public generic functions
Method, (setf uv-sets): Public generic functions
Method, (setf uv-to-texture): Public generic functions
Method, (setf uv-transform): Public generic functions
Method, (setf v): Public generic functions
Method, (setf valid): Public generic functions
Method, (setf valid): Public generic functions
Method, (setf valid): Public generic functions
Method, (setf value): Public generic functions
Method, (setf value): Public generic functions
Method, (setf value-blob): Public generic functions
Method, (setf value-blob): Public generic functions
Method, (setf value-blob): Public generic functions
Method, (setf value-components): Public generic functions
Method, (setf value-float): Public generic functions
Method, (setf value-int): Public generic functions
Method, (setf value-int): Public generic functions
Method, (setf value-int): Public generic functions
Method, (setf value-int): Public generic functions
Method, (setf value-int): Public generic functions
Method, (setf value-reals): Public generic functions
Method, (setf value-reals): Public generic functions
Method, (setf value-reals): Public generic functions
Method, (setf value-reals): Public generic functions
Method, (setf value-reals): Public generic functions
Method, (setf value-str): Public generic functions
Method, (setf value-str): Public generic functions
Method, (setf value-str): Public generic functions
Method, (setf value-str): Public generic functions
Method, (setf value-type): Public generic functions
Method, (setf value-vec4): Public generic functions
Method, (setf value-vec4): Public generic functions
Method, (setf value-vec4): Public generic functions
Method, (setf values): Public generic functions
Method, (setf values): Public generic functions
Method, (setf values): Public generic functions
Method, (setf values): Public generic functions
Method, (setf values): Public generic functions
Method, (setf values): Public generic functions
Method, (setf vector-displacement): Public generic functions
Method, (setf vector-displacement-factor): Public generic functions
Method, (setf vendor): Public generic functions
Method, (setf version): Public generic functions
Method, (setf version): Public generic functions
Method, (setf vertex-bitangent): Public generic functions
Method, (setf vertex-bitangent): Public generic functions
Method, (setf vertex-color): Public generic functions
Method, (setf vertex-color): Public generic functions
Method, (setf vertex-crease): Public generic functions
Method, (setf vertex-first-index): Public generic functions
Method, (setf vertex-indices): Public generic functions
Method, (setf vertex-normal): Public generic functions
Method, (setf vertex-position): Public generic functions
Method, (setf vertex-size): Public generic functions
Method, (setf vertex-tangent): Public generic functions
Method, (setf vertex-tangent): Public generic functions
Method, (setf vertex-uv): Public generic functions
Method, (setf vertex-uv): Public generic functions
Method, (setf vertices): Public generic functions
Method, (setf vertices): Public generic functions
Method, (setf vertices): Public generic functions
Method, (setf vertices): Public generic functions
Method, (setf video): Public generic functions
Method, (setf video): Public generic functions
Method, (setf videos): Public generic functions
Method, (setf visible): Public generic functions
Method, (setf visible): Public generic functions
Method, (setf w): Public generic functions
Method, (setf w): Public generic functions
Method, (setf warnings): Public generic functions
Method, (setf weight): Public generic functions
Method, (setf weight): Public generic functions
Method, (setf weight): Public generic functions
Method, (setf weight): Public generic functions
Method, (setf weight): Public generic functions
Method, (setf weight): Public generic functions
Method, (setf weight): Public generic functions
Method, (setf weight): Public generic functions
Method, (setf weight-begin): Public generic functions
Method, (setf weight-begin): Public generic functions
Method, (setf weight-is-animated): Public generic functions
Method, (setf weights): Public generic functions
Method, (setf weights): Public generic functions
Method, (setf world-transform): Public generic functions
Method, (setf wrap-u): Public generic functions
Method, (setf wrap-v): Public generic functions
Method, (setf x): Public generic functions
Method, (setf x): Public generic functions
Method, (setf x): Public generic functions
Method, (setf x): Public generic functions
Method, (setf y): Public generic functions
Method, (setf y): Public generic functions
Method, (setf y): Public generic functions
Method, (setf y): Public generic functions
Method, (setf z): Public generic functions
Method, (setf z): Public generic functions
Method, (setf z): Public generic functions
Method, -begin-zero: Public generic functions
Method, -begin-zero: Public generic functions
Method, -begin-zero: Public generic functions
Method, -begin-zero: Public generic functions
Method, -begin-zero: Public generic functions
Method, -begin-zero: Public generic functions
Method, -begin-zero: Public generic functions
Method, -element-id-bitmask: Public generic functions
Method, -end-zero: Public generic functions
Method, -end-zero: Public generic functions
Method, -end-zero: Public generic functions
Method, -end-zero: Public generic functions
Method, -end-zero: Public generic functions
Method, -end-zero: Public generic functions
Method, -end-zero: Public generic functions
Method, -internal-key: Public generic functions
Method, -internal-key: Public generic functions
Method, -internal-key: Public generic functions
Method, -internal-key: Public generic functions
Method, -max-element-id: Public generic functions
Method, -min-element-id: Public generic functions
Method, a: Public generic functions
Method, absolute-filename: Public generic functions
Method, absolute-filename: Public generic functions
Method, absolute-filename: Public generic functions
Method, absolute-filename: Public generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, accessors: Private generic functions
Method, active: Public generic functions
Method, add-offsets: Public generic functions
Method, add-offsets: Public generic functions
Method, additive: Public generic functions
Method, additive: Public generic functions
Method, adjust-post-rotation: Public generic functions
Method, adjust-pre-rotation: Public generic functions
Method, adjust-pre-scale: Public generic functions
Method, aim-up-node: Public generic functions
Method, aim-up-type: Public generic functions
Method, aim-up-vector: Public generic functions
Method, aim-vector: Public generic functions
Method, all-attribs: Public generic functions
Method, all-deformers: Public generic functions
Method, allocation-limit: Public generic functions
Method, allow-empty-faces: Public generic functions
Method, allow-missing-vertex-position: Public generic functions
Method, allow-nodes-out-of-root: Public generic functions
Method, allow-null-material: Public generic functions
Method, allow-unsafe: Public generic functions
Method, alpha: Public generic functions
Method, ambient-color: Public generic functions
Method, ambient-color: Public generic functions
Method, ambient-factor: Public generic functions
Method, ambient-occlusion: Public generic functions
Method, ambient-occlusion: Public generic functions
Method, anim: Public generic functions
Method, anim: Public generic functions
Method, anim: Public generic functions
Method, anim-curves: Public generic functions
Method, anim-layers: Public generic functions
Method, anim-props: Public generic functions
Method, anim-stacks: Public generic functions
Method, anim-value: Public generic functions
Method, anim-values: Public generic functions
Method, anim-values: Public generic functions
Method, animation-ignored: Public generic functions
Method, aperture-format: Public generic functions
Method, aperture-mode: Public generic functions
Method, aperture-size-inch: Public generic functions
Method, area-shape: Public generic functions
Method, ascii: Public generic functions
Method, aspect-mode: Public generic functions
Method, aspect-ratio: Public generic functions
Method, attrib: Public generic functions
Method, attrib-type: Public generic functions
Method, axes: Public generic functions
Method, b: Public generic functions
Method, base-color: Public generic functions
Method, base-factor: Public generic functions
Method, basis: Public generic functions
Method, basis-u: Public generic functions
Method, basis-v: Public generic functions
Method, big-endian: Public generic functions
Method, bind-pose: Public generic functions
Method, bind-to-world: Public generic functions
Method, bindings: Public generic functions
Method, blend-channels: Public generic functions
Method, blend-deformers: Public generic functions
Method, blend-deformers: Public generic functions
Method, blend-mode: Public generic functions
Method, blend-shapes: Public generic functions
Method, blend-vertex-offset: Public generic functions
Method, blended: Public generic functions
Method, bone: Public generic functions
Method, bone-node: Public generic functions
Method, bone-node: Public generic functions
Method, bone-poses: Public generic functions
Method, bone-prop-limb-length-relative: Public generic functions
Method, bone-prop-size-unit: Public generic functions
Method, bone-to-world: Public generic functions
Method, bones: Public generic functions
Method, boundary: Public generic functions
Method, buffer: Public generic functions
Method, buffer: Public generic functions
Method, buffer-size: Public generic functions
Method, bump: Public generic functions
Method, bump-factor: Public generic functions
Method, cache-deformers: Public generic functions
Method, cache-deformers: Public generic functions
Method, cache-files: Public generic functions
Method, camera: Public generic functions
Method, camera-switchers: Public generic functions
Method, cameras: Public generic functions
Method, cast-light: Public generic functions
Method, cast-shadows: Public generic functions
Method, caustics: Public generic functions
Method, channel: Public generic functions
Method, channel: Public generic functions
Method, channels: Public generic functions
Method, channels: Public generic functions
Method, characters: Public generic functions
Method, children: Public generic functions
Method, children: Public generic functions
Method, clean-skin-weights: Public generic functions
Method, close: Public standalone methods
Method, cluster-index: Public generic functions
Method, clusters: Public generic functions
Method, coat: Public generic functions
Method, coat-affect-base-color: Public generic functions
Method, coat-affect-base-roughness: Public generic functions
Method, coat-anisotropy: Public generic functions
Method, coat-color: Public generic functions
Method, coat-factor: Public generic functions
Method, coat-glossiness: Public generic functions
Method, coat-ior: Public generic functions
Method, coat-normal: Public generic functions
Method, coat-rotation: Public generic functions
Method, coat-roughness: Public generic functions
Method, coat-roughness-as-glossiness: Public generic functions
Method, code: Public generic functions
Method, code: Public generic functions
Method, code: Public generic functions
Method, color: Public generic functions
Method, color: Public generic functions
Method, color-sets: Public generic functions
Method, combined-anim: Public generic functions
Method, compose-rotation: Public generic functions
Method, compose-scale: Public generic functions
Method, compute-normals: Public generic functions
Method, compute-topology: Public generic functions
Method, connect-broken-elements: Public generic functions
Method, connections-dst: Public generic functions
Method, connections-dst: Public generic functions
Method, connections-src: Public generic functions
Method, connections-src: Public generic functions
Method, constrain-rotation: Public generic functions
Method, constrain-scale: Public generic functions
Method, constrain-translation: Public generic functions
Method, constraint-type: Public generic functions
Method, constraints: Public generic functions
Method, content: Public generic functions
Method, content: Public generic functions
Method, content: Public generic functions
Method, control-points: Public generic functions
Method, control-points: Public generic functions
Method, control-points: Public generic functions
Method, creator: Public generic functions
Method, curves: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, data-count: Public generic functions
Method, data-element-bytes: Public generic functions
Method, data-encoding: Public generic functions
Method, data-format: Public generic functions
Method, data-offset: Public generic functions
Method, data-size: Public generic functions
Method, data-total-bytes: Public generic functions
Method, deallocate-p: Private generic functions
Method, decay: Public generic functions
Method, default-camera: Public generic functions
Method, default-value: Public generic functions
Method, defaults: Public generic functions
Method, derivative: Public generic functions
Method, derivative-u: Public generic functions
Method, derivative-v: Public generic functions
Method, describe-object: Public standalone methods
Method, describe-object: Public standalone methods
Method, description: Public generic functions
Method, description: Public generic functions
Method, description: Public generic functions
Method, diffuse: Public generic functions
Method, diffuse-color: Public generic functions
Method, diffuse-factor: Public generic functions
Method, diffuse-roughness: Public generic functions
Method, diffuse-roughness: Public generic functions
Method, disable-quirks: Public generic functions
Method, displacement: Public generic functions
Method, displacement-factor: Public generic functions
Method, displacement-map: Public generic functions
Method, display: Public generic functions
Method, display-layers: Public generic functions
Method, distance: Public generic functions
Method, distance-limit-max: Public generic functions
Method, distance-limit-min: Public generic functions
Method, dom-node: Public generic functions
Method, dom-root: Public generic functions
Method, double-sided: Public generic functions
Method, dq-vertices: Public generic functions
Method, dq-weight: Public generic functions
Method, dq-weights: Public generic functions
Method, dst: Public generic functions
Method, dst-prop: Public generic functions
Method, dx: Public generic functions
Method, dy: Public generic functions
Method, edge: Public generic functions
Method, edge-crease: Public generic functions
Method, edge-smoothing: Public generic functions
Method, edge-visibility: Public generic functions
Method, edges: Public generic functions
Method, edges: Public generic functions
Method, effective-weight: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element: Public generic functions
Method, element-buffer-size: Public generic functions
Method, element-id: Public generic functions
Method, element-id: Public generic functions
Method, element-type: Public generic functions
Method, element-type: Public generic functions
Method, elements: Public generic functions
Method, elements-by-name: Public generic functions
Method, elt: Public standalone methods
Method, elt: Public standalone methods
Method, elt: Public standalone methods
Method, elt: Public standalone methods
Method, elt: Public standalone methods
Method, elt: Public standalone methods
Method, embedded-ignored: Public generic functions
Method, emission: Public generic functions
Method, emission-color: Public generic functions
Method, emission-color: Public generic functions
Method, emission-factor: Public generic functions
Method, emission-factor: Public generic functions
Method, empties: Public generic functions
Method, enabled: Public generic functions
Method, euler-rotation: Public generic functions
Method, evaluate: Public generic functions
Method, evaluate: Public generic functions
Method, evaluate: Public generic functions
Method, evaluate: Public generic functions
Method, evaluate: Public generic functions
Method, evaluate: Public generic functions
Method, evaluate: Public generic functions
Method, evaluate-caches: Public generic functions
Method, evaluate-caches: Public generic functions
Method, evaluate-skin-weights: Public generic functions
Method, evaluate-skinning: Public generic functions
Method, evaluate-skinning: Public generic functions
Method, evaluate-source-vertices: Public generic functions
Method, exists: Public generic functions
Method, exists: Public generic functions
Method, exists: Public generic functions
Method, exists: Public generic functions
Method, exists: Public generic functions
Method, exit-to-background: Public generic functions
Method, exporter: Public generic functions
Method, exporter-version: Public generic functions
Method, external-cache: Public generic functions
Method, external-cache: Public generic functions
Method, external-channel: Public generic functions
Method, extra-info: Public generic functions
Method, face: Public generic functions
Method, face-group: Public generic functions
Method, face-groups: Public generic functions
Method, face-hole: Public generic functions
Method, face-indices: Public generic functions
Method, face-indices: Public generic functions
Method, face-material: Public generic functions
Method, face-smoothing: Public generic functions
Method, faces: Public generic functions
Method, faces: Public generic functions
Method, far-plane: Public generic functions
Method, fbx: Public generic functions
Method, feature-disabled: Public generic functions
Method, features: Public generic functions
Method, field-of-view-deg: Public generic functions
Method, field-of-view-tan: Public generic functions
Method, file: Public generic functions
Method, file-format: Public generic functions
Method, file-format: Public generic functions
Method, file-format: Public generic functions
Method, file-format: Public generic functions
Method, file-format-lookahead: Public generic functions
Method, file-index: Public generic functions
Method, file-size-estimate: Public generic functions
Method, file-textures: Public generic functions
Method, filename: Public generic functions
Method, filename: Public generic functions
Method, filename: Public generic functions
Method, filename: Public generic functions
Method, filename: Public generic functions
Method, filename: Public generic functions
Method, filename: Public generic functions
Method, film-size-inch: Public generic functions
Method, find: Public generic functions
Method, find: Public generic functions
Method, find: Public generic functions
Method, find: Public generic functions
Method, find: Public generic functions
Method, find: Public generic functions
Method, find: Public generic functions
Method, flags: Public generic functions
Method, flags: Public generic functions
Method, flip-normals: Public generic functions
Method, focal-length-mm: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, foreign-type: Public generic functions
Method, frames: Public generic functions
Method, frames: Public generic functions
Method, frames-per-second: Public generic functions
Method, frames-per-second: Public generic functions
Method, free: Public generic functions
Method, free: Public generic functions
Method, free: Public generic functions
Method, free: Public generic functions
Method, free: Public generic functions
Method, free: Public generic functions
Method, free: Public generic functions
Method, free: Public generic functions
Method, free: Public generic functions
Method, from-tessellated-nurbs: Public generic functions
Method, from-tessellated-nurbs: Public generic functions
Method, front: Public generic functions
Method, frozen: Public generic functions
Method, gate-fit: Public generic functions
Method, generate-missing-normals: Public generic functions
Method, generate-normal-mapping: Public generic functions
Method, generated-normals: Public generic functions
Method, geometry-ignored: Public generic functions
Method, geometry-to-bone: Public generic functions
Method, geometry-to-node: Public generic functions
Method, geometry-to-world: Public generic functions
Method, geometry-to-world: Public generic functions
Method, geometry-to-world-transform: Public generic functions
Method, geometry-transform: Public generic functions
Method, geometry-transform-handling: Public generic functions
Method, geometry-transform-helper: Public generic functions
Method, geometry-transform-helper-name: Public generic functions
Method, get-element: Public generic functions
Method, glossiness: Public generic functions
Method, handle: Public generic functions
Method, handle: Public generic functions
Method, has-adjust-transform: Public generic functions
Method, has-file: Public generic functions
Method, has-geometry-transform: Public generic functions
Method, has-uv-transform: Public generic functions
Method, has-value: Public generic functions
Method, has-warning: Public generic functions
Method, huge-threshold: Public generic functions
Method, id: Public generic functions
Method, idx: Public generic functions
Method, ignore-all-content: Public generic functions
Method, ignore-animation: Public generic functions
Method, ignore-connections: Public generic functions
Method, ignore-embedded: Public generic functions
Method, ignore-geometry: Public generic functions
Method, ignore-missing-external-files: Public generic functions
Method, ignore-normals: Public generic functions
Method, ignore-parent-transform: Public generic functions
Method, ik-effector: Public generic functions
Method, ik-end-node: Public generic functions
Method, ik-pole-vector: Public generic functions
Method, include-node: Public generic functions
Method, index: Public generic functions
Method, index: Public generic functions
Method, index: Public generic functions
Method, index: Public generic functions
Method, index-begin: Public generic functions
Method, index-begin: Public generic functions
Method, index-error-handling: Public generic functions
Method, indices: Public generic functions
Method, indices: Public generic functions
Method, indices: Public generic functions
Method, indices: Public generic functions
Method, indices: Public generic functions
Method, indirect-diffuse: Public generic functions
Method, indirect-specular: Public generic functions
Method, inflate: Public generic functions
Method, info: Public generic functions
Method, inherit-type: Public generic functions
Method, initialize-instance: Public standalone methods
Method, initialized: Public generic functions
Method, inner-angle: Public generic functions
Method, inputs: Public generic functions
Method, instances: Public generic functions
Method, intensity: Public generic functions
Method, internal-fast-bits: Public generic functions
Method, internal-reflections: Public generic functions
Method, interpolate-normals: Public generic functions
Method, interpolate-tangents: Public generic functions
Method, interpolation: Public generic functions
Method, interpretation: Public generic functions
Method, interpretation-name: Public generic functions
Method, ior: Public generic functions
Method, is-2d: Public generic functions
Method, is-explicit: Public generic functions
Method, is-geometry-transform-helper: Public generic functions
Method, is-root: Public generic functions
Method, is-root: Public generic functions
Method, is-unsafe: Public generic functions
Method, keyframes: Public generic functions
Method, keyframes: Public generic functions
Method, knot-vector: Public generic functions
Method, ktime-to-sec: Public generic functions
Method, latest-application: Public generic functions
Method, layer: Public generic functions
Method, layers: Public generic functions
Method, layers: Public generic functions
Method, layers: Public generic functions
Method, left: Public generic functions
Method, left: Public generic functions
Method, length: Public standalone methods
Method, length: Public standalone methods
Method, length: Public standalone methods
Method, length: Public standalone methods
Method, length: Public standalone methods
Method, light: Public generic functions
Method, light-type: Public generic functions
Method, lights: Public generic functions
Method, line-curves: Public generic functions
Method, lisp-type: Public generic functions
Method, load-cache: Public generic functions
Method, load-cache: Public generic functions
Method, load-external-files: Public generic functions
Method, load-external-files: Public generic functions
Method, local-direction: Public generic functions
Method, local-transform: Public generic functions
Method, lod-groups: Public generic functions
Method, lod-levels: Public generic functions
Method, main-texture: Public generic functions
Method, main-texture-output-index: Public generic functions
Method, marker-type: Public generic functions
Method, markers: Public generic functions
Method, material: Public generic functions
Method, material: Public generic functions
Method, material-prop: Public generic functions
Method, material-prop: Public generic functions
Method, materials: Public generic functions
Method, materials: Public generic functions
Method, materials: Public generic functions
Method, matte: Public generic functions
Method, matte-color: Public generic functions
Method, matte-factor: Public generic functions
Method, max-chunk-size: Public generic functions
Method, max-face-triangles: Public generic functions
Method, max-face-triangles: Public generic functions
Method, max-skin-weights: Public generic functions
Method, max-source-vertices: Public generic functions
Method, max-weights-per-vertex: Public generic functions
Method, may-contain-broken-elements: Public generic functions
Method, may-contain-missing-vertex-position: Public generic functions
Method, may-contain-no-index: Public generic functions
Method, may-contain-null-materials: Public generic functions
Method, memory-limit: Public generic functions
Method, mesh: Public generic functions
Method, mesh-node-to-bone: Public generic functions
Method, meshes: Public generic functions
Method, message: Public generic functions
Method, message: Public generic functions
Method, metadata: Public generic functions
Method, metadata-objects: Public generic functions
Method, metalness: Public generic functions
Method, metalness: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, near-plane: Public generic functions
Method, next: Public generic functions
Method, next-vertex: Public generic functions
Method, no-anim-curve-unit-scaling: Public generic functions
Method, no-checksum: Public generic functions
Method, no-format-from-content: Public generic functions
Method, no-format-from-extension: Public generic functions
Method, no-header: Public generic functions
Method, no-prop-unit-scaling: Public generic functions
Method, node: Public generic functions
Method, node: Public generic functions
Method, node-depth: Public generic functions
Method, node-to-parent: Public generic functions
Method, node-to-world: Public generic functions
Method, nodes: Public generic functions
Method, nodes: Public generic functions
Method, nodes: Public generic functions
Method, normal-map: Public generic functions
Method, normal-map: Public generic functions
Method, normal-matrix: Public generic functions
Method, normal-offsets: Public generic functions
Method, normalize-normals: Public generic functions
Method, normalize-tangents: Public generic functions
Method, num-animated: Public generic functions
Method, num-control-points-u: Public generic functions
Method, num-control-points-v: Public generic functions
Method, num-dq-weights: Public generic functions
Method, num-edges: Public generic functions
Method, num-empty-faces: Public generic functions
Method, num-empty-faces: Public generic functions
Method, num-faces: Public generic functions
Method, num-faces: Public generic functions
Method, num-faces: Public generic functions
Method, num-indices: Public generic functions
Method, num-indices: Public generic functions
Method, num-indices: Public generic functions
Method, num-line-faces: Public generic functions
Method, num-line-faces: Public generic functions
Method, num-offsets: Public generic functions
Method, num-point-faces: Public generic functions
Method, num-point-faces: Public generic functions
Method, num-shader-textures: Public generic functions
Method, num-triangles: Public generic functions
Method, num-triangles: Public generic functions
Method, num-triangles: Public generic functions
Method, num-vertices: Public generic functions
Method, num-weights: Public generic functions
Method, num-weights: Public generic functions
Method, num-weights: Public generic functions
Method, num-wrap-control-points: Public generic functions
Method, nurbs-curves: Public generic functions
Method, nurbs-surfaces: Public generic functions
Method, nurbs-trim-boundaries: Public generic functions
Method, nurbs-trim-surfaces: Public generic functions
Method, obj-merge-groups: Public generic functions
Method, obj-merge-objects: Public generic functions
Method, obj-mtl-data: Public generic functions
Method, obj-mtl-path: Public generic functions
Method, obj-search-mtl-by-filename: Public generic functions
Method, obj-split-groups: Public generic functions
Method, offset-vertices: Public generic functions
Method, opacity: Public generic functions
Method, opacity: Public generic functions
Method, open-main-file-with-default: Public generic functions
Method, order: Public generic functions
Method, original-application: Public generic functions
Method, original-axis-up: Public generic functions
Method, original-file-path: Public generic functions
Method, original-unit-meters: Public generic functions
Method, orthographic-extent: Public generic functions
Method, orthographic-size: Public generic functions
Method, outer-angle: Public generic functions
Method, parent: Public generic functions
Method, path-separator: Public generic functions
Method, pbr: Public generic functions
Method, pbr: Public generic functions
Method, point-indices: Public generic functions
Method, pointer: Private generic functions
Method, poses: Public generic functions
Method, position: Public generic functions
Method, position: Public generic functions
Method, position-offsets: Public generic functions
Method, prev: Public generic functions
Method, prev-vertex: Public generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, procedural-geometries: Public generic functions
Method, progress-interval-hint: Public generic functions
Method, progress-interval-hint: Public generic functions
Method, progress-size-after: Public generic functions
Method, progress-size-before: Public generic functions
Method, projection-axes: Public generic functions
Method, projection-mode: Public generic functions
Method, projection-plane: Public generic functions
Method, prop: Public generic functions
Method, prop-bindings: Public generic functions
Method, prop-name: Public generic functions
Method, prop-name: Public generic functions
Method, prop-overrides: Public generic functions
Method, prop-prefix: Public generic functions
Method, prop-type: Public generic functions
Method, props: Public generic functions
Method, props: Public generic functions
Method, props: Public generic functions
Method, radius: Public generic functions
Method, raw-absolute-filename: Public generic functions
Method, raw-absolute-filename: Public generic functions
Method, raw-absolute-filename: Public generic functions
Method, raw-absolute-filename: Public generic functions
Method, raw-filename: Public generic functions
Method, raw-filename: Public generic functions
Method, raw-filename: Public generic functions
Method, raw-filename: Public generic functions
Method, raw-filename: Public generic functions
Method, raw-filename: Public generic functions
Method, raw-original-file-path: Public generic functions
Method, raw-relative-filename: Public generic functions
Method, raw-relative-filename: Public generic functions
Method, raw-relative-filename: Public generic functions
Method, raw-relative-filename: Public generic functions
Method, raw-relative-root: Public generic functions
Method, raw-shader-source: Public generic functions
Method, read-buffer-size: Public generic functions
Method, read-cache: Public generic functions
Method, read-fn: Public generic functions
Method, read-user: Public generic functions
Method, reflection-color: Public generic functions
Method, reflection-factor: Public generic functions
Method, reinitialize-instance: Public standalone methods
Method, relative-distances: Public generic functions
Method, relative-filename: Public generic functions
Method, relative-filename: Public generic functions
Method, relative-filename: Public generic functions
Method, relative-filename: Public generic functions
Method, relative-length: Public generic functions
Method, relative-root: Public generic functions
Method, resolution: Public generic functions
Method, resolution-is-pixels: Public generic functions
Method, result-allocator: Public generic functions
Method, result-allocator: Public generic functions
Method, result-allocator: Public generic functions
Method, result-allocator: Public generic functions
Method, result-allocator: Public generic functions
Method, result-allocator: Public generic functions
Method, result-allocs: Public generic functions
Method, result-allocs: Public generic functions
Method, result-memory-used: Public generic functions
Method, result-memory-used: Public generic functions
Method, retain-dom: Public generic functions
Method, right: Public generic functions
Method, right: Public generic functions
Method, right: Public generic functions
Method, root-filename: Public generic functions
Method, root-node: Public generic functions
Method, root-transform: Public generic functions
Method, rotation: Public generic functions
Method, rotation-order: Public generic functions
Method, roughness: Public generic functions
Method, roughness-as-glossiness: Public generic functions
Method, sample-cache: Public generic functions
Method, scale: Public generic functions
Method, scene: Public generic functions
Method, scene-props: Public generic functions
Method, segments: Public generic functions
Method, selection-nodes: Public generic functions
Method, selection-sets: Public generic functions
Method, settings: Public generic functions
Method, shader: Public generic functions
Method, shader: Public generic functions
Method, shader-bindings: Public generic functions
Method, shader-name: Public generic functions
Method, shader-prop: Public generic functions
Method, shader-prop: Public generic functions
Method, shader-prop-prefix: Public generic functions
Method, shader-source: Public generic functions
Method, shader-texture-type: Public generic functions
Method, shader-type: Public generic functions
Method, shader-type: Public generic functions
Method, shader-type-id: Public generic functions
Method, shaders: Public generic functions
Method, shading-model-name: Public generic functions
Method, shape: Public generic functions
Method, sheen: Public generic functions
Method, sheen-color: Public generic functions
Method, sheen-factor: Public generic functions
Method, sheen-roughness: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, skin-cluster-ranges: Public generic functions
Method, skin-cluster-weights: Public generic functions
Method, skin-clusters: Public generic functions
Method, skin-deformer-index: Public generic functions
Method, skin-deformers: Public generic functions
Method, skin-deformers: Public generic functions
Method, skin-vertex-matrix: Public generic functions
Method, skinned-is-local: Public generic functions
Method, skinned-normal: Public generic functions
Method, skinned-position: Public generic functions
Method, skinning-method: Public generic functions
Method, skip-skin-vertices: Public generic functions
Method, snap-mode: Public generic functions
Method, source: Public generic functions
Method, source-vertex-ranges: Public generic functions
Method, source-vertex-weights: Public generic functions
Method, space-conversion: Public generic functions
Method, span-subdivision: Public generic functions
Method, span-subdivision-u: Public generic functions
Method, span-subdivision-u: Public generic functions
Method, span-subdivision-v: Public generic functions
Method, span-subdivision-v: Public generic functions
Method, spans: Public generic functions
Method, specular: Public generic functions
Method, specular-anisotropy: Public generic functions
Method, specular-color: Public generic functions
Method, specular-color: Public generic functions
Method, specular-exponent: Public generic functions
Method, specular-factor: Public generic functions
Method, specular-factor: Public generic functions
Method, specular-ior: Public generic functions
Method, specular-rotation: Public generic functions
Method, squeeze-ratio: Public generic functions
Method, src: Public generic functions
Method, src-prop: Public generic functions
Method, stack: Public generic functions
Method, stereo-cameras: Public generic functions
Method, stream-struct: Private generic functions
Method, strict: Public generic functions
Method, sub-type: Public generic functions
Method, subdivide-mesh: Public generic functions
Method, subdivision-boundary: Public generic functions
Method, subdivision-display-mode: Public generic functions
Method, subdivision-evaluated: Public generic functions
Method, subdivision-preview-levels: Public generic functions
Method, subdivision-render-levels: Public generic functions
Method, subdivision-result: Public generic functions
Method, subdivision-uv-boundary: Public generic functions
Method, subsurface-anisotropy: Public generic functions
Method, subsurface-color: Public generic functions
Method, subsurface-factor: Public generic functions
Method, subsurface-radius: Public generic functions
Method, subsurface-scale: Public generic functions
Method, subsurface-tint-color: Public generic functions
Method, subsurface-type: Public generic functions
Method, super-type: Public generic functions
Method, t-max: Public generic functions
Method, t-min: Public generic functions
Method, tangent-map: Public generic functions
Method, target-axes: Public generic functions
Method, target-camera-axes: Public generic functions
Method, target-light-axes: Public generic functions
Method, target-mesh: Public generic functions
Method, target-node: Public generic functions
Method, target-unit-meters: Public generic functions
Method, target-weight: Public generic functions
Method, targets: Public generic functions
Method, temp-allocator: Public generic functions
Method, temp-allocator: Public generic functions
Method, temp-allocator: Public generic functions
Method, temp-allocator: Public generic functions
Method, temp-allocator: Public generic functions
Method, temp-allocator: Public generic functions
Method, temp-allocs: Public generic functions
Method, temp-allocs: Public generic functions
Method, temp-memory-used: Public generic functions
Method, temp-memory-used: Public generic functions
Method, tessellate: Public generic functions
Method, tessellate: Public generic functions
Method, texture: Public generic functions
Method, texture: Public generic functions
Method, texture: Public generic functions
Method, texture: Public generic functions
Method, texture-enabled: Public generic functions
Method, texture-enabled: Public generic functions
Method, texture-enabled-prop: Public generic functions
Method, texture-files: Public generic functions
Method, texture-output-index: Public generic functions
Method, texture-prop: Public generic functions
Method, texture-to-uv: Public generic functions
Method, texture-type: Public generic functions
Method, textures: Public generic functions
Method, textures: Public generic functions
Method, thin-film-ior: Public generic functions
Method, thin-film-thickness: Public generic functions
Method, thin-walled: Public generic functions
Method, time: Public generic functions
Method, time: Public generic functions
Method, time-begin: Public generic functions
Method, time-begin: Public generic functions
Method, time-end: Public generic functions
Method, time-end: Public generic functions
Method, time-mode: Public generic functions
Method, time-protocol: Public generic functions
Method, topology: Public generic functions
Method, total-size: Public generic functions
Method, transform: Public generic functions
Method, transform-offset: Public generic functions
Method, translation: Public generic functions
Method, transmission: Public generic functions
Method, transmission-color: Public generic functions
Method, transmission-depth: Public generic functions
Method, transmission-dispersion: Public generic functions
Method, transmission-enable-in-aov: Public generic functions
Method, transmission-extra-roughness: Public generic functions
Method, transmission-factor: Public generic functions
Method, transmission-glossiness: Public generic functions
Method, transmission-priority: Public generic functions
Method, transmission-roughness: Public generic functions
Method, transmission-roughness: Public generic functions
Method, transmission-roughness-as-glossiness: Public generic functions
Method, transmission-scatter: Public generic functions
Method, transmission-scatter-anisotropy: Public generic functions
Method, transparency-color: Public generic functions
Method, transparency-factor: Public generic functions
Method, triangulate-face: Public generic functions
Method, twin: Public generic functions
Method, type-name: Public generic functions
Method, typed-id: Public generic functions
Method, ui-color: Public generic functions
Method, unicode-error-handling: Public generic functions
Method, unique-per-vertex: Public generic functions
Method, unique-per-vertex: Public generic functions
Method, unique-per-vertex: Public generic functions
Method, unique-per-vertex: Public generic functions
Method, unique-per-vertex: Public generic functions
Method, unit-meters: Public generic functions
Method, unknown-type: Public generic functions
Method, unknowns: Public generic functions
Method, unlit: Public generic functions
Method, up: Public generic functions
Method, use-distance-limit: Public generic functions
Method, use-root-transform: Public generic functions
Method, use-weight: Public generic functions
Method, uv-boundary: Public generic functions
Method, uv-set: Public generic functions
Method, uv-sets: Public generic functions
Method, uv-to-texture: Public generic functions
Method, uv-transform: Public generic functions
Method, v: Public generic functions
Method, valid: Public generic functions
Method, valid: Public generic functions
Method, valid: Public generic functions
Method, value: Public generic functions
Method, value: Public generic functions
Method, value-blob: Public generic functions
Method, value-blob: Public generic functions
Method, value-blob: Public generic functions
Method, value-components: Public generic functions
Method, value-float: Public generic functions
Method, value-int: Public generic functions
Method, value-int: Public generic functions
Method, value-int: Public generic functions
Method, value-int: Public generic functions
Method, value-int: Public generic functions
Method, value-reals: Public generic functions
Method, value-reals: Public generic functions
Method, value-reals: Public generic functions
Method, value-reals: Public generic functions
Method, value-reals: Public generic functions
Method, value-str: Public generic functions
Method, value-str: Public generic functions
Method, value-str: Public generic functions
Method, value-str: Public generic functions
Method, value-type: Public generic functions
Method, value-vec4: Public generic functions
Method, value-vec4: Public generic functions
Method, value-vec4: Public generic functions
Method, values: Public generic functions
Method, values: Public generic functions
Method, values: Public generic functions
Method, values: Public generic functions
Method, values: Public generic functions
Method, values: Public generic functions
Method, vector-displacement: Public generic functions
Method, vector-displacement-factor: Public generic functions
Method, vendor: Public generic functions
Method, version: Public generic functions
Method, version: Public generic functions
Method, vertex-bitangent: Public generic functions
Method, vertex-bitangent: Public generic functions
Method, vertex-color: Public generic functions
Method, vertex-color: Public generic functions
Method, vertex-crease: Public generic functions
Method, vertex-first-index: Public generic functions
Method, vertex-indices: Public generic functions
Method, vertex-normal: Public generic functions
Method, vertex-position: Public generic functions
Method, vertex-size: Public generic functions
Method, vertex-tangent: Public generic functions
Method, vertex-tangent: Public generic functions
Method, vertex-uv: Public generic functions
Method, vertex-uv: Public generic functions
Method, vertices: Public generic functions
Method, vertices: Public generic functions
Method, vertices: Public generic functions
Method, vertices: Public generic functions
Method, video: Public generic functions
Method, videos: Public generic functions
Method, visible: Public generic functions
Method, visible: Public generic functions
Method, w: Public generic functions
Method, w: Public generic functions
Method, warnings: Public generic functions
Method, weight: Public generic functions
Method, weight: Public generic functions
Method, weight: Public generic functions
Method, weight: Public generic functions
Method, weight: Public generic functions
Method, weight: Public generic functions
Method, weight: Public generic functions
Method, weight: Public generic functions
Method, weight-begin: Public generic functions
Method, weight-begin: Public generic functions
Method, weight-is-animated: Public generic functions
Method, weighted-face-normal: Public generic functions
Method, weights: Public generic functions
Method, weights: Public generic functions
Method, world-transform: Public generic functions
Method, wrap-u: Public generic functions
Method, wrap-v: Public generic functions
Method, x: Public generic functions
Method, x: Public generic functions
Method, x: Public generic functions
Method, x: Public generic functions
Method, y: Public generic functions
Method, y: Public generic functions
Method, y: Public generic functions
Method, y: Public generic functions
Method, z: Public generic functions
Method, z: Public generic functions
Method, z: Public generic functions

N
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name-element--internal-key: Public ordinary functions
name-element-element: Public ordinary functions
name-element-name: Public ordinary functions
name-element-type: Public ordinary functions
near-plane: Public generic functions
near-plane: Public generic functions
next: Public generic functions
next: Public generic functions
next-vertex: Public generic functions
next-vertex: Public generic functions
no-anim-curve-unit-scaling: Public generic functions
no-anim-curve-unit-scaling: Public generic functions
no-checksum: Public generic functions
no-checksum: Public generic functions
no-format-from-content: Public generic functions
no-format-from-content: Public generic functions
no-format-from-extension: Public generic functions
no-format-from-extension: Public generic functions
no-header: Public generic functions
no-header: Public generic functions
no-prop-unit-scaling: Public generic functions
no-prop-unit-scaling: Public generic functions
node: Public generic functions
node: Public generic functions
node: Public generic functions
node-adjust-post-rotation: Public ordinary functions
node-adjust-pre-rotation: Public ordinary functions
node-adjust-pre-scale: Public ordinary functions
node-all-attribs: Public ordinary functions
node-attrib: Public ordinary functions
node-attrib-type: Public ordinary functions
node-bone: Public ordinary functions
node-camera: Public ordinary functions
node-children: Public ordinary functions
node-depth: Public generic functions
node-depth: Public generic functions
node-element: Public ordinary functions
node-euler-rotation: Public ordinary functions
node-geometry-to-node: Public ordinary functions
node-geometry-to-world: Public ordinary functions
node-geometry-transform: Public ordinary functions
node-geometry-transform-helper: Public ordinary functions
node-has-adjust-transform: Public ordinary functions
node-has-geometry-transform: Public ordinary functions
node-inherit-type: Public ordinary functions
node-is-geometry-transform-helper: Public ordinary functions
node-is-root: Public ordinary functions
node-light: Public ordinary functions
node-local-transform: Public ordinary functions
node-materials: Public ordinary functions
node-mesh: Public ordinary functions
node-node-depth: Public ordinary functions
node-node-to-parent: Public ordinary functions
node-node-to-world: Public ordinary functions
node-parent: Public ordinary functions
node-rotation-order: Public ordinary functions
node-to-parent: Public generic functions
node-to-parent: Public generic functions
node-to-world: Public generic functions
node-to-world: Public generic functions
node-visible: Public ordinary functions
node-world-transform: Public ordinary functions
nodes: Public generic functions
nodes: Public generic functions
nodes: Public generic functions
nodes: Public generic functions
normal-map: Public generic functions
normal-map: Public generic functions
normal-map: Public generic functions
normal-matrix: Public generic functions
normal-matrix: Public generic functions
normal-offsets: Public generic functions
normal-offsets: Public generic functions
normalize-normals: Public generic functions
normalize-normals: Public generic functions
normalize-tangents: Public generic functions
normalize-tangents: Public generic functions
num-animated: Public generic functions
num-animated: Public generic functions
num-control-points-u: Public generic functions
num-control-points-u: Public generic functions
num-control-points-v: Public generic functions
num-control-points-v: Public generic functions
num-dq-weights: Public generic functions
num-dq-weights: Public generic functions
num-edges: Public generic functions
num-edges: Public generic functions
num-empty-faces: Public generic functions
num-empty-faces: Public generic functions
num-empty-faces: Public generic functions
num-faces: Public generic functions
num-faces: Public generic functions
num-faces: Public generic functions
num-faces: Public generic functions
num-indices: Public generic functions
num-indices: Public generic functions
num-indices: Public generic functions
num-indices: Public generic functions
num-line-faces: Public generic functions
num-line-faces: Public generic functions
num-line-faces: Public generic functions
num-offsets: Public generic functions
num-offsets: Public generic functions
num-point-faces: Public generic functions
num-point-faces: Public generic functions
num-point-faces: Public generic functions
num-shader-textures: Public generic functions
num-shader-textures: Public generic functions
num-triangles: Public generic functions
num-triangles: Public generic functions
num-triangles: Public generic functions
num-triangles: Public generic functions
num-vertices: Public generic functions
num-vertices: Public generic functions
num-weights: Public generic functions
num-weights: Public generic functions
num-weights: Public generic functions
num-weights: Public generic functions
num-wrap-control-points: Public generic functions
num-wrap-control-points: Public generic functions
nurbs-basis-is-2d: Public ordinary functions
nurbs-basis-knot-vector: Public ordinary functions
nurbs-basis-num-wrap-control-points: Public ordinary functions
nurbs-basis-order: Public ordinary functions
nurbs-basis-spans: Public ordinary functions
nurbs-basis-t-max: Public ordinary functions
nurbs-basis-t-min: Public ordinary functions
nurbs-basis-topology: Public ordinary functions
nurbs-basis-valid: Public ordinary functions
nurbs-curve-basis: Public ordinary functions
nurbs-curve-control-points: Public ordinary functions
nurbs-curve-element: Public ordinary functions
nurbs-curves: Public generic functions
nurbs-curves: Public generic functions
nurbs-surface-basis-u: Public ordinary functions
nurbs-surface-basis-v: Public ordinary functions
nurbs-surface-control-points: Public ordinary functions
nurbs-surface-element: Public ordinary functions
nurbs-surface-flip-normals: Public ordinary functions
nurbs-surface-material: Public ordinary functions
nurbs-surface-num-control-points-u: Public ordinary functions
nurbs-surface-num-control-points-v: Public ordinary functions
nurbs-surface-span-subdivision-u: Public ordinary functions
nurbs-surface-span-subdivision-v: Public ordinary functions
nurbs-surfaces: Public generic functions
nurbs-surfaces: Public generic functions
nurbs-trim-boundaries: Public generic functions
nurbs-trim-boundaries: Public generic functions
nurbs-trim-boundary-element: Public ordinary functions
nurbs-trim-surface-element: Public ordinary functions
nurbs-trim-surfaces: Public generic functions
nurbs-trim-surfaces: Public generic functions

O
obj-merge-groups: Public generic functions
obj-merge-groups: Public generic functions
obj-merge-objects: Public generic functions
obj-merge-objects: Public generic functions
obj-mtl-data: Public generic functions
obj-mtl-data: Public generic functions
obj-mtl-path: Public generic functions
obj-mtl-path: Public generic functions
obj-search-mtl-by-filename: Public generic functions
obj-search-mtl-by-filename: Public generic functions
obj-split-groups: Public generic functions
obj-split-groups: Public generic functions
offset-vertices: Public generic functions
offset-vertices: Public generic functions
opacity: Public generic functions
opacity: Public generic functions
opacity: Public generic functions
open-file: Public ordinary functions
open-file-cb-fn: Public ordinary functions
open-file-cb-user: Public ordinary functions
open-file-info-original-filename: Public ordinary functions
open-file-info-temp-allocator: Public ordinary functions
open-file-info-type: Public ordinary functions
open-main-file-with-default: Public generic functions
open-main-file-with-default: Public generic functions
open-memory: Public ordinary functions
open-memory-opts--begin-zero: Public ordinary functions
open-memory-opts--end-zero: Public ordinary functions
open-memory-opts-allocator: Public ordinary functions
open-memory-opts-close-cb: Public ordinary functions
open-memory-opts-no-copy: Public ordinary functions
order: Public generic functions
order: Public generic functions
original-application: Public generic functions
original-application: Public generic functions
original-axis-up: Public generic functions
original-axis-up: Public generic functions
original-file-path: Public generic functions
original-file-path: Public generic functions
original-unit-meters: Public generic functions
original-unit-meters: Public generic functions
orthographic-extent: Public generic functions
orthographic-extent: Public generic functions
orthographic-size: Public generic functions
orthographic-size: Public generic functions
outer-angle: Public generic functions
outer-angle: Public generic functions

P
panic-did-panic: Public ordinary functions
panic-message: Public ordinary functions
panic-message-length: Public ordinary functions
parent: Public generic functions
parent: Public generic functions
parse: Public ordinary functions
path-separator: Public generic functions
path-separator: Public generic functions
pbr: Public generic functions
pbr: Public generic functions
pbr: Public generic functions
point-indices: Public generic functions
point-indices: Public generic functions
pointer: Private generic functions
pointer: Private generic functions
pose-bind-pose: Public ordinary functions
pose-bone-poses: Public ordinary functions
pose-element: Public ordinary functions
poses: Public generic functions
poses: Public generic functions
position: Public generic functions
position: Public generic functions
position: Public generic functions
position-offsets: Public generic functions
position-offsets: Public generic functions
prepare-prop-overrides: Public ordinary functions
prev: Public generic functions
prev: Public generic functions
prev-vertex: Public generic functions
prev-vertex: Public generic functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
procedural-geometries: Public generic functions
procedural-geometries: Public generic functions
procedural-geometry-element: Public ordinary functions
progress-bytes-read: Public ordinary functions
progress-bytes-total: Public ordinary functions
progress-cb-fn: Public ordinary functions
progress-cb-user: Public ordinary functions
progress-interval-hint: Public generic functions
progress-interval-hint: Public generic functions
progress-interval-hint: Public generic functions
progress-size-after: Public generic functions
progress-size-after: Public generic functions
progress-size-before: Public generic functions
progress-size-before: Public generic functions
projection-axes: Public generic functions
projection-axes: Public generic functions
projection-mode: Public generic functions
projection-mode: Public generic functions
projection-plane: Public generic functions
projection-plane: Public generic functions
prop: Public generic functions
prop: Public generic functions
prop--internal-key: Public ordinary functions
prop-bindings: Public generic functions
prop-bindings: Public generic functions
prop-flags: Public ordinary functions
prop-name: Public ordinary functions
prop-name: Public generic functions
prop-name: Public generic functions
prop-name: Public generic functions
prop-override--internal-key: Public ordinary functions
prop-override-element-id: Public ordinary functions
prop-override-prop-name: Public ordinary functions
prop-override-value: Public ordinary functions
prop-override-value-int: Public ordinary functions
prop-override-value-str: Public ordinary functions
prop-overrides: Public generic functions
prop-overrides: Public generic functions
prop-prefix: Public generic functions
prop-prefix: Public generic functions
prop-type: Public ordinary functions
prop-type: Public generic functions
prop-type: Public generic functions
prop-value-blob: Public ordinary functions
prop-value-int: Public ordinary functions
prop-value-str: Public ordinary functions
prop-value-vec4: Public ordinary functions
props: Public generic functions
props: Public generic functions
props: Public generic functions
props: Public generic functions
props-defaults: Public ordinary functions
props-num-animated: Public ordinary functions
props-props: Public ordinary functions

Q
quat-dot: Public ordinary functions
quat-fix-antipodal: Public ordinary functions
quat-mul: Public ordinary functions
quat-normalize: Public ordinary functions
quat-rotate-vec3: Public ordinary functions
quat-slerp: Public ordinary functions
quat-to-euler: Public ordinary functions
quat-w: Public ordinary functions
quat-x: Public ordinary functions
quat-y: Public ordinary functions
quat-z: Public ordinary functions

R
radius: Public generic functions
radius: Public generic functions
raw-absolute-filename: Public generic functions
raw-absolute-filename: Public generic functions
raw-absolute-filename: Public generic functions
raw-absolute-filename: Public generic functions
raw-absolute-filename: Public generic functions
raw-filename: Public generic functions
raw-filename: Public generic functions
raw-filename: Public generic functions
raw-filename: Public generic functions
raw-filename: Public generic functions
raw-filename: Public generic functions
raw-filename: Public generic functions
raw-original-file-path: Public generic functions
raw-original-file-path: Public generic functions
raw-relative-filename: Public generic functions
raw-relative-filename: Public generic functions
raw-relative-filename: Public generic functions
raw-relative-filename: Public generic functions
raw-relative-filename: Public generic functions
raw-relative-root: Public generic functions
raw-relative-root: Public generic functions
raw-shader-source: Public generic functions
raw-shader-source: Public generic functions
read-buffer-size: Public generic functions
read-buffer-size: Public generic functions
read-cache: Public generic functions
read-cache: Public generic functions
read-fn: Public generic functions
read-fn: Public generic functions
read-geometry-cache-real: Public ordinary functions
read-geometry-cache-vec3: Public ordinary functions
read-user: Public generic functions
read-user: Public generic functions
reallocate: Public generic functions
reflection-color: Public generic functions
reflection-color: Public generic functions
reflection-factor: Public generic functions
reflection-factor: Public generic functions
reinitialize-instance: Public standalone methods
relative-distances: Public generic functions
relative-distances: Public generic functions
relative-filename: Public generic functions
relative-filename: Public generic functions
relative-filename: Public generic functions
relative-filename: Public generic functions
relative-filename: Public generic functions
relative-length: Public generic functions
relative-length: Public generic functions
relative-root: Public generic functions
relative-root: Public generic functions
resolution: Public generic functions
resolution: Public generic functions
resolution-is-pixels: Public generic functions
resolution-is-pixels: Public generic functions
result-allocator: Public generic functions
result-allocator: Public generic functions
result-allocator: Public generic functions
result-allocator: Public generic functions
result-allocator: Public generic functions
result-allocator: Public generic functions
result-allocator: Public generic functions
result-allocs: Public generic functions
result-allocs: Public generic functions
result-allocs: Public generic functions
result-memory-used: Public generic functions
result-memory-used: Public generic functions
result-memory-used: Public generic functions
retain-dom: Public generic functions
retain-dom: Public generic functions
retain-geometry-cache: Public ordinary functions
retain-line-curve: Public ordinary functions
retain-mesh: Public ordinary functions
retain-scene: Public ordinary functions
right: Public generic functions
right: Public generic functions
right: Public generic functions
right: Public generic functions
root-filename: Public generic functions
root-filename: Public generic functions
root-node: Public generic functions
root-node: Public generic functions
root-transform: Public generic functions
root-transform: Public generic functions
rotation: Public generic functions
rotation: Public generic functions
rotation-order: Public generic functions
rotation-order: Public generic functions
roughness: Public generic functions
roughness: Public generic functions
roughness-as-glossiness: Public generic functions
roughness-as-glossiness: Public generic functions

S
sample-cache: Public generic functions
sample-cache: Public generic functions
sample-geometry-cache-real: Public ordinary functions
sample-geometry-cache-vec3: Public ordinary functions
scale: Public generic functions
scale: Public generic functions
scene: Public generic functions
scene: Public generic functions
scene-anim: Public ordinary functions
scene-anim-curves: Public ordinary functions
scene-anim-layers: Public ordinary functions
scene-anim-stacks: Public ordinary functions
scene-anim-values: Public ordinary functions
scene-blend-channels: Public ordinary functions
scene-blend-deformers: Public ordinary functions
scene-blend-shapes: Public ordinary functions
scene-bones: Public ordinary functions
scene-cache-deformers: Public ordinary functions
scene-cache-files: Public ordinary functions
scene-camera-switchers: Public ordinary functions
scene-cameras: Public ordinary functions
scene-characters: Public ordinary functions
scene-combined-anim: Public ordinary functions
scene-connections-dst: Public ordinary functions
scene-connections-src: Public ordinary functions
scene-constraints: Public ordinary functions
scene-display-layers: Public ordinary functions
scene-dom-root: Public ordinary functions
scene-elements: Public ordinary functions
scene-elements-by-name: Public ordinary functions
scene-empties: Public ordinary functions
scene-lights: Public ordinary functions
scene-line-curves: Public ordinary functions
scene-lod-groups: Public ordinary functions
scene-markers: Public ordinary functions
scene-materials: Public ordinary functions
scene-meshes: Public ordinary functions
scene-metadata: Public ordinary functions
scene-metadata-objects: Public ordinary functions
scene-nodes: Public ordinary functions
scene-nurbs-curves: Public ordinary functions
scene-nurbs-surfaces: Public ordinary functions
scene-nurbs-trim-boundaries: Public ordinary functions
scene-nurbs-trim-surfaces: Public ordinary functions
scene-poses: Public ordinary functions
scene-procedural-geometries: Public ordinary functions
scene-props: Public generic functions
scene-props: Public generic functions
scene-root-node: Public ordinary functions
scene-selection-nodes: Public ordinary functions
scene-selection-sets: Public ordinary functions
scene-settings: Public ordinary functions
scene-settings-ambient-color: Public ordinary functions
scene-settings-axes: Public ordinary functions
scene-settings-default-camera: Public ordinary functions
scene-settings-frames-per-second: Public ordinary functions
scene-settings-original-axis-up: Public ordinary functions
scene-settings-original-unit-meters: Public ordinary functions
scene-settings-props: Public ordinary functions
scene-settings-snap-mode: Public ordinary functions
scene-settings-time-mode: Public ordinary functions
scene-settings-time-protocol: Public ordinary functions
scene-settings-unit-meters: Public ordinary functions
scene-shader-bindings: Public ordinary functions
scene-shaders: Public ordinary functions
scene-skin-clusters: Public ordinary functions
scene-skin-deformers: Public ordinary functions
scene-stereo-cameras: Public ordinary functions
scene-texture-files: Public ordinary functions
scene-textures: Public ordinary functions
scene-unknowns: Public ordinary functions
scene-videos: Public ordinary functions
segments: Public generic functions
segments: Public generic functions
selection-node-edges: Public ordinary functions
selection-node-element: Public ordinary functions
selection-node-faces: Public ordinary functions
selection-node-include-node: Public ordinary functions
selection-node-target-mesh: Public ordinary functions
selection-node-target-node: Public ordinary functions
selection-node-vertices: Public ordinary functions
selection-nodes: Public generic functions
selection-nodes: Public generic functions
selection-set-element: Public ordinary functions
selection-set-nodes: Public ordinary functions
selection-sets: Public generic functions
selection-sets: Public generic functions
settings: Public generic functions
settings: Public generic functions
shader: Public generic functions
shader: Public generic functions
shader: Public generic functions
shader-binding-element: Public ordinary functions
shader-binding-prop-bindings: Public ordinary functions
shader-bindings: Public ordinary functions
shader-bindings: Public generic functions
shader-bindings: Public generic functions
shader-element: Public ordinary functions
shader-name: Public generic functions
shader-name: Public generic functions
shader-prop: Public generic functions
shader-prop: Public generic functions
shader-prop: Public generic functions
shader-prop-binding-material-prop: Public ordinary functions
shader-prop-binding-shader-prop: Public ordinary functions
shader-prop-prefix: Public generic functions
shader-prop-prefix: Public generic functions
shader-source: Public generic functions
shader-source: Public generic functions
shader-texture-input-name: Public ordinary functions
shader-texture-input-prop: Public ordinary functions
shader-texture-input-texture: Public ordinary functions
shader-texture-input-texture-enabled: Public ordinary functions
shader-texture-input-texture-enabled-prop: Public ordinary functions
shader-texture-input-texture-output-index: Public ordinary functions
shader-texture-input-texture-prop: Public ordinary functions
shader-texture-input-value-blob: Public ordinary functions
shader-texture-input-value-int: Public ordinary functions
shader-texture-input-value-str: Public ordinary functions
shader-texture-input-value-vec4: Public ordinary functions
shader-texture-inputs: Public ordinary functions
shader-texture-main-texture: Public ordinary functions
shader-texture-main-texture-output-index: Public ordinary functions
shader-texture-prop-prefix: Public ordinary functions
shader-texture-raw-shader-source: Public ordinary functions
shader-texture-shader-name: Public ordinary functions
shader-texture-shader-source: Public ordinary functions
shader-texture-shader-type-id: Public ordinary functions
shader-texture-type: Public ordinary functions
shader-texture-type: Public generic functions
shader-texture-type: Public generic functions
shader-type: Public ordinary functions
shader-type: Public generic functions
shader-type: Public generic functions
shader-type: Public generic functions
shader-type-id: Public generic functions
shader-type-id: Public generic functions
shaders: Public generic functions
shaders: Public generic functions
shading-model-name: Public generic functions
shading-model-name: Public generic functions
shape: Public generic functions
shape: Public generic functions
sheen: Public generic functions
sheen: Public generic functions
sheen-color: Public generic functions
sheen-color: Public generic functions
sheen-factor: Public generic functions
sheen-factor: Public generic functions
sheen-roughness: Public generic functions
sheen-roughness: Public generic functions
shutdown: Public ordinary functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
skin-cluster-bind-to-world: Public ordinary functions
skin-cluster-bone-node: Public ordinary functions
skin-cluster-element: Public ordinary functions
skin-cluster-geometry-to-bone: Public ordinary functions
skin-cluster-geometry-to-world: Public ordinary functions
skin-cluster-geometry-to-world-transform: Public ordinary functions
skin-cluster-mesh-node-to-bone: Public ordinary functions
skin-cluster-num-weights: Public ordinary functions
skin-cluster-ranges: Public generic functions
skin-cluster-ranges: Public generic functions
skin-cluster-vertices: Public ordinary functions
skin-cluster-weights: Public ordinary functions
skin-cluster-weights: Public generic functions
skin-cluster-weights: Public generic functions
skin-clusters: Public generic functions
skin-clusters: Public generic functions
skin-deformer-clusters: Public ordinary functions
skin-deformer-dq-vertices: Public ordinary functions
skin-deformer-dq-weights: Public ordinary functions
skin-deformer-element: Public ordinary functions
skin-deformer-index: Public generic functions
skin-deformer-index: Public generic functions
skin-deformer-max-weights-per-vertex: Public ordinary functions
skin-deformer-num-dq-weights: Public ordinary functions
skin-deformer-skinning-method: Public ordinary functions
skin-deformer-vertices: Public ordinary functions
skin-deformer-weights: Public ordinary functions
skin-deformers: Public generic functions
skin-deformers: Public generic functions
skin-deformers: Public generic functions
skin-vertex-dq-weight: Public ordinary functions
skin-vertex-matrix: Public generic functions
skin-vertex-matrix: Public generic functions
skin-vertex-num-weights: Public ordinary functions
skin-vertex-weight-begin: Public ordinary functions
skin-weight-cluster-index: Public ordinary functions
skin-weight-weight: Public ordinary functions
skinned-is-local: Public generic functions
skinned-is-local: Public generic functions
skinned-normal: Public generic functions
skinned-normal: Public generic functions
skinned-position: Public generic functions
skinned-position: Public generic functions
skinning-method: Public generic functions
skinning-method: Public generic functions
skip-skin-vertices: Public generic functions
skip-skin-vertices: Public generic functions
snap-mode: Public generic functions
snap-mode: Public generic functions
source: Public generic functions
source: Public generic functions
source-vertex-ranges: Public generic functions
source-vertex-ranges: Public generic functions
source-vertex-weights: Public generic functions
source-vertex-weights: Public generic functions
space-conversion: Public generic functions
space-conversion: Public generic functions
span-subdivision: Public generic functions
span-subdivision: Public generic functions
span-subdivision-u: Public generic functions
span-subdivision-u: Public generic functions
span-subdivision-u: Public generic functions
span-subdivision-v: Public generic functions
span-subdivision-v: Public generic functions
span-subdivision-v: Public generic functions
spans: Public generic functions
spans: Public generic functions
specular: Public generic functions
specular: Public generic functions
specular-anisotropy: Public generic functions
specular-anisotropy: Public generic functions
specular-color: Public generic functions
specular-color: Public generic functions
specular-color: Public generic functions
specular-exponent: Public generic functions
specular-exponent: Public generic functions
specular-factor: Public generic functions
specular-factor: Public generic functions
specular-factor: Public generic functions
specular-ior: Public generic functions
specular-ior: Public generic functions
specular-rotation: Public generic functions
specular-rotation: Public generic functions
squeeze-ratio: Public generic functions
squeeze-ratio: Public generic functions
src: Public generic functions
src: Public generic functions
src-prop: Public generic functions
src-prop: Public generic functions
stack: Public generic functions
stack: Public generic functions
stereo-camera-element: Public ordinary functions
stereo-camera-left: Public ordinary functions
stereo-camera-right: Public ordinary functions
stereo-cameras: Public generic functions
stereo-cameras: Public generic functions
stream-close-fn: Public ordinary functions
stream-read-fn: Public ordinary functions
stream-skip-fn: Public ordinary functions
stream-struct: Private generic functions
stream-struct: Private generic functions
stream-user: Public ordinary functions
strict: Public generic functions
strict: Public generic functions
string-data: Public ordinary functions
string-length: Public ordinary functions
sub-type: Public generic functions
sub-type: Public generic functions
subdivide-mesh: Public ordinary functions
subdivide-mesh: Public generic functions
subdivide-mesh: Public generic functions
subdivide-opts--begin-zero: Public ordinary functions
subdivide-opts--end-zero: Public ordinary functions
subdivide-opts-boundary: Public ordinary functions
subdivide-opts-evaluate-skin-weights: Public ordinary functions
subdivide-opts-evaluate-source-vertices: Public ordinary functions
subdivide-opts-ignore-normals: Public ordinary functions
subdivide-opts-interpolate-normals: Public ordinary functions
subdivide-opts-interpolate-tangents: Public ordinary functions
subdivide-opts-max-skin-weights: Public ordinary functions
subdivide-opts-max-source-vertices: Public ordinary functions
subdivide-opts-result-allocator: Public ordinary functions
subdivide-opts-skin-deformer-index: Public ordinary functions
subdivide-opts-temp-allocator: Public ordinary functions
subdivide-opts-uv-boundary: Public ordinary functions
subdivision-boundary: Public generic functions
subdivision-boundary: Public generic functions
subdivision-display-mode: Public generic functions
subdivision-display-mode: Public generic functions
subdivision-evaluated: Public generic functions
subdivision-evaluated: Public generic functions
subdivision-preview-levels: Public generic functions
subdivision-preview-levels: Public generic functions
subdivision-render-levels: Public generic functions
subdivision-render-levels: Public generic functions
subdivision-result: Public generic functions
subdivision-result: Public generic functions
subdivision-result-result-allocs: Public ordinary functions
subdivision-result-result-memory-used: Public ordinary functions
subdivision-result-skin-cluster-ranges: Public ordinary functions
subdivision-result-skin-cluster-weights: Public ordinary functions
subdivision-result-source-vertex-ranges: Public ordinary functions
subdivision-result-source-vertex-weights: Public ordinary functions
subdivision-result-temp-allocs: Public ordinary functions
subdivision-result-temp-memory-used: Public ordinary functions
subdivision-uv-boundary: Public generic functions
subdivision-uv-boundary: Public generic functions
subdivision-weight-index: Public ordinary functions
subdivision-weight-range-num-weights: Public ordinary functions
subdivision-weight-range-weight-begin: Public ordinary functions
subdivision-weight-weight: Public ordinary functions
subsurface-anisotropy: Public generic functions
subsurface-anisotropy: Public generic functions
subsurface-color: Public generic functions
subsurface-color: Public generic functions
subsurface-factor: Public generic functions
subsurface-factor: Public generic functions
subsurface-radius: Public generic functions
subsurface-radius: Public generic functions
subsurface-scale: Public generic functions
subsurface-scale: Public generic functions
subsurface-tint-color: Public generic functions
subsurface-tint-color: Public generic functions
subsurface-type: Public generic functions
subsurface-type: Public generic functions
super-type: Public generic functions
super-type: Public generic functions
surface-point-derivative-u: Public ordinary functions
surface-point-derivative-v: Public ordinary functions
surface-point-position: Public ordinary functions
surface-point-valid: Public ordinary functions

T
t-max: Public generic functions
t-max: Public generic functions
t-min: Public generic functions
t-min: Public generic functions
tangent-dx: Public ordinary functions
tangent-dy: Public ordinary functions
tangent-map: Public generic functions
tangent-map: Public generic functions
target-axes: Public generic functions
target-axes: Public generic functions
target-camera-axes: Public generic functions
target-camera-axes: Public generic functions
target-light-axes: Public generic functions
target-light-axes: Public generic functions
target-mesh: Public generic functions
target-mesh: Public generic functions
target-node: Public generic functions
target-node: Public generic functions
target-unit-meters: Public generic functions
target-unit-meters: Public generic functions
target-weight: Public generic functions
target-weight: Public generic functions
targets: Public generic functions
targets: Public generic functions
temp-allocator: Public generic functions
temp-allocator: Public generic functions
temp-allocator: Public generic functions
temp-allocator: Public generic functions
temp-allocator: Public generic functions
temp-allocator: Public generic functions
temp-allocator: Public generic functions
temp-allocs: Public generic functions
temp-allocs: Public generic functions
temp-allocs: Public generic functions
temp-memory-used: Public generic functions
temp-memory-used: Public generic functions
temp-memory-used: Public generic functions
tessellate: Public generic functions
tessellate: Public generic functions
tessellate: Public generic functions
tessellate-curve-opts--begin-zero: Public ordinary functions
tessellate-curve-opts--end-zero: Public ordinary functions
tessellate-curve-opts-result-allocator: Public ordinary functions
tessellate-curve-opts-span-subdivision: Public ordinary functions
tessellate-curve-opts-temp-allocator: Public ordinary functions
tessellate-nurbs-curve: Public ordinary functions
tessellate-nurbs-surface: Public ordinary functions
tessellate-surface-opts--begin-zero: Public ordinary functions
tessellate-surface-opts--end-zero: Public ordinary functions
tessellate-surface-opts-result-allocator: Public ordinary functions
tessellate-surface-opts-span-subdivision-u: Public ordinary functions
tessellate-surface-opts-span-subdivision-v: Public ordinary functions
tessellate-surface-opts-temp-allocator: Public ordinary functions
texture: Public generic functions
texture: Public generic functions
texture: Public generic functions
texture: Public generic functions
texture: Public generic functions
texture-absolute-filename: Public ordinary functions
texture-content: Public ordinary functions
texture-element: Public ordinary functions
texture-enabled: Public generic functions
texture-enabled: Public generic functions
texture-enabled: Public generic functions
texture-enabled-prop: Public generic functions
texture-enabled-prop: Public generic functions
texture-file-absolute-filename: Public ordinary functions
texture-file-content: Public ordinary functions
texture-file-filename: Public ordinary functions
texture-file-idx: Public ordinary functions
texture-file-index: Public ordinary functions
texture-file-raw-absolute-filename: Public ordinary functions
texture-file-raw-filename: Public ordinary functions
texture-file-raw-relative-filename: Public ordinary functions
texture-file-relative-filename: Public ordinary functions
texture-file-textures: Public ordinary functions
texture-filename: Public ordinary functions
texture-files: Public generic functions
texture-files: Public generic functions
texture-has-file: Public ordinary functions
texture-has-uv-transform: Public ordinary functions
texture-layer-alpha: Public ordinary functions
texture-layer-blend-mode: Public ordinary functions
texture-layer-texture: Public ordinary functions
texture-layers: Public ordinary functions
texture-output-index: Public generic functions
texture-output-index: Public generic functions
texture-prop: Public generic functions
texture-prop: Public generic functions
texture-raw-absolute-filename: Public ordinary functions
texture-raw-filename: Public ordinary functions
texture-raw-relative-filename: Public ordinary functions
texture-relative-filename: Public ordinary functions
texture-shader: Public ordinary functions
texture-texture-to-uv: Public ordinary functions
texture-to-uv: Public generic functions
texture-to-uv: Public generic functions
texture-type: Public ordinary functions
texture-type: Public generic functions
texture-type: Public generic functions
texture-uv-set: Public ordinary functions
texture-uv-to-texture: Public ordinary functions
texture-uv-transform: Public ordinary functions
texture-video: Public ordinary functions
texture-wrap-u: Public ordinary functions
texture-wrap-v: Public ordinary functions
textures: Public generic functions
textures: Public generic functions
textures: Public generic functions
thin-film-ior: Public generic functions
thin-film-ior: Public generic functions
thin-film-thickness: Public generic functions
thin-film-thickness: Public generic functions
thin-walled: Public generic functions
thin-walled: Public generic functions
time: Public generic functions
time: Public generic functions
time: Public generic functions
time-begin: Public generic functions
time-begin: Public generic functions
time-begin: Public generic functions
time-end: Public generic functions
time-end: Public generic functions
time-end: Public generic functions
time-mode: Public generic functions
time-mode: Public generic functions
time-protocol: Public generic functions
time-protocol: Public generic functions
to-lisp-type: Private ordinary functions
topo-edge-edge: Public ordinary functions
topo-edge-face: Public ordinary functions
topo-edge-flags: Public ordinary functions
topo-edge-index: Public ordinary functions
topo-edge-next: Public ordinary functions
topo-edge-prev: Public ordinary functions
topo-edge-twin: Public ordinary functions
topo-next-vertex-edge: Public ordinary functions
topo-prev-vertex-edge: Public ordinary functions
topology: Public generic functions
topology: Public generic functions
total-size: Public generic functions
total-size: Public generic functions
transform: Public generic functions
transform: Public generic functions
transform-direction: Public ordinary functions
transform-offset: Public generic functions
transform-offset: Public generic functions
transform-position: Public ordinary functions
transform-rotation: Public ordinary functions
transform-scale: Public ordinary functions
transform-to-matrix: Public ordinary functions
transform-translation: Public ordinary functions
translation: Public generic functions
translation: Public generic functions
transmission: Public generic functions
transmission: Public generic functions
transmission-color: Public generic functions
transmission-color: Public generic functions
transmission-depth: Public generic functions
transmission-depth: Public generic functions
transmission-dispersion: Public generic functions
transmission-dispersion: Public generic functions
transmission-enable-in-aov: Public generic functions
transmission-enable-in-aov: Public generic functions
transmission-extra-roughness: Public generic functions
transmission-extra-roughness: Public generic functions
transmission-factor: Public generic functions
transmission-factor: Public generic functions
transmission-glossiness: Public generic functions
transmission-glossiness: Public generic functions
transmission-priority: Public generic functions
transmission-priority: Public generic functions
transmission-roughness: Public generic functions
transmission-roughness: Public generic functions
transmission-roughness: Public generic functions
transmission-roughness-as-glossiness: Public generic functions
transmission-roughness-as-glossiness: Public generic functions
transmission-scatter: Public generic functions
transmission-scatter: Public generic functions
transmission-scatter-anisotropy: Public generic functions
transmission-scatter-anisotropy: Public generic functions
transparency-color: Public generic functions
transparency-color: Public generic functions
transparency-factor: Public generic functions
transparency-factor: Public generic functions
triangulate-face: Public ordinary functions
triangulate-face: Public generic functions
triangulate-face: Public generic functions
twin: Public generic functions
twin: Public generic functions
type-name: Public generic functions
type-name: Public generic functions
typed-id: Public generic functions
typed-id: Public generic functions

U
ui-color: Public generic functions
ui-color: Public generic functions
unicode-error-handling: Public generic functions
unicode-error-handling: Public generic functions
unique-per-vertex: Public generic functions
unique-per-vertex: Public generic functions
unique-per-vertex: Public generic functions
unique-per-vertex: Public generic functions
unique-per-vertex: Public generic functions
unique-per-vertex: Public generic functions
unit-meters: Public generic functions
unit-meters: Public generic functions
unknown-element: Public ordinary functions
unknown-sub-type: Public ordinary functions
unknown-super-type: Public ordinary functions
unknown-type: Public ordinary functions
unknown-type: Public generic functions
unknown-type: Public generic functions
unknowns: Public generic functions
unknowns: Public generic functions
unlit: Public generic functions
unlit: Public generic functions
up: Public generic functions
up: Public generic functions
update: Public ordinary functions
use-distance-limit: Public generic functions
use-distance-limit: Public generic functions
use-root-transform: Public generic functions
use-root-transform: Public generic functions
use-weight: Public generic functions
use-weight: Public generic functions
uv-boundary: Public generic functions
uv-boundary: Public generic functions
uv-set: Public generic functions
uv-set: Public generic functions
uv-set-index: Public ordinary functions
uv-set-name: Public ordinary functions
uv-set-vertex-bitangent: Public ordinary functions
uv-set-vertex-tangent: Public ordinary functions
uv-set-vertex-uv: Public ordinary functions
uv-sets: Public generic functions
uv-sets: Public generic functions
uv-to-texture: Public generic functions
uv-to-texture: Public generic functions
uv-transform: Public generic functions
uv-transform: Public generic functions

V
v: Public generic functions
v: Public generic functions
valid: Public generic functions
valid: Public generic functions
valid: Public generic functions
valid: Public generic functions
value: Public generic functions
value: Public generic functions
value: Public generic functions
value-blob: Public generic functions
value-blob: Public generic functions
value-blob: Public generic functions
value-blob: Public generic functions
value-components: Public generic functions
value-components: Public generic functions
value-float: Public generic functions
value-float: Public generic functions
value-int: Public generic functions
value-int: Public generic functions
value-int: Public generic functions
value-int: Public generic functions
value-int: Public generic functions
value-int: Public generic functions
value-reals: Public generic functions
value-reals: Public generic functions
value-reals: Public generic functions
value-reals: Public generic functions
value-reals: Public generic functions
value-reals: Public generic functions
value-str: Public generic functions
value-str: Public generic functions
value-str: Public generic functions
value-str: Public generic functions
value-str: Public generic functions
value-type: Public generic functions
value-type: Public generic functions
value-vec4: Public generic functions
value-vec4: Public generic functions
value-vec4: Public generic functions
value-vec4: Public generic functions
values: Public generic functions
values: Public generic functions
values: Public generic functions
values: Public generic functions
values: Public generic functions
values: Public generic functions
values: Public generic functions
vec2-x: Public ordinary functions
vec2-y: Public ordinary functions
vec3-x: Public ordinary functions
vec3-y: Public ordinary functions
vec3-z: Public ordinary functions
vec4-w: Public ordinary functions
vec4-x: Public ordinary functions
vec4-y: Public ordinary functions
vec4-z: Public ordinary functions
vector-displacement: Public generic functions
vector-displacement: Public generic functions
vector-displacement-factor: Public generic functions
vector-displacement-factor: Public generic functions
vendor: Public generic functions
vendor: Public generic functions
version: Public generic functions
version: Public generic functions
version: Public generic functions
vertex-attrib-exists: Public ordinary functions
vertex-attrib-indices: Public ordinary functions
vertex-attrib-unique-per-vertex: Public ordinary functions
vertex-attrib-value-reals: Public ordinary functions
vertex-attrib-values: Public ordinary functions
vertex-bitangent: Public generic functions
vertex-bitangent: Public generic functions
vertex-bitangent: Public generic functions
vertex-color: Public generic functions
vertex-color: Public generic functions
vertex-color: Public generic functions
vertex-crease: Public generic functions
vertex-crease: Public generic functions
vertex-first-index: Public generic functions
vertex-first-index: Public generic functions
vertex-indices: Public generic functions
vertex-indices: Public generic functions
vertex-normal: Public generic functions
vertex-normal: Public generic functions
vertex-position: Public generic functions
vertex-position: Public generic functions
vertex-real-exists: Public ordinary functions
vertex-real-indices: Public ordinary functions
vertex-real-unique-per-vertex: Public ordinary functions
vertex-real-value-reals: Public ordinary functions
vertex-real-values: Public ordinary functions
vertex-size: Public generic functions
vertex-size: Public generic functions
vertex-stream-data: Public ordinary functions
vertex-stream-vertex-size: Public ordinary functions
vertex-tangent: Public generic functions
vertex-tangent: Public generic functions
vertex-tangent: Public generic functions
vertex-uv: Public generic functions
vertex-uv: Public generic functions
vertex-uv: Public generic functions
vertex-vec2-exists: Public ordinary functions
vertex-vec2-indices: Public ordinary functions
vertex-vec2-unique-per-vertex: Public ordinary functions
vertex-vec2-value-reals: Public ordinary functions
vertex-vec2-values: Public ordinary functions
vertex-vec3-exists: Public ordinary functions
vertex-vec3-indices: Public ordinary functions
vertex-vec3-unique-per-vertex: Public ordinary functions
vertex-vec3-value-reals: Public ordinary functions
vertex-vec3-values: Public ordinary functions
vertex-vec4-exists: Public ordinary functions
vertex-vec4-indices: Public ordinary functions
vertex-vec4-unique-per-vertex: Public ordinary functions
vertex-vec4-value-reals: Public ordinary functions
vertex-vec4-values: Public ordinary functions
vertices: Public generic functions
vertices: Public generic functions
vertices: Public generic functions
vertices: Public generic functions
vertices: Public generic functions
video: Public generic functions
video: Public generic functions
video-absolute-filename: Public ordinary functions
video-content: Public ordinary functions
video-element: Public ordinary functions
video-filename: Public ordinary functions
video-raw-absolute-filename: Public ordinary functions
video-raw-filename: Public ordinary functions
video-raw-relative-filename: Public ordinary functions
video-relative-filename: Public ordinary functions
videos: Public generic functions
videos: Public generic functions
visible: Public generic functions
visible: Public generic functions
visible: Public generic functions

W
w: Public generic functions
w: Public generic functions
w: Public generic functions
warning-count: Public ordinary functions
warning-description: Public ordinary functions
warning-type: Public ordinary functions
warnings: Public generic functions
warnings: Public generic functions
weight: Public generic functions
weight: Public generic functions
weight: Public generic functions
weight: Public generic functions
weight: Public generic functions
weight: Public generic functions
weight: Public generic functions
weight: Public generic functions
weight: Public generic functions
weight-begin: Public generic functions
weight-begin: Public generic functions
weight-begin: Public generic functions
weight-is-animated: Public generic functions
weight-is-animated: Public generic functions
weighted-face-normal: Public generic functions
weighted-face-normal: Public generic functions
weights: Public generic functions
weights: Public generic functions
weights: Public generic functions
with-file: Public macros
with-freeing: Public macros
with-ptr-resolve: Private macros
world-transform: Public generic functions
world-transform: Public generic functions
wrap-foreign-vector: Public ordinary functions
wrap-u: Public generic functions
wrap-u: Public generic functions
wrap-v: Public generic functions
wrap-v: Public generic functions

X
x: Public generic functions
x: Public generic functions
x: Public generic functions
x: Public generic functions
x: Public generic functions

Y
y: Public generic functions
y: Public generic functions
y: Public generic functions
y: Public generic functions
y: Public generic functions

Z
z: Public generic functions
z: Public generic functions
z: Public generic functions
z: Public generic functions


A.3 Variables

Jump to:   *  
A   B   C   D   E   F   H   I   L   M   P   S   Z  
Index Entry  Section

*
*global-pointer-table*: Private special variables
*here*: Public special variables
*static*: Public special variables

A
allocation-limit: Public classes
axes-left-handed-y-up: Public symbol macros
axes-left-handed-z-up: Public symbol macros
axes-right-handed-y-up: Public symbol macros
axes-right-handed-z-up: Public symbol macros

B
buffer: Private classes

C
code: Public conditions
code: Public conditions
code: Public conditions
Constant, fbx-lcl-rotation: Public constants
Constant, fbx-lcl-scaling: Public constants
Constant, fbx-lcl-translation: Public constants
Constant, fbx-post-rotation: Public constants
Constant, fbx-pre-rotation: Public constants
Constant, fbx-rotation-offset: Public constants
Constant, fbx-rotation-order: Public constants
Constant, fbx-rotation-pivot: Public constants
Constant, fbx-scaling-offset: Public constants
Constant, fbx-scaling-pivot: Public constants
Constant, fbx-visibility: Public constants
Constant, fbx-weight: Public constants

D
deallocate-p: Private classes
description: Public conditions
description: Public conditions

E
element-type-size: Public symbol macros
empty-blob: Public symbol macros
empty-string: Public symbol macros

F
fbx-lcl-rotation: Public constants
fbx-lcl-scaling: Public constants
fbx-lcl-translation: Public constants
fbx-post-rotation: Public constants
fbx-pre-rotation: Public constants
fbx-rotation-offset: Public constants
fbx-rotation-order: Public constants
fbx-rotation-pivot: Public constants
fbx-scaling-offset: Public constants
fbx-scaling-pivot: Public constants
fbx-visibility: Public constants
fbx-weight: Public constants
foreign-type: Public classes

H
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
handle: Public classes
huge-threshold: Public classes

I
identity-matrix: Public symbol macros
identity-quat: Public symbol macros
identity-transform: Public symbol macros
info: Public conditions

L
lisp-type: Public classes

M
max-chunk-size: Public classes
memory-limit: Public classes
message: Public conditions
message: Public conditions

P
pointer: Private classes

S
Slot, allocation-limit: Public classes
Slot, buffer: Private classes
Slot, code: Public conditions
Slot, code: Public conditions
Slot, code: Public conditions
Slot, deallocate-p: Private classes
Slot, description: Public conditions
Slot, description: Public conditions
Slot, foreign-type: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, huge-threshold: Public classes
Slot, info: Public conditions
Slot, lisp-type: Public classes
Slot, max-chunk-size: Public classes
Slot, memory-limit: Public classes
Slot, message: Public conditions
Slot, message: Public conditions
Slot, pointer: Private classes
Slot, source: Public classes
Slot, stack: Public conditions
Slot, stream: Private classes
Slot, stream-struct: Private classes
source: Public classes
source-version: Public symbol macros
Special Variable, *global-pointer-table*: Private special variables
Special Variable, *here*: Public special variables
Special Variable, *static*: Public special variables
stack: Public conditions
stream: Private classes
stream-struct: Private classes
Symbol Macro, axes-left-handed-y-up: Public symbol macros
Symbol Macro, axes-left-handed-z-up: Public symbol macros
Symbol Macro, axes-right-handed-y-up: Public symbol macros
Symbol Macro, axes-right-handed-z-up: Public symbol macros
Symbol Macro, element-type-size: Public symbol macros
Symbol Macro, empty-blob: Public symbol macros
Symbol Macro, empty-string: Public symbol macros
Symbol Macro, identity-matrix: Public symbol macros
Symbol Macro, identity-quat: Public symbol macros
Symbol Macro, identity-transform: Public symbol macros
Symbol Macro, source-version: Public symbol macros
Symbol Macro, zero-vec2: Public symbol macros
Symbol Macro, zero-vec3: Public symbol macros
Symbol Macro, zero-vec4: Public symbol macros

Z
zero-vec2: Public symbol macros
zero-vec3: Public symbol macros
zero-vec4: Public symbol macros


A.4 Data types

Jump to:   A   B   C   D   E   F   G   I   K   L   M   N   O   P   Q   S   T   U   V   W  
Index Entry  Section

A
allocator: Public classes
allocator: Public classes
allocator-opts: Public classes
anim: Public classes
anim: Public classes
anim-curve: Public classes
anim-curve: Public classes
anim-layer: Public classes
anim-layer: Public classes
anim-layer-desc: Public classes
anim-layer-desc: Public classes
anim-prop: Public classes
anim-prop: Public classes
anim-stack: Public classes
anim-stack: Public classes
anim-value: Public classes
anim-value: Public classes
application: Public classes
application: Public classes

B
blend-channel: Public classes
blend-channel: Public classes
blend-deformer: Public classes
blend-deformer: Public classes
blend-keyframe: Public classes
blend-keyframe: Public classes
blend-shape: Public classes
blend-shape: Public classes
blob: Public classes
blob: Public classes
bone: Public classes
bone: Public classes
bone-pose: Public classes
bone-pose: Public classes

C
cache-channel: Public classes
cache-channel: Public classes
cache-deformer: Public classes
cache-deformer: Public classes
cache-file: Public classes
cache-file: Public classes
cache-frame: Public classes
cache-frame: Public classes
camera: Public classes
camera: Public classes
camera-switcher: Public classes
camera-switcher: Public classes
character: Public classes
character: Public classes
cl-fbx: The cl-fbx system
cl-fbx.asd: The cl-fbx/cl-fbx․asd file
Class, allocator: Public classes
Class, allocator: Public classes
Class, allocator-opts: Public classes
Class, anim: Public classes
Class, anim: Public classes
Class, anim-curve: Public classes
Class, anim-curve: Public classes
Class, anim-layer: Public classes
Class, anim-layer: Public classes
Class, anim-layer-desc: Public classes
Class, anim-layer-desc: Public classes
Class, anim-prop: Public classes
Class, anim-prop: Public classes
Class, anim-stack: Public classes
Class, anim-stack: Public classes
Class, anim-value: Public classes
Class, anim-value: Public classes
Class, application: Public classes
Class, application: Public classes
Class, blend-channel: Public classes
Class, blend-channel: Public classes
Class, blend-deformer: Public classes
Class, blend-deformer: Public classes
Class, blend-keyframe: Public classes
Class, blend-keyframe: Public classes
Class, blend-shape: Public classes
Class, blend-shape: Public classes
Class, blob: Public classes
Class, blob: Public classes
Class, bone: Public classes
Class, bone: Public classes
Class, bone-pose: Public classes
Class, bone-pose: Public classes
Class, cache-channel: Public classes
Class, cache-channel: Public classes
Class, cache-deformer: Public classes
Class, cache-deformer: Public classes
Class, cache-file: Public classes
Class, cache-file: Public classes
Class, cache-frame: Public classes
Class, cache-frame: Public classes
Class, camera: Public classes
Class, camera: Public classes
Class, camera-switcher: Public classes
Class, camera-switcher: Public classes
Class, character: Public classes
Class, character: Public classes
Class, close-memory-cb: Public classes
Class, color-set: Public classes
Class, color-set: Public classes
Class, connection: Public classes
Class, connection: Public classes
Class, constraint: Public classes
Class, constraint: Public classes
Class, constraint-target: Public classes
Class, constraint-target: Public classes
Class, coordinate-axes: Public classes
Class, coordinate-axes: Public classes
Class, curve-point: Public classes
Class, curve-point: Public classes
Class, display-layer: Public classes
Class, display-layer: Public classes
Class, dom-node: Public classes
Class, dom-node: Public classes
Class, dom-value: Public classes
Class, dom-value: Public classes
Class, edge: Public classes
Class, edge: Public classes
Class, element: Public classes
Class, element: Public classes
Class, empty: Public classes
Class, empty: Public classes
Class, error: Public classes
Class, error-frame: Public classes
Class, evaluate-opts: Public classes
Class, evaluate-opts: Public classes
Class, face: Public classes
Class, face: Public classes
Class, face-group: Public classes
Class, face-group: Public classes
Class, fbx-file: Public classes
Class, fbx-file-pointer: Private classes
Class, fbx-file-stream: Private classes
Class, fbx-string: Public classes
Class, foreign-vector: Public classes
Class, geometry-cache: Public classes
Class, geometry-cache: Public classes
Class, geometry-cache-data-opts: Public classes
Class, geometry-cache-data-opts: Public classes
Class, geometry-cache-opts: Public classes
Class, geometry-cache-opts: Public classes
Class, immediate-foreign-vector: Private classes
Class, inflate-input: Public classes
Class, inflate-input: Public classes
Class, inflate-retain: Public classes
Class, inflate-retain: Public classes
Class, keyframe: Public classes
Class, keyframe: Public classes
Class, light: Public classes
Class, light: Public classes
Class, line-curve: Public classes
Class, line-curve: Public classes
Class, line-segment: Public classes
Class, line-segment: Public classes
Class, list: Public classes
Class, load-opts: Public classes
Class, load-opts: Public classes
Class, lod-group: Public classes
Class, lod-group: Public classes
Class, lod-level: Public classes
Class, lod-level: Public classes
Class, marker: Public classes
Class, marker: Public classes
Class, material: Public classes
Class, material: Public classes
Class, material-fbx-maps: Public classes
Class, material-fbx-maps: Public classes
Class, material-feature-info: Public classes
Class, material-feature-info: Public classes
Class, material-features: Public classes
Class, material-features: Public classes
Class, material-map: Public classes
Class, material-map: Public classes
Class, material-pbr-maps: Public classes
Class, material-pbr-maps: Public classes
Class, material-texture: Public classes
Class, material-texture: Public classes
Class, matrix: Public classes
Class, matrix: Public classes
Class, mesh: Public classes
Class, mesh: Public classes
Class, mesh-material: Public classes
Class, mesh-material: Public classes
Class, metadata: Public classes
Class, metadata: Public classes
Class, metadata-object: Public classes
Class, metadata-object: Public classes
Class, name-element: Public classes
Class, name-element: Public classes
Class, node: Public classes
Class, node: Public classes
Class, nurbs-basis: Public classes
Class, nurbs-basis: Public classes
Class, nurbs-curve: Public classes
Class, nurbs-curve: Public classes
Class, nurbs-surface: Public classes
Class, nurbs-surface: Public classes
Class, nurbs-trim-boundary: Public classes
Class, nurbs-trim-boundary: Public classes
Class, nurbs-trim-surface: Public classes
Class, nurbs-trim-surface: Public classes
Class, open-file-cb: Public classes
Class, open-file-info: Public classes
Class, open-memory-opts: Public classes
Class, packed-foreign-vector: Private classes
Class, panic: Public classes
Class, pose: Public classes
Class, pose: Public classes
Class, procedural-geometry: Public classes
Class, procedural-geometry: Public classes
Class, progress: Public classes
Class, progress-cb: Public classes
Class, prop: Public classes
Class, prop: Public classes
Class, prop-override: Public classes
Class, prop-override: Public classes
Class, props: Public classes
Class, props: Public classes
Class, quat: Public classes
Class, quat: Public classes
Class, scene: Public classes
Class, scene: Public classes
Class, scene-settings: Public classes
Class, scene-settings: Public classes
Class, selection-node: Public classes
Class, selection-node: Public classes
Class, selection-set: Public classes
Class, selection-set: Public classes
Class, shader: Public classes
Class, shader: Public classes
Class, shader-binding: Public classes
Class, shader-binding: Public classes
Class, shader-prop-binding: Public classes
Class, shader-prop-binding: Public classes
Class, shader-texture: Public classes
Class, shader-texture: Public classes
Class, shader-texture-input: Public classes
Class, shader-texture-input: Public classes
Class, skin-cluster: Public classes
Class, skin-cluster: Public classes
Class, skin-deformer: Public classes
Class, skin-deformer: Public classes
Class, skin-vertex: Public classes
Class, skin-vertex: Public classes
Class, skin-weight: Public classes
Class, skin-weight: Public classes
Class, stereo-camera: Public classes
Class, stereo-camera: Public classes
Class, stream: Public classes
Class, string: Public classes
Class, subdivide-opts: Public classes
Class, subdivide-opts: Public classes
Class, subdivision-result: Public classes
Class, subdivision-result: Public classes
Class, subdivision-weight: Public classes
Class, subdivision-weight: Public classes
Class, subdivision-weight-range: Public classes
Class, subdivision-weight-range: Public classes
Class, surface-point: Public classes
Class, surface-point: Public classes
Class, tangent: Public classes
Class, tangent: Public classes
Class, tessellate-curve-opts: Public classes
Class, tessellate-curve-opts: Public classes
Class, tessellate-surface-opts: Public classes
Class, tessellate-surface-opts: Public classes
Class, texture: Public classes
Class, texture: Public classes
Class, texture-file: Public classes
Class, texture-file: Public classes
Class, texture-layer: Public classes
Class, texture-layer: Public classes
Class, topo-edge: Public classes
Class, topo-edge: Public classes
Class, transform: Public classes
Class, transform: Public classes
Class, unknown: Public classes
Class, unknown: Public classes
Class, uv-set: Public classes
Class, uv-set: Public classes
Class, vec2: Public classes
Class, vec2: Public classes
Class, vec3: Public classes
Class, vec3: Public classes
Class, vec4: Public classes
Class, vec4: Public classes
Class, vertex-attrib: Public classes
Class, vertex-attrib: Public classes
Class, vertex-real: Public classes
Class, vertex-real: Public classes
Class, vertex-stream: Public classes
Class, vertex-stream: Public classes
Class, vertex-vec2: Public classes
Class, vertex-vec2: Public classes
Class, vertex-vec3: Public classes
Class, vertex-vec3: Public classes
Class, vertex-vec4: Public classes
Class, vertex-vec4: Public classes
Class, video: Public classes
Class, video: Public classes
Class, warning: Public classes
Class, wrapper: Public classes
close-memory-cb: Public classes
color-set: Public classes
color-set: Public classes
Condition, fbx-error: Public conditions
Condition, fbx-panic: Public conditions
Condition, fbx-warning: Public conditions
Condition, inflate-error: Public conditions
conditions.lisp: The cl-fbx/conditions․lisp file
connection: Public classes
connection: Public classes
constraint: Public classes
constraint: Public classes
constraint-target: Public classes
constraint-target: Public classes
coordinate-axes: Public classes
coordinate-axes: Public classes
curve-point: Public classes
curve-point: Public classes

D
display-layer: Public classes
display-layer: Public classes
documentation.lisp: The cl-fbx/documentation․lisp file
dom-node: Public classes
dom-node: Public classes
dom-value: Public classes
dom-value: Public classes

E
edge: Public classes
edge: Public classes
element: Public classes
element: Public classes
empty: Public classes
empty: Public classes
error: Public classes
error-frame: Public classes
evaluate-opts: Public classes
evaluate-opts: Public classes

F
face: Public classes
face: Public classes
face-group: Public classes
face-group: Public classes
fbx-error: Public conditions
fbx-file: Public classes
fbx-file-pointer: Private classes
fbx-file-stream: Private classes
fbx-panic: Public conditions
fbx-string: Public classes
fbx-warning: Public conditions
File, cl-fbx.asd: The cl-fbx/cl-fbx․asd file
File, conditions.lisp: The cl-fbx/conditions․lisp file
File, documentation.lisp: The cl-fbx/documentation․lisp file
File, file.lisp: The cl-fbx/file․lisp file
File, low-level.lisp: The cl-fbx/low-level․lisp file
File, package.lisp: The cl-fbx/package․lisp file
File, wrapper.lisp: The cl-fbx/wrapper․lisp file
file.lisp: The cl-fbx/file․lisp file
foreign-vector: Public classes

G
geometry-cache: Public classes
geometry-cache: Public classes
geometry-cache-data-opts: Public classes
geometry-cache-data-opts: Public classes
geometry-cache-opts: Public classes
geometry-cache-opts: Public classes

I
immediate-foreign-vector: Private classes
inflate-error: Public conditions
inflate-input: Public classes
inflate-input: Public classes
inflate-retain: Public classes
inflate-retain: Public classes

K
keyframe: Public classes
keyframe: Public classes

L
light: Public classes
light: Public classes
line-curve: Public classes
line-curve: Public classes
line-segment: Public classes
line-segment: Public classes
list: Public classes
load-opts: Public classes
load-opts: Public classes
lod-group: Public classes
lod-group: Public classes
lod-level: Public classes
lod-level: Public classes
low-level.lisp: The cl-fbx/low-level․lisp file

M
marker: Public classes
marker: Public classes
material: Public classes
material: Public classes
material-fbx-maps: Public classes
material-fbx-maps: Public classes
material-feature-info: Public classes
material-feature-info: Public classes
material-features: Public classes
material-features: Public classes
material-map: Public classes
material-map: Public classes
material-pbr-maps: Public classes
material-pbr-maps: Public classes
material-texture: Public classes
material-texture: Public classes
matrix: Public classes
matrix: Public classes
mesh: Public classes
mesh: Public classes
mesh-material: Public classes
mesh-material: Public classes
metadata: Public classes
metadata: Public classes
metadata-object: Public classes
metadata-object: Public classes

N
name-element: Public classes
name-element: Public classes
node: Public classes
node: Public classes
nurbs-basis: Public classes
nurbs-basis: Public classes
nurbs-curve: Public classes
nurbs-curve: Public classes
nurbs-surface: Public classes
nurbs-surface: Public classes
nurbs-trim-boundary: Public classes
nurbs-trim-boundary: Public classes
nurbs-trim-surface: Public classes
nurbs-trim-surface: Public classes

O
open-file-cb: Public classes
open-file-info: Public classes
open-memory-opts: Public classes
org.shirakumo.fraf.fbx: The org․shirakumo․fraf․fbx package
org.shirakumo.fraf.fbx.cffi: The org․shirakumo․fraf․fbx․cffi package

P
Package, org.shirakumo.fraf.fbx: The org․shirakumo․fraf․fbx package
Package, org.shirakumo.fraf.fbx.cffi: The org․shirakumo․fraf․fbx․cffi package
package.lisp: The cl-fbx/package․lisp file
packed-foreign-vector: Private classes
panic: Public classes
pose: Public classes
pose: Public classes
procedural-geometry: Public classes
procedural-geometry: Public classes
progress: Public classes
progress-cb: Public classes
prop: Public classes
prop: Public classes
prop-override: Public classes
prop-override: Public classes
props: Public classes
props: Public classes

Q
quat: Public classes
quat: Public classes

S
scene: Public classes
scene: Public classes
scene-settings: Public classes
scene-settings: Public classes
selection-node: Public classes
selection-node: Public classes
selection-set: Public classes
selection-set: Public classes
shader: Public classes
shader: Public classes
shader-binding: Public classes
shader-binding: Public classes
shader-prop-binding: Public classes
shader-prop-binding: Public classes
shader-texture: Public classes
shader-texture: Public classes
shader-texture-input: Public classes
shader-texture-input: Public classes
skin-cluster: Public classes
skin-cluster: Public classes
skin-deformer: Public classes
skin-deformer: Public classes
skin-vertex: Public classes
skin-vertex: Public classes
skin-weight: Public classes
skin-weight: Public classes
stereo-camera: Public classes
stereo-camera: Public classes
stream: Public classes
string: Public classes
subdivide-opts: Public classes
subdivide-opts: Public classes
subdivision-result: Public classes
subdivision-result: Public classes
subdivision-weight: Public classes
subdivision-weight: Public classes
subdivision-weight-range: Public classes
subdivision-weight-range: Public classes
surface-point: Public classes
surface-point: Public classes
System, cl-fbx: The cl-fbx system

T
tangent: Public classes
tangent: Public classes
tessellate-curve-opts: Public classes
tessellate-curve-opts: Public classes
tessellate-surface-opts: Public classes
tessellate-surface-opts: Public classes
texture: Public classes
texture: Public classes
texture-file: Public classes
texture-file: Public classes
texture-layer: Public classes
texture-layer: Public classes
topo-edge: Public classes
topo-edge: Public classes
transform: Public classes
transform: Public classes

U
unknown: Public classes
unknown: Public classes
uv-set: Public classes
uv-set: Public classes

V
vec2: Public classes
vec2: Public classes
vec3: Public classes
vec3: Public classes
vec4: Public classes
vec4: Public classes
vertex-attrib: Public classes
vertex-attrib: Public classes
vertex-real: Public classes
vertex-real: Public classes
vertex-stream: Public classes
vertex-stream: Public classes
vertex-vec2: Public classes
vertex-vec2: Public classes
vertex-vec3: Public classes
vertex-vec3: Public classes
vertex-vec4: Public classes
vertex-vec4: Public classes
video: Public classes
video: Public classes

W
warning: Public classes
wrapper: Public classes
wrapper.lisp: The cl-fbx/wrapper․lisp file