Search the Community
Showing results for tags 'HDK'.
-
Hello, I started learning hdk. I need to find a nearest point, what the best way to do this? I have an example code in attachments. But it doesn't work as expected. Thanks sandDunes.cpp sandDunes.h
- 4 replies
-
- npt
- nearest point
-
(and 1 more)
Tagged with:
-
My First Try in Houdini HDK Customized the houdini file handler helper to accept custom paths. Python script integrated into Cpp to solve asset/shot logic. Still need to improvise a lot for production release . #houdini #hdk #c++ #python Cheers!!
-
Hi! Could anybody please share compiled version of houdini-geo-vox (https://github.com/ttvd/houdini-geo-vox) plugin for Houdini 18.5? I need a version for windows. Do you know any other methods to load MagicaVoxel files into Houdini? Regards, Oleg Solovjov
-
- voxel
- magicavoxel
-
(and 3 more)
Tagged with:
-
Greetings! I have recently started using the hdk to build a custom plug-in (which consist of a SOP Node that modify a heightfield) and I have encountered a deadend (actually more than one, but this forum provided me a lot of help ^^) In a few words, I am creating a SpareParm by getting the...
-
I found an interesting Java snippet, which generates a large three-dimensional array. I would like to generate different variations of this and send it to Houdini for further processing. This 3D array barely fits into a single computer memory, so I would like to build a (bear with me) distribut...
-
Youtube Dome: https://youtu.be/dr50dKeyD0Y Selling Link: https://gum.co/WdgZe FUNCTION: This SOP(support SOP compilable) can generate geodesic shortest between sources and targets, and both sources and targets can be points on faces(can be specified by primnum and primuv attribute) or just a...
- 2 replies
-
- 1
-
-
- compilable
- geodesic
-
(and 2 more)
Tagged with:
-
Youtube Dome: https://youtu.be/eUQsIatfFEE Selling Link: https://gum.co/QRpnO This SOP(Support SOP Compilable) provides a much better polygon offsetting algorithm with NO ERROR, compare to the intrinsic "polyexpand2d" SOP. And It also has more control of offsetting function. For example, it can...
-
- polygon offset
- clipper
-
(and 1 more)
Tagged with:
-
Youtube Dome: https://youtu.be/07wakho5z6o [youtu.be] Selling Link: https://gum.co/YHJgy [gum.co] This SOP(Support SOP Compilable) Provides 7 algorithms to simplify your polygons: { Nth Point, Radial Distance, Perpendicular Distance, Reumann Witkam, Opheim, Lang, Douglas Peucker N } with corres...
-
- hdk
- polyline simplify
-
(and 1 more)
Tagged with:
-
Hello, devs, I have compiled geoisosurface.C but running geoisosurface.exe raise an error: Entry Point Not Found. The procedure entry point gzdirect could not be located in the dynamic link library C:\Program Files\Side Effects Software\Houdini 18.0.460\bin\libxml2.dll If I place geoisos...
-
I am trying to resurrect an old version of a Houdini plugin that no longer works with newer versions of Houdini. I've tracked down the issue to a segfault happening in the file $HFS/toolkit/include/openvdb/Grid.h , where the function Grid<TreeT>::setTree(TreeBase::Ptr tree) is checking the type of t...
-
Hello, I am trying to start Learning Houdini HDK so i started by compiling the sample files. I managed to compile with hcustom, everything worked fine so i tried with cmake. generating the project worked but when i open the solution file in visual studio and i build i get a lot of errors saying...
-
ACM Transactions on Graphics "Generalized non-reflecting boundaries for fluid re-simulation" How do I build the HDK for this paper? website: http://alas.dk/publications/2016/GNRBfFRS/ Download HDK Source Code: http://pub.ist.ac.at/group_wojtan/projects/2016_Bojsen-Hansen_GNRBfFRS/2016...
-
Hello, I'd like to perform matrix multiplication between 2 of 3x3 matrices(not coefficient-wise) and outer product between 2 vectors using HDK. So I'd like to know if the * operator supports matrix multiplication and outer product of vectors as in the example code below. UT_Matrix3 A = ......
-
hello everyone,i'm learning c++ and I'm new to Houdini HDK. I was reading another topic, someone told that you can use example files and manipulate them. so I have some questions for you: as you can see the header code and it's definition namespace HDK_Sample { /// Run a sin() wav...
-
Hello, guys! For example, I have a button with a callback function and some float value: PRM_Template(PRM_CALLBACK, 1, &someBtnName, 0, 0, 0, &callbackFunc), PRM_Template(PRM_FLT, TOOL_PARM, 1, &someValueName, PRMzeroDefaults), ... int callbackFunc(void *data, int index, fp...
-
Hello, I'm working on a big project which uses 3rd party library and I get some strange results if I try to interrupt my nodes. At first i thought that I'm doing something wrong and UT_AutoInterrupt send to callback of this library is not working properly, so I took example node that comes with...
-
hello, nowadays I'm working on Houdini HDK I created a discord server to help each other this is the discord's link: https://discord.gg/RtNRscp and this is my blog:https://aminkhormaei1.wixsite.com/base i put solutions inside my blog. please share this post,...
-
Hi, I want to start learning the hdk and by creating simple standalone application. I managed to get the example of the docs compiling and it is creating a sphere so everything is fine. For that, I was using a simple console application. But as soon as I add the Qt5 Core library so I can c...
-
I wrote an article that is probably only of interest for the .1% It is a crash introduction to HDK, C++ and the mesh laplacian. https://mbaadsgaard.com/portfolio/laplacian-eigenvector-plugin-for-houdini/ Feedback is, of course, also welcome
-
Hi everyone! I've made an illustration video-tutorial about the Heat Method application to point clouds by Keenan Crane et al, Yang Liu et al and others.