» FileTexture (EX9.Texture)
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

FileTexture (EX9.Texture)

Help allows image files to be used as textures in the DX window
Author vvvv group

Here you are supposed to see an image (rendered with SVG) describing the pins of this node. However, this does not work with Internet Explorer. You may want to consider using another browser, like FireFox, Chrome, Safari or Opera that do support SVG.

Credits
Warnings
Bugs

related discussions

start a forum thread about this node

about FileTexture (EX9.Texture)

Preloading Textures
Preloading a texture means making & keeping it available in the memory of your graphics card, indifferent of its current visibility. This prevents the render output from stuttering when a lot of new textures are loaded (because they are already in memory and don't need to be loaded). Instead, all of the textures are loaded at startup.

To preload textures, point the FileTexture (EX9.Texture) to the files you need preloaded. Chain the FileTexture (EX9.Texture) into a Quad (DX9), the quad into a Group (EX9), and the group into your Renderer (EX9) (or any other group that leads there). If you have previously opened a Renderer (TTY), you will see your texture being loaded. You can disable the Group (EX9) so the quad is invisible; the textures will still be loaded.

Whenever the patch containing this construction starts, the textures are loaded right at the beginning - it will take a bit longer to start, but no longer stutter during runtime (provided that all of the critical textures are preloaded).


Important Note
As mentioned in the Rendering FAQ]: A filetexture can only be shared between nodes if they not only have the same filename, but also the same options (including width, height, textureformat,...).


Cube Textures
Volume Textures
when you want to load a cubetexture and you are wondering why it doesn't work:
you have to set the Type-pin to CubeTexture.
this pin is "invisible" by default; means it is only visible in the Inspektor.
it's default value is Texture, not CubeTexture or VolumeTexture

anonymous user login

Shoutbox

~3d ago

joreg: New beginner video tutorial: World Cities https://youtu.be/ymzrK7tZLBI

~3d ago

catweasel: https://colour-burst.com/2023/01/26/macroscopic/ yeah, ' is there anyone who cares about slides anymore...' Well me for a start! :D

~12d ago

ventolinmono: The ELMO TRV-35 slides into your video feed > https://youtu.be/pcIM9mh1c9k?si=iB4FOfI2D6y0iETy

~22d ago

joreg: The summer season of vvvv workshops is now complete, but you can still get access to all the recordings: https://thenodeinstitute.org/ss24-vvvv-intermediates/

~1mth ago

~1mth ago

joreg: Workshop on 01 08: Augmented Reality using OpenCV, signup here: https://thenodeinstitute.org/courses/ss24-vvvv-augmented-reality-using-opencv-in-vvvv/

~2mth ago

joreg: Workshop on 18 07: Fluid simulations in FUSE, signup here: https://thenodeinstitute.org/courses/ss24-vvvv-fluid-simulations-in-fuse/

~2mth ago

joreg: Workshop on 17 07: Working with particles in FUSE, signup here: https://thenodeinstitute.org/courses/ss24-vvvv-working-with-particles-in-fuse/

~2mth ago

joreg: Here's what happened in June in our little univvvverse: https://visualprogramming.net/blog/2024/vvvvhat-happened-in-june-2024/

~2mth ago

joreg: We're starting a new beginner tutorial series. Here's Nr. 1: https://visualprogramming.net/blog/2024/new-vvvv-tutorial-circle-pit/