UnderwareDESIGN

General => General Support => Topic started by: Noah Skinner on January 16, 2020, 06:12:55 AM

Title: PlayBasic and 3d models
Post by: Noah Skinner on January 16, 2020, 06:12:55 AM

Hello,
I'm fairly new to PlayBasic and one thought popped into my head, rather than thought, but a kind of idea or project. Is it possible to import a 3d model into PlayBasic somehow? Is there any software that allows you to make a 3d model sort of 2.5d model that could be used in such a project? I was thinking about this (https://www.artec3d.com/3d-models/werewolf) 3d model. For example, despite the fact that Defold is a 2D engine - it got the feature of importing a 3d objects into it as far as I know. How real is this thing?

My apologies if the question seemed silly.

Title: Re: PlayBasic and 3d models
Post by: kevin on January 16, 2020, 08:05:06 AM

  you can write a loader to import anything, provided you can understand that file structure.  Looking at that crazy polygon could of model and all I can say is good luck trying to get it working with PB's software rendering. 
Title: Re: PlayBasic and 3d models
Post by: jeffreybones on January 20, 2020, 10:19:55 PM
to the OP. Upload the .obj file along with textures to the Mixamo.com auto rigger. Then use the free honey cam software to record your desired animations to a .gif file. You can then use the .gifs as sprites in your PlayBasic project. You will need to use Photoshop or Gimp to remove the grey background from the Mixamo animation preview window that you recorded into your .gif file however. The process is very easy
Title: Re: PlayBasic and 3d models
Post by: kevin on January 22, 2020, 07:07:40 PM

yeah you could render the object out (in whatever rendering software you like) then dump the animations out as  series of bmp / png images, which would work.     
Title: Re: PlayBasic and 3d models
Post by: jeffreybones on January 22, 2020, 07:57:42 PM
I merely suggested Mixamo as it offers a wide variety of animations that the user can apply to their model.
And yes any screen capturing/rendering program will work just fine. I suggested Honey Cam for the capture because it's free. There are many many others to choose from.