메뉴 건너뛰기

본문시작

V-ray
2008.03.29 21:22

안티알리아싱 기술자료

조회 수 881 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
Extra Form
V-ray 안티알리아싱 기술자료.


























General


Parameters


Fixed rate sampler


Adaptive DMC sampler


Adaptive subdivision sampler


Notes




General




In V-Ray, an image sampler
refers to an algorithm for sampling and filtering the image function,
and producing the final array of pixels that constitute the rendered
image.



 



V-Ray implements several algorithms for sampling an image.
All image samplers support MAX's standard antialiasing filters,
although at the cost of increased rendering time. You can choose
between Fixed rate
sampler, Adaptive DMC
sampler and Adaptive subdivision
sampler.





Parameters




[Image sampler rollout]



Image sampler



 




Type
- specifies the image sampler type:



 




Fixed
- this sampler always takes the same number of samples per pixel;



 



Adaptive DMC
-
this
sampler takes a variable number of samples per pixel depending on the
difference in the intensity of the pixels;



 



Adaptive subdivision
-
this sampler divides the image into an adaptive grid-like structure and
refines depending on the difference in pixel intensity.





 



Antialiasing filter



 



This section allows you to choose an antialiasing filter.
All standard
3ds Max filters are supported with the exception of the Plate Match filter. See the Examples section
for more information on antialiasing filters.





Fixed
rate

sampler




[Fixed sampler]This is the simplest image
sampler, and it takes a fixed
number of samples for each pixel.



 



Subdivs -
determines number of samples per pixel. When this is set to 1, one
sample
at the center of each pixel is taken. If this is greater than 1, the
samples are distributed within the pixel. The actual number of pixels
is the square of this parameter (e.g. 4
subdivs produce 16
samples per pixel).






Adaptive
DMC

sampler




[Adaptive DMC sampler]This sampler makes a variable number of samples
per pixel
based on the difference in intensity between the pixel and its
neighbors. 



 



This is the preferred sampler for images with lots of small
details (like VRayFur,
for example) and/or blurry effects (DOF, motion blur, glossy
reflections etc). It also takes up less RAM than the Adaptive subdivision sampler.




 



Min subdivs
- determines the initial (minimum) number of samples taken
for each pixel. You will rarely need to set this to more than 1, except
if you have very thin lines that are not captured correctly, or fast
moving objects if you use motion blur. The actual number of pixels is
the square of this number (e.g. 4
subdivs produce 16
samples per pixel).



 



Max subdivs
- determines the maximum number of samples for a pixel. The actual
maximum number of sampler is the square of this number (e.g. 4 subdivs produces a maximum of 16 samples). Note that V-Ray may
take less than the maximum number of samples, if the difference in
intensity of the neighbouring pixels is small enough.



 



Use DMC sampler
threshold
- when this is on (the default), V-Ray will use
the threshold specified in the DMC
sampler
to determine if more samples are needed for a pixel.
When this is off, the Color
threshold
parameter will be used instead.



 



Color threshold
- the threshold that will be used to determine if a pixel needs more
samples. This is ignored if the Use
DMC sampler threshold
option is on.



 



Show samples
- if this is on, V-Ray will show an image where the pixel brightness is
directly proportional to the number of samples taken at this pixel.
This is useful for fine-tuning the antialiasing of the image.





Adaptive
subdivision

sampler




[Adaptive subdivision sampler]This is an advanced image sampler capable of
undersampling
(taking less than one sample per pixel). In the absence of blurry
effects (direct GI, DOF, glossy reflection/reftaction etc) this is the
best preferred image sampler in V-Ray. On average it takes fewer
samples (and thus less time) to achieve the same image quality as the
other image samplers. However, with detailed textures and/or blurry
effects, it can be slower and produce worse results than the other two
methods.



 



Also note that this sampler takes up more RAM than the other
two samplers - see the Notes
below.



 



Min. rate
- controls minimum number of samples per pixel. A value of zero means
one sample per pixel; -1
means one sample every two pixels; -2
means
one sample every 4
pixels etc.



 



Max. rate
- controls maximum number of samples per pixel; zero means one sample
per pixel, 1 means four samples, 2 means eight samples etc.



 



Color threshold
- determines the sensitivity of the sampler to changes in pixel
intensity. Lower values will produce better results, while higher
values will be faster, but may leave some areas of similar intensity
undersampled.



 



Randomize samples
-
displaces the samples slightly to produce better antialiasing of nearly
horizontal or vertical lines.



 



Object outline
- this will cause the image sampler to always supersample object edges
(regardless of whether they actually need to be supersampled). This
option has no effect if DOF or motion blur is enabled.



 



Normals -
this will supersample areas with sharply varying normals. This option
has no effect if DOF or motion blur is enabled.



 



Show samples
- if this is on, V-Ray will show an image where the pixel brightness is
directly proportional to the number of samples taken at this pixel.
This is useful for fine-tuning the antialiasing of the image.





Notes



  • Which sampler to use for a given scene? The answer is best
    found with experiments, but here are some tips:





    • For smooth scenes with only a few blurry effects and
      smooth textures, the Adaptive
      subdivision
      sampler with its ability to undersample the
      image is unbeatable.





    • For images with detailed textures or lots of geometry
      detail and only a few blurry effects, the Adaptive
      DMC
      sampler performs best. Also in the case of animations
      involving detailed textures, the Adaptive
      subdivision
      sampler might produce jittering which the Adaptive DMC sampler avoids.





    • For complex scenes with lots of blurry effects and/or
      detailed textures, the Fixed rate
      sampler performs best and is very predictable with regards to the
      quality and render time.







  • A note on RAM usage:
    image samplers require substantial amount of RAM to store information
    about each bucket. Using large bucket sizes may take a lot of RAM. This
    is especially true for the Adaptive
    subdivision
    sampler, which stores all individual
    sub-samples taken within a bucket. The Adaptive
    DMC
    sampler and the Fixed
    rate
    sampler on the other hand only store the summed
    result of all sub-samples for a pixel and so usually require less RAM.







연구소

research

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 Advanced Render GI의 시대는 도래하는가..(GI 랜더러 비교) 16 file .피. 2011.06.20 4519
공지 모델링 연구 [아이디어 모집] 비누방울(거품, 거품막) 만들기 8 file 길동 2011.03.08 4241
40 FinalRender Final Render Stage-2 SP3 OSX 소개 동영상 6 버럭길동 2007.11.30 459
39 FinalRender 파랜 기계번역 17 장동원 2007.12.26 908
38 V-ray Vray 관련 사이트 3 버럭길동 2007.09.22 809
37 FinalRender M60 셋팅 2 file 버럭길동 2008.03.18 410
36 FinalRender 파렌 노드 구조 - 디스플레이스먼트(Displacement) 맵 10 file 박씨 2008.03.12 679
35 FinalRender 파렌 노드 재질 - Sub-Surface Scattering 5 file 버럭길동 2008.03.11 469
34 FinalRender fR Architectural 의 Use Round Corner 기능 6 file 버럭길동 2007.12.23 568
33 FinalRender 파이널 렌더 스테이지2 sp3a dr렌더거는법입니다. 5 박씨 2007.12.21 614
32 FinalRender C4D = FR 재질호환관련 리스트 4 버럭길동 2007.12.16 672
31 FinalRender 파이널널하게돌댕기다줏어온 찌라쉬인거같습니다....ㅡ,.ㅡ;;; 3 file 박씨 2007.12.21 636
30 FinalRender fRee Training Series cebas final render stage 1 3 박씨 2007.12.05 684
29 FinalRender Siggraph 2007 Video Demo with finalRender Stage-2 for C4D 8 버럭길동 2007.12.03 593
28 FinalRender Light Tags 2 버럭길동 2007.12.03 551
27 FinalRender Final Render Stage-2 SP1~3 기본 조작 동영상 8 버럭길동 2007.12.02 792
26 FinalRender Final Render Forum 6 file 버럭길동 2007.11.30 609
25 기타 랜더링 셋팅관련. 6 P. 2008.03.07 847
24 기타 Indigo render+c4d 9 file 박씨 2008.08.26 798
23 FinalRender 화이널렌더 헤어라인금속 재질만들기입니다. 4 file 박씨 2008.01.08 1150
22 FinalRender 물에관한 재질입니다. 4 file 박씨 2008.03.14 781
» V-ray 안티알리아싱 기술자료 버럭길동 2008.03.29 881
목록
Board Pagination Prev 1 2 3 4 Next
/ 4