Demo - Morphing

Everything related to 3D programming
AZJIO
Addict
Addict
Posts: 1319
Joined: Sun May 14, 2017 1:48 am

Re: Demo - Morphing

Post by AZJIO »

On Linux, after the Add3DArchive() function, it stops showing debugging using MessageRequester(), even if I specify the correct path to the resources.

Code: Select all

MessageRequester("1","Yes")
Add3DArchive("/home/user/Source2", #PB_3DArchive_FileSystem)
MessageRequester("2","No")
User avatar
pf shadoko
Enthusiast
Enthusiast
Posts: 285
Joined: Thu Jul 09, 2015 9:07 am

Re: Demo - Morphing

Post by pf shadoko »

in the demo, the resources are the textures
did you copy them in the "/home/user/Source2" folder?
AZJIO
Addict
Addict
Posts: 1319
Joined: Sun May 14, 2017 1:48 am

Re: Demo - Morphing

Post by AZJIO »

Yes. And tried different paths, direct, and relative "./file". Added file "engine3d.so"
Post Reply