CG에 관련한 다양한 튜터리얼이나 도움이 될만한 자료를 올려주세요. 항상 업그레이드가 가능할 수 있도록 살아있는 데이타베이스가 되도록 노력합니다. 

Subcategories from this category:

Happy rendering with VEX, Tutorial & Tips, Blogs

Python+Qt and Console base tab completion


  966 Hits

SublimeREPL 를 Python IDLE 로 활용


  1161 Hits

Houdini VEX Editor

  936 Hits

프로젝트 파일의 쉬운 공유를 위한 폴더 변수 맞추기

평소에 프로젝트 폴더를 Git이든 뭐든 주고받다 보면, 폴더위치가 똑같이 맞춰지지 않았기 때문에 골치아프고 그렇죠? 예를들어 보면,  내 컴퓨터에는 c:\job\myjob\ 이라는 폴더에 프로젝트가 있고, 상대방의 컴퓨터에는 d:\works\ 라는 폴더에 프로젝트가 있다고 가정해봅시다. 이렇게 되면, jGlobals 같은 노드를 써도, 편하게 저장을 못하고 결국 다른이름으로 저장 같은것을 해야하는 귀찮음과 짜증이 생기죠?



Continue reading
  1938 Hits

SIGGRAPH Asia 2015 in Kobe + 일본여행기

  1234 Hits
Tags:

SIGGRAPH Asia 2015 in Kobe

  1543 Hits

OS X Target HFS

​맥 os x에서  HQueue렌더셋업에서 Target HFS는 다음과 같이 잡아주면 되는군요. /Library/Frameworks/Houdini.framework/Versions/Current/Resources

  1067 Hits

Happy Rendering with VEX에서 필요한 Header File

​Happy Rendering With VEX 에서 필요한 Header File 입니다. 가장 필수적으로 필요한 것은 vexnotes.h 이고 일부만 STREE_math.h, STREE_feathery.h 가필요한데 시작할 때 같이 추가하거나 참고하시면 좋을 것 같습니다. 소스코드와 첨부파일로 Header File같이 올립니다. 추가경로 : $HOME\Houdini VERSION\houdini\vex\include zip File Name: HappyRendering_Headers.zip File Size: 2 kb Download File ​vexnotes.h /* * Pr...

Continue reading
  1175 Hits
Tags:
VEX

speckles.vfl

/* Name : speckles.vfl * * Produced By : Keita Maeda * Modifed By : 정현준 * Shader 소개 : 작은반점들이 혼합된 shader입니다. */// PRAGMA SECTION //#pragma label startColor ""#pragma hint startColor color#pragma label color2 ""#pragma hint color2 color#pragma label color3 ""#pragma hint color3 color#pragma label color4 ""#pragma hint color4 color#pragma label color5...

Continue reading
  1065 Hits

lizard.vfl

/* Name : lizard.vfl * * Produced By : Keita Maeda * Modifed By : 정현준 * Shader 소개 : 도마뱀 무늬를 가진 shader입니다. */// PRAGMA// global-header#include "math.h"#include "prman.h"#include "shading.h"#include "pop.h"#include "STREE_math.h"// main-opensurface lizard(){ // main-header float lizard_6_OUT; vector plastic_1_OF; vector plastic_1_CF; // main-body // ...

Continue reading
  1024 Hits