Category:Ko/QC Commands: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (obsolete language category)
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{otherlang2
{{lang|Category:QC Commands}}
|en=Category:QC_Commands
{{finishtranslation}}
|fr=Category:QC_Commands:fr
{{Note|이 문서는 아직 완성이 되지 않았습니다. [[category_talk:QC Commands]] {{en}} 에서 체크 리스트를 확인하고 [[QC]] {{en}} 문서에 대한 추가 보완 작업을 해야 합니다. }}
|ru=QC_command:ru
}}
{{note|이 문서는 아직 완성이 되지 않았습니다. [[category_talk:QC Commands]]에서 체크 리스트를 확인하고 [[Qc|QC]] 문서에 대한 추가 보완 작업을 해야 합니다. }}


{{category header|background-color=#E0E0E0|border-color=lightgray}}
{{category header|background-color=#E0E0E0|border-color=lightgray}}
Line 11: Line 8:
== 시작해 봅시다.==
== 시작해 봅시다.==


* '''[[Compiling a model|컴파일 모델]]'''  
* '''{{L|Compiling a model|컴파일 모델}}'''  
* [[Qc|QC 파일  기본 참고서]]  
* [[QC|QC 파일  기본 참고서]] {{en}}
* [[Studiomdl|StudioMDL 사용법]]
* [[Studiomdl|StudioMDL 사용법]] {{en}}


== 필수 사항 ==
== 필수 사항 ==


*[[$modelname:ko|$modelname]] - 모델 이름
*{{ent:ko|$modelname}} - 모델 이름
*[[$body:ko]$body] (or [[$model (QC):ko|$model]])
*{{ent:ko|$body}} (or <code>{{L|$model (QC)|$model}}</code>)


== 텍스쳐 ==
== 텍스쳐 ==
*[[$renamematerial]]
*{{ent:ko|$renamematerial}}
*[[$texturegroup]] (multiple skins)
*{{ent:ko|$texturegroup}} (multiple skins)
*[[$cdmaterials]]
*{{ent:ko|$cdmaterials}}
*[[$surfaceprop]]
*{{ent:ko|$surfaceprop}}
*[[$jointsurfaceprop]]
*{{ent:ko|$jointsurfaceprop}}


== 충돌 검사 ==
== 충돌 검사 ==
 
*'''{{ent:ko|$collisionmodel}}''' 와 '''{{ent:ko|$collisionjoints}}'''
*'''[[$collisionmodel]]''' 와 '''[[$collisionjoints]]'''
*<code>{{L|Prop Data|prop_data}}</code> (using {{ent:ko|$keyvalues}})
*[[Prop Data|prop_data]] (using [[$keyvalues]])
*{{ent:ko|$jigglebone}} {{hl2ep2|suf=:ko|since}}
*[[$jigglebone]]
*'''{{ent:ko|$hbox}}'''
*'''[[$hbox]]'''
*{{ent:ko|$hboxset}}
*[[$hboxset]]
*{{ent:ko|$contents}}
*[[$contents]]


== 애니메이션 ==
== 애니메이션 ==
 
*'''{{ent:ko|$sequence}}'''
*'''[[$sequence]]'''
*'''{{ent:ko|$animation}}'''
*'''[[$animation]]'''
*{{ent:ko|$declaresequence}}
*[[$declaresequence]]
*{{ent:ko|$ikchain}}
*[[$ikchain]]
*{{ent:ko|$weightlist}}
*[[$weightlist]]
*{{ent:ko|$poseparameter}}
*[[$poseparameter]]
*{{ent:ko|$proceduralbones}}
*[[$proceduralbones]]
*{{ent:ko|$append}}
*[[$append]]
*{{ent:ko|$maxverts}}
*[[$maxverts]]


== 뼈대 ==
== 뼈대 ==
 
*{{ent:ko|$root}}
*[[$root]]
*{{ent:ko|$hierarchy}}
*[[$hierarchy]]
*{{ent:ko|$definebone}}
*[[$definebone]]
*{{ent:ko|$bonemerge}}
*[[$bonemerge]]
*{{ent:ko|$animblocksize}}
*[[$animblocksize]]
*{{ent:ko|$realignbones}}
*[[$realignbones]]
*{{ent:ko|$jointsurfaceprop}}
*[[$jointsurfaceprop]]
*{{ent:ko|$contents}}
*[[$contents]]
*{{ent:ko|$jointcontents}}
*[[$jointcontents]]
*{{ent:ko|$alwayscollapse}}
*[[$alwayscollapse]]


{{category newcolumn|rowspan=1|width=50%|background-color=#FBF7EA|border-color=#E4DCCD}}
{{category newcolumn|rowspan=1|width=50%|background-color=#FBF7EA|border-color=#E4DCCD}}
Line 65: Line 59:
== 소스엔진 제공 도구 ==
== 소스엔진 제공 도구 ==


*'''[[$keyvalues]]'''
*'''{{ent:ko|$keyvalues}}'''
*[[$include]]
*{{ent:ko|$include}}
*[[$includemodel]]
*{{ent:ko|$includemodel}}
*[[$scale]]
*{{ent:ko|$scale}}
*[[$autocenter]]
*{{ent:ko|$autocenter}}
*[[$upaxis]]
*{{ent:ko|$upaxis}}
*[[$pushd]] and [[$popd]]
*{{ent:ko|$pushd}} and {{ent:ko|$popd}}
*[[$definemacro]] and [[$definevariable]]
*{{ent:ko|$definemacro}} and {{ent:ko|$definevariable}}
*[[$continue]]
*{{ent:ko|$continue}}
*[[$cmdlist]]
*{{ent:ko|$cmdlist}}
*[[$centerbonesonverts]]
*{{ent:ko|$centerbonesonverts}}


{{category cell|background-color=white|border-color=white}}
{{category cell|background-color=white|border-color=white}}
Line 81: Line 75:
== 성능 ==
== 성능 ==


*[[$staticprop]]
*{{ent:ko|$staticprop}}
*[[$lod]]
*{{ent:ko|$lod}}
*[[$shadowlod]]
*{{ent:ko|$shadowlod}}
*[[$collapsebones]]
*{{ent:ko|$collapsebones}}
*[[$alwayscollapse]]
*{{ent:ko|$alwayscollapse}}
*[[$opaque]]
*{{ent:ko|$opaque}}
*[[$mostlyopaque]]
*{{ent:ko|$mostlyopaque}}
*[[$animblocksize]]
*{{ent:ko|$animblocksize}}
*[[$sectionframes]]
*{{ent:ko|$sectionframes}}
*[[$noforcedfade]]
*{{ent:ko|$noforcedfade}}


{{category cell|background-color=#FBF7EA|border-color=#E4DCCD}}
{{category cell|background-color=#FBF7EA|border-color=#E4DCCD}}


== 조명 ==
== 조명 ==
 
*{{ent:ko|$illumposition}}
*[[$illumposition]]
*{{ent:ko|$constantdirectionallight}}
*[[$constantdirectionallight]]
*{{ent:ko|$ambientboost}}
*[[$ambientboost]]


{{category cell|background-color=white|border-color=white}}
{{category cell|background-color=white|border-color=white}}


== 얼굴 애니메이션 ==
== 얼굴 애니메이션 ==
 
*'''<code>{{L|$model (QC)|$model}}</code>'''
*'''[[$model (QC)|$model]]'''
*{{ent:ko|$eyeposition}}
*[[$eyeposition]]


{{category cell|background-color=#FBF7EA|border-color=#E4DCCD}}
{{category cell|background-color=#FBF7EA|border-color=#E4DCCD}}


== 모델 배치 ==
== 모델 배치 ==
 
*{{ent:ko|$attachment}}
*[[$attachment]]
*{{ent:ko|$origin}}
*[[$origin]]
*{{ent:ko|$collisiontext}} (gibs)
*[[$collisiontext]] (gibs)
*{{ent:ko|$autocenter}}
*[[$autocenter]]


{{category end}}
{{category end}}
__NOTOC__
__NOTOC__{{ACategory|Modeling}}
[[Category:Modeling]]

Latest revision as of 04:30, 22 August 2024

English (en)Español (es)Français (fr)한국어 (ko)Русский (ru)中文 (zh)Translate (Translate)
Info content.png
This page has not been fully translated.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.(en)
Note.png메모:이 문서는 아직 완성이 되지 않았습니다. category_talk:QC Commands English 에서 체크 리스트를 확인하고 QC English 문서에 대한 추가 보완 작업을 해야 합니다.

시작해 봅시다.

필수 사항

텍스쳐

충돌 검사

애니메이션

뼈대

소스엔진 제공 도구

성능

조명

얼굴 애니메이션

모델 배치

Pages in category "Ko/QC Commands"

The following 6 pages are in this category, out of 6 total.