'Programming/HDK'에 해당되는 글 4건

  1. 2013.03.16 Visual C++ 2008 에서 HDK 변수들
  2. 2013.01.08 HDK User Reference
  3. 2012.12.30 Compiling HDK Code
  4. 2012.12.26 Houdini Development Kit 관련 사이트




TP.docx


HDK로 컴파일하고 디버깅할 때 필요한 변수들.

'Programming > HDK' 카테고리의 다른 글

HDK User Reference  (0) 2013.01.08
Compiling HDK Code  (0) 2012.12.30
Houdini Development Kit 관련 사이트  (0) 2012.12.26
Posted by scii
:

HDK User Reference

Programming/HDK 2013. 1. 8. 02:49 |

HDK User Reference


Users writing plugins may appreciate a key for the library prefixes used in the HDK:


Prefix  Meaning

AU -     Audio

FS -     File System

GB -     Geometry Base Classes

GD -     Geometry Domain (2d profile curves)

GDT -     Geometry Delta. This is for the efficient representation of thedifferences between two geometries. It is used by the Edit, Paint, andsimilar SOPs.

GEO -     Geometry (3d)

GOP -     Geometry Group Operations. Has the pattern matching code used bySOPs.

GP -     Geometry Pasting (used for NURBs pasting)

GQ -     Geometry Quad Edge library

GU -     Geometry Utility (derives from GEO through multiple inheritence)

GVEX -     Wrapper for VEX to access Geometry

KIN -     Kinematics

SYS -     System Dependent

TS -     Metaball Kernel Library

UT -     Utility


'Programming > HDK' 카테고리의 다른 글

Visual C++ 2008 에서 HDK 변수들  (0) 2013.03.16
Compiling HDK Code  (0) 2012.12.30
Houdini Development Kit 관련 사이트  (0) 2012.12.26
Posted by scii
:

Compiling HDK Code

Programming/HDK 2012. 12. 30. 17:25 |

'Programming > HDK' 카테고리의 다른 글

Visual C++ 2008 에서 HDK 변수들  (0) 2013.03.16
HDK User Reference  (0) 2013.01.08
Houdini Development Kit 관련 사이트  (0) 2012.12.26
Posted by scii
:


http://www.sidefx.com/docs/hdk12.1/


sidefx사에서 제공하는 HDK 활용 설명서 





http://www.sidefx.com/docs/hdk12.1/hdk_changes_12_0.html


Houdini 12버전에서 바뀐 부분을 설명하는 페이지





Houdini Development Toolkit Documentation

Side Effects Software Inc. 1997


http://accad.osu.edu/~pete/Houdini/html/cmd/tcl.html


HDK 원리를 설명하는 페이지





Setting up the HDK for Houdini 12 with Visual Studio 2008


http://www.apileofgrains.nl/setting-up-the-hdk-for-houdini-12-with-visual-studio-2008/


HoudiniHDK_VisualStudio_2008.rar


윈도우 및 VS2008에서 HDK를 위한 설정들이 아주 잘 나와있다.




Houdini HDK Setting 동영상

http://vimeo.com/17195536

'Programming > HDK' 카테고리의 다른 글

Visual C++ 2008 에서 HDK 변수들  (0) 2013.03.16
HDK User Reference  (0) 2013.01.08
Compiling HDK Code  (0) 2012.12.30
Posted by scii
: