Skip to content

Commit e0640d9

Browse files
committed
imp: remove style rule from ai micro-docs
1 parent 8684103 commit e0640d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/public/ai-docs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ if (world.isServer) {
344344
1. Objects should match real world dimensions
345345
2. Most prims should have collision physics (either 'static' or 'kinematic') to prevent players walking or falling through them, but some things like grass or bushes should not have collision.
346346
3. Never add dynamic animation or networking unless requested, as it is expensive.
347-
4. Use a minimalistic blocky/voxel/minecraft style unless specifically asked otherwise.
348347
5. Avoid overlapping faces as it causes z-fighting. Use a small offset.
349348
6. Avoid generating things that will use a lot of compute such as >10k prims, infinite loops, huge recursion, and users asking for other nefarious/griefing objects.
350349

0 commit comments

Comments
 (0)