プレイ日記
ЩMr.Mo14 mr.mo14
What engine was used to make this?
10そうだね
プレイ済み
返信[1]
親投稿
Stewart segludian
I think the author was on just the other day, you could ask him. However, I am guessing it isn't any sort of generic engine, but instead something especially coded just for that game.
2そうだね
プレイ済み
返信[2]
親投稿
ЩMr.Mo14 mr.mo14
If you know, how does one go about making a 3d engine?
0そうだね
プレイ済み
返信[3]
親投稿
PikaRyan papermariofanmm
code
0そうだね
プレイ済み
返信[4]
親投稿
ЩMr.Mo14 mr.mo14
I know that; HOW, not WHAT. ¨code¨ isn't an action. That answer isn't really helpful.
0そうだね
プレイ済み
返信[5]
親投稿
PikaRyan papermariofanmm
it was sarcastic... okay the game is like 4359 lines long so... there is some insanely advanced stuff goin on
1そうだね
プレイ済み
返信[6]
親投稿
Oh fine I'll answer Lol So if you view the code, navigate to DEF XROT DEF YROT DEF ZROT DEF POINT3D These 4 functions make up the 3D engine in the game XROT will rotate an x,y,z point around the x axis What POINT3D does is it takes an x,y,z position, and gives you the x,y[,z] position of where it goes on screen So yes I made the 3D engine, but it's very very easy to make
2そうだね
プレイ済み
返信[7]
親投稿
If you know how to program at an intermediate level, you could make a program that manages multiple objects at once, storing each point as x,y,z And when your ready to draw, you go through each point and use POINT3D to draw where it should be on the screen Oh and you would use XROT,YROT,ZROT to rotate each point around the camera
2そうだね
プレイ済み
返信[8]
親投稿
If you just want to use a 3D engine and not get into all that stuff, then I highly recommend the P3D engine P3D: [735YW3L4] It may take some time to learn though But the result looks very nice
2そうだね
プレイ済み
返信[9]
親投稿
ЩMr.Mo14 mr.mo14
Thx!!! I dont understand how to render shapes, though.
1そうだね
プレイ済み
返信[10]
親投稿
ЩMr.Mo14 mr.mo14
Thank you!!
0そうだね
プレイ済み