Remix.run Logo
M95D 2 days ago

To author:

In the "Material Definitions" example there are no { }. Why not? What's the difference? Is indentation significant?

hgs3 a day ago | parent [-]

Indention is not significant. The example was supposed to demonstrate how you might use individual directives for pseudo-grouping. The example was inspired by premake [1] which takes this approach, but in Lua.

[1] https://premake.github.io/docs/Your-First-Script