Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

What are some good ways to raytrace skinned meshes?

Guest
Aug 05, 2019 Aug 05, 2019

Hey all, so I'm using an octree to raytrace meshes at the moment and it's working out nicely, but now I'm wondering how to apply it to skinned meshes.

Does it make sense to store the octree structure for every frame on disk, or possibly just compressed deltas? I'm thinking that could add up.

I'm hoping I don't have to generate it in realtime, it may be possible but that would take up some valuable compute time per frame.

Are there any techniques people here use or have heard about that could work?

473
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2019 Aug 05, 2019

I don't think that this community is the place to get answers to your 3D questions.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2019 Aug 05, 2019

Are you using Photoshop or Dimension?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Aug 06, 2019 Aug 06, 2019

Moved to Dimension​

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 06, 2019 Aug 06, 2019
LATEST

this has nothing to do with Dimension so I moved it to the lounge

octree raytrace is used in games like Asteroids where you trace lots of objects all smashing into each other... they are not popular now days because having more than say 20 objects moving around will be as good as modern systems can do

its very much a cpu system so Macs users may want to play it but to answer your main question sprites are what gets used because they are small (pre-rendored) assets

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines