Jump to content

Search the Community

Showing results for tags 'IMG_File display driver'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Lounge/General chat
    • Education
    • Jobs
    • Marketplace
  • Houdini
    • General Houdini Questions
    • Effects
    • Modeling
    • Animation & Rigging
    • Lighting & Rendering + Solaris!
    • Compositing
    • Games
    • Tools (HDA's etc.)
  • Coders Corner
    • HDK : Houdini Development Kit
    • Scripting
    • Shaders
  • Art and Challenges
    • Finished Work
    • Work in Progress
    • VFX Challenge
    • Effects Challenge Archive
  • Systems and Other Applications
    • Other 3d Packages
    • Operating Systems
    • Hardware
    • Pipeline
  • od|force
    • Feedback, Suggestions, Bugs

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Name


Location


Interests

Found 1 result

  1. Hi, Using the IMG_Raw.C example, I am writing out a custom format/display-driver. However, when I started adding "Extra Image Planes" in the mantra ROP, I noticed that each plane triggers a new instance of my IMG_File derived class, I believe that's cause by the call to IMG_Format::create(). Is the above to be expected and one should handle that in the ::create() method to only create one instance ? If not, what would be the correct approach ? Is there example code which handles multiple planes ? For my use case, I want perform the display-driver initialization once for all the planes and iterate each plane's data to send to the display application. Cheers
×
×
  • Create New...