Difference between revisions of "Good Building Practices"

From Second Life Wiki
Jump to navigation Jump to search
m (→‎Scripting: minor fix to layout)
(added link to standard Pathfinding_LSL_Functions)
Line 52: Line 52:


* '''Pathfinding'''
* '''Pathfinding'''
** '''[[Pathfinding LSL Functions]]''' - standard reference for all of the pathfinding functions.
** '''[[Modular Pathfinding Kit]]''' - code snippets designed to be plugged together to quickly build unique behaviors.
** '''[[Modular Pathfinding Kit]]''' - code snippets designed to be plugged together to quickly build unique behaviors.
** '''[[Pathfinding Cookbook]]''' - ready made solutions for some critters
** '''[[Pathfinding Cookbook]]''' - ready made solutions for some critters.
** '''[[Holistic Pathfinding Management]]''' - Strategies for managing large numbers of pathfinding objects.
** '''[[Holistic Pathfinding Management]]''' - Strategies for managing large numbers of pathfinding objects.



Revision as of 19:28, 8 July 2012

Welcome to Good Building Practices

This page is all about how to be creative and efficient at the same time!

Animation

Mesh

Pathfinding

Physics

Scripting

  • Debugging Tips - how to work out what your code is doing without a conventional development toolkit

Sculpted Prims

Textures