Experiences

  • War Drums terrain demo

    25km^2 map at a scale of 1 terrain voxel to 1m dynamically loaded to prevent your computer from dieing horribly. Thats 25 million voxels.

    • Playing
      0
    • Visits
      190
  • War Drums

    Making a new, and rather special, type of sword.

    • Playing
      0
    • Visits
      4
  • part outline thing

    function outline(part, width) outliner = part:Clone() outliner.FormFactor = Enum.FormFactor.Custom outliner.Size = part.Size + Vector3.new(width, width, width) outliner.CFrame = part.CFrame comp = {outliner.CFrame:components()} for i=4, #comp do comp[i] = comp[i]*-1 end outliner.CFrame = CFrame.new(unpack(comp)) outliner.BrickColor = BrickColor.new("Really black") return outliner end outline(game.Workspace.Part, 0.1).Parent = game.Workspace

    • Playing
      0
    • Visits
      103
  • OPTIMIZATION IDEA TEST, NO OPTIMIZATION

    • Playing
      0
    • Visits
      11
  • OPTIMIZATION IDEA WITH OPTIMIZATION

    • Playing
      0
    • Visits
      42
YAYZMAN23 has no creations.