Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
You have to do it manually.
1. Create a box
2. Create a plane
3. Select faces of box and apply shade smooth
4. Select faces of plane and apply shade smooth
5. Export the model
However the mesh is still a single convex mesh when tested in HLMV or in game. I have enabled $concave in qc.
If you (or someone) had an example .smd for a physics mesh with multiple concave sections, I could compare that to mine and see what I'm doing wrong.
EDIT: I thought a bit more about how does Source detect different collision meshes. I assume it is from faces that have edges with matching normals (as that's what AFAIK shade smooth would do)? In that case I might need to use something better than a plane.
EDIT2: Yup, seems to work a lot better! Thanks for help.