SoFramebufferSampler3D¶
- InventorModule¶
genre
author
package
dll
definition
inherits from
Purpose¶
The module SoFramebufferSampler3D provides an OpenGL framebuffer object as a shading language sampler3d.
Windows¶
Default Panel¶
Input Fields¶
child¶
- name: child, type: SoNode¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
Name¶
- name: name, type: String¶
Enable Border¶
- name: enableBorder, type: Bool, default: FALSE¶
Border Color¶
- name: borderColor, type: Vector4, default: 0 0 0 0¶
Min Filter¶
- name: minFilter, type: Enum, default: LINEAR¶
Mag Filter¶
- name: magFilter, type: Enum, default: LINEAR¶
Wrap S¶
- name: wrapS, type: Enum, default: REPEAT¶
Wrap T¶
- name: wrapT, type: Enum, default: REPEAT¶
Clear Color¶
- name: clearColor, type: Color, default: 0 0 0¶
Clear Alpha¶
- name: clearAlpha, type: Float, default: 1, minimum: 0, maximum: 1¶
Color Buffer Format¶
- name: colorBufferFormat, type: Enum, default: RGBA¶
Depth Buffer Target¶
- name: depthBufferTarget, type: Enum, default: RENDERBUFFER¶
Stencil Buffer¶
- name: stencilBuffer, type: Bool, default: FALSE¶
Use Size Hints¶
- name: useSizeStateHints, type: Bool, default: FALSE¶
Use Format Hints¶
- name: useFormatStateHints, type: Bool, default: FALSE¶
Use Separate Render Action¶
- name: useSeparateRenderAction, type: Bool, default: FALSE¶
Size¶
- name: size, type: IntVector3, default: 64 64 64¶
Wrap R¶
- name: wrapR, type: Enum, default: REPEAT¶
Defines the wrapping mode in r dimension.
Values:
Title |
Name |
|---|---|
Repeat |
REPEAT |
Clamp |
CLAMP |
Clamp To Edge |
CLAMP_TO_EDGE |
Clamp To Border |
CLAMP_TO_BORDER |
Mirrored Repeat |
MIRRORED_REPEAT |