Giter VIP home page Giter VIP logo

vdb_activate_from_points's Introduction

VDB activate from points

A SOP node created in HDK which activates voxels in VDB volume at positions of input pointcloud. You can check a tutorial I wrote about writhing this tool.

Setup guide

1. clone this repository, create a folder for building
$ git clone https://github.com/jtomori/VDB_activate_from_points.git
$ cd VDB_activate_from_points
$ mkdir build
2. source Houdini environment variables
$ cd /opt/hfs16.0.736
$ source houdini_install
3. if g++ command in your environment refers to version different from Houdini one
$ export CC=/usr/bin/gcc-4.8
$ export CXX=/usr/bin/g++-4.8
4. set compiler flag and build using Houdini hcustom util
$ export HCUSTOM_CFLAGS="-DOPENVDB_3_ABI_COMPATIBLE"
$ hcustom -i build/ -e -L $HDSO -l openvdb_sesi src/vdb_activate_from_points.C
5. enable displaying of DSO errors (for debugging) and tell Houdini where to find the node, run Houdini and use the node :)
$ export HOUDINI_DSO_ERROR=1
$ export HOUDINI_DSO_PATH="/your_path/VDB_activate_from_points/build:&"
$ houdini -foreground

Thanks

I would like to thank Ostap Pochtarenko for support, good ideas and helping with code :) Also to helpful posts at sidefx and odforce forums and Deborah R Fowler's great resources.

vdb_activate_from_points's People

Contributors

jtomori avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.