4
\$\begingroup\$

I would like to create a seamless 3D Texture, I have read that it's doable with a 5D noise function but I can't find any implementation and the math is over my head here.

How can I create a 5D noise function to create a seamless 3D texture?

\$\endgroup\$
8
  • \$\begingroup\$ What do you mean by 3d texture? \$\endgroup\$ Commented Apr 9, 2016 at 19:43
  • \$\begingroup\$ I mean a texture which contains multiple tiles, 64x64 pixels per tile and 8x8 rows / columns so each tile can be mapped to a slice of a cube. \$\endgroup\$ Commented Apr 9, 2016 at 20:17
  • \$\begingroup\$ OK, I figured, I just wanted to make sure. I have done this with 4D noise, but I have never done this with 5D noise. This is an interesting question. The generation of this data will more than likely take a while. \$\endgroup\$ Commented Apr 9, 2016 at 20:18
  • \$\begingroup\$ I wouldn't mind if its 4D noise, I searched and only found that it's doable with 5D noise, it just has to be seamless. \$\endgroup\$ Commented Apr 9, 2016 at 20:20
  • 1
    \$\begingroup\$ Does this help? gamedev.stackexchange.com/q/23625/41628 \$\endgroup\$ Commented Apr 15, 2016 at 16:32

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.