HiPhish
    • Overview
    • Features
    • Examples
    • Gallery
    • Showcase
    • FAQ
    • News
    • Support

    • Buy Now 35$
    • NTFS-Clone
    • IPS-Tools
    • roll
    • Newton's Method in C
    • Xeen Tools
    • Wolf3D Extract
    • Game Source Documentation
    • Info.vim
    • REPL.nvim
    • Quicklisp.nvim
    • jinja.vim
    • Guix channel
  • Blog
  • About
  • Grid Framework
  • Features
  • Examples
  • Gallery
  • Showcase
  • FAQ
  • News
  • Support
  • Buy
  1. news
  2. 2012
  3. 11
  • Vertex progress

    Published: 2012-11-12

    Good news at last, I just finished the finding functions for vertices, both in grid space and in world space. Here is a screenshot where the yellow gizmo indicates the vertex closest to the grey sphere.

    Continue reading…

  • Hex Grids love Vectrosity

    Published: 2012-11-13

    Good news at last, I just finished the finding functions for vertices, both in grid space and in world space. Here is a screenshot where the yellow gizmo indicates the vertex closest to the grey sphere.

    Continue reading…

  • How to loop through a list and remove items

    Published: 2012-11-16

    The other day I had the following problem: I had a list of Transfoms and I wanted to remove the entries that met a certain condition. This is what I had written:

    Continue reading…

  • Grid Framework version 1.1.9 released

    Published: 2012-11-19

    Surprise update! Version 1.1.9 just got approved and it contains quite a few changes:

    Continue reading…

  • Trying to fit a square peg into a hex hole

    Published: 2012-11-22

    The align feature has been giving me quite some headache lately. For small objects it’s easy, just fit them inside the nearest hex. It gets more interesting once your object spans over more than one hex. Here is a screenshot from the game “Age of Wonders” for PC (I upscaled the image manually, AoW has a very low resolution)

    Continue reading…

  • How about herring for lunch?

    Published: 2012-11-27

    Another progress update: WorldToGrid and GridToWorld are now implemented. For those who don’t know, those two functions convert a point’s coordinates from world space to grid space, the coordinate system used to locate points relative to the grid’s properties, and back. For rectangular grids it’s a fairly simple idea, the grid can be represented as a standard Cartesian coordinate system. With hex grids that won’t do it, you simply cannot force a hex grid into a Cartesian coordinate system, you need to find something else. Fortunately there are several topologically identical possibilities with easier, more intuitive coordinate systems. For the first release I have decided to use the herringbone pattern:

    Continue reading…

  • Grid Framework version 1.1.10 released

    Published: 2012-11-30

    The 1.1.10 update brings in a new function, ScaleVector3(Vector scl) : Vector3 which takes in a vector and then scales it so it fits inside the grid. This is similar to AlignVector3, which was introduced in the last update, to allow performing the aligning and scaling without having to provide an actual Transform.

    Continue reading…

Subscribe: RSS

Archive

  • 2021 (14)
  • 2019 (3)
  • 2018 (1)
  • 2017 (3)
  • 2016 (14)
  • 2015 (13)
  • 2014 (8)
  • 2013 (19)
  • 2012 (40)

Categories

  • progress (41)
  • release (43)
  • tips (2)
  • organisation (6)
  • misc (1)

Tags

  • old-blog (74)
  • example (7)
  • extension (4)
  • vectrosity (5)
  • how-to (7)
  • rant (3)
  • API-change (3)
  • asset-store (1)
  • spheric (2)
  • coordinate-system (1)
  • v3 (13)
  • packages (5)
  • playmaker (3)

© 2015-2026, licensed under CC BA-SA 4.0

GitHubGitLab