GeometryToTexture_v2 Op

GeometryToTexture

Convert vertices of a geometry to a data texture


Once triggered this operator converts a given geometry to an HDR texture where every pixel contains XYZ position data of the given geometry, represented with RGB values.


Edit Documentation

Full Name
  • Ops.Gl.Meshes.GeometryToTexture_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

Example Patch GeometryToTexture and PointCloudFromTexture

How to convert geometry into a usable Geometry Texture and then feed it into a PointCloudFromTexture operator.

Open In Editor

Youtube Video Tutorial

INPUT PORTS


Render (Trigger)
Geometry (Object:geometry)
Continously Update (Number:boolean )
Order index (Number:integer )
Content index (Number:integer )
Resize index (Number:integer )
New Size (Number)

Texture settings

Size index (Number:integer )
Tex Width (Number:integer )
filter index (Number:integer )
wrap index (Number:integer )
Pixel Format index (Number:integer )
Color Texture (Object:texture)

OUTPUT PORTS


Next (Trigger)
Total Vertices (Number)
Texture (Object)

Patches using GeometryToTexture_v2

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2022-09-15 09:37
Ops.User.pandur.Geom2Tex2 renamed to Ops.Dve.Geom2Tex2TESTuser avatarpandur - 2022-09-15 17:43
Ops.Dve.Geom2Tex2TEST renamed to Ops.Dev.Geom2Tex2TESTuser avatarpandur - 2022-09-15 17:43
Ops.Dev.Geom2Tex2TEST renamed to Ops.Gl.Meshes.GeometryToTexture_v2user avatarpandur - 2022-09-16 08:49
added core lib: cgl_shadermodifieruser avatarpandur - 2022-09-23 18:58
featureAdd Resize/Rescale option, resize vertices to new boundinguser avatarpandur - 2024-01-29 15:52
featureAdded "vertex color" output optionuser avatarpandur - 2024-02-14 12:36