Skip to main content
Glama
vino3dx
by vino3dx

mod_weightednormals

Destructive

Apply weighted normals by face area for crisper hard-surface baking. Adjust threshold and weight settings to improve low-poly normal maps.

Instructions

加权法线修改器:按面面积加权计算顶点法线,硬表面/低模烘焙法线时常用,比平滑更硬朗。 [English] Weighted Normals modifier: compute vertex normals weighted by face area. Common for hard-surface / low-poly normal bakes; gives a crisper look than smoothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo修改器名。 | Modifier name.
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit for selection.
thresholdNo权重阈值(度)。 | Weight threshold in degrees.
keepAffineNo保持仿射,默认否。 | Keep affine, default false.
weightByAreaNo按面积加权,默认是。 | Weight by area, default true.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=false and destructiveHint=true, so the agent knows this modifies state destructively. The description adds use-case context but no additional behavioral details beyond saying it computes normals and gives a crisper look, which is consistent. No contradiction, but also no extra transparency about side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the primary purpose and use case. The bilingual duplication (Chinese and English) repeats the same content, which adds length but serves different audiences; overall it is efficient without unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a modifier tool with fully documented parameters and no output schema, the description covers the key information an agent needs: what it does, typical use cases, and how it compares to smoothing. It could explicitly mention that it adds a modifier to the object's stack, but the name and context make this implicit, so it is reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so all five parameters are already described with names and defaults. The description mentions weight-by-area concept and threshold implicitly, but adds no syntax or format details beyond what the schema provides, so the baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool computes vertex normals weighted by face area, which is a specific verb+resource. It also distinguishes itself from smoothing modifiers by noting it gives a crisper look, making it clear how it differs from sibling tools like mod_smooth.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives concrete usage context: common for hard-surface and low-poly normal bakes, and contrasts with smoothing. However, it does not explicitly say when NOT to use this tool or name a specific alternative tool, so it lacks full exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools