Difference between revisions of "Good Building Practices"

From Second Life Wiki
Jump to navigation Jump to search
Line 7: Line 7:
<div id="box">
<div id="box">


== Optimization ==
== Physics ==
<div style="padding: 0.5em">
<div style="padding: 0.5em">
* '''[[Physics Optimization]]''' - Not everything needs physics, learn how to add the least load necessary to the physics engine.
* '''[[Physics Optimization]]''' - Not everything needs physics, learn how to add the least load necessary to the physics engine.
</div>
</div>
<div id="box">
== Textures ==
* '''[[Texture Usage]]''' - What size to use, and what to avoid.
* '''[[Texture Usage]]''' - What size to use, and what to avoid.
</div>
</div>
</div>
</div>
|valign="top" width="50%"|
<div id="box">
<div id="box">

Revision as of 13:04, 9 April 2012

Welcome to Good Building Practices

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

Physics

  • Physics Optimization - Not everything needs physics, learn how to add the least load necessary to the physics engine.

Textures