Jump to content

Search the Community

Showing results for tags 'documentation'.

  • 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 2 results

  1. Hey, I have been reading the houdini manual section on vex. I must be understanding the documentation incorrectly. For instance, here is the syntax in the documentation for "if" statement: if (condition) statement_if_true [else statement_if_false] What I don't understand is that syntax doesn't work. If I write: if (@id < 60) force.y = 20 [else force.y = -20]; that does't actually work. I must write this: if (@id < 60) force.y = 20; else (force.y = -10); Writing it that way works. Why would it show the syntax the other way if it doesn't work? Thanks
  2. Under the "Mantra ROP Parameters affecting photon maps" section the documentation says the shading limit parameters and allowable paths affect the generation of the photon map. From my testing these parameters seem to have no effect, could someone please confirm? https://www.sidefx.com/docs/current/nodes/obj/indirectlight
×
×
  • Create New...