Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
1 2 3 4 5 6 7 8 9 10 11 12 1316
次のページ(過去)
返信[7]
親投稿
Alex MrCashews
@Autz yeah I know, but it looks like the black pixels are unfinished rays (they weren't traced all the way back properly or something) instead of how it's supposed to look
0そうだね
プレイ済み
返信[3]
親投稿
Alex MrCashews
Woah that's extremely noisy. Why's that?
0そうだね
プレイ済み
返信[3]
親投稿
Alex MrCashews
PS1/N64 is a stretch. The P3D engine exists, but that's an absolute extreme case after probably over a year of R&D. Those 3D games either A: use a technique to accelerate the graphics (which leads to limits) or B: are really slow.
2そうだね
プレイ済み
返信[5]
親投稿
Alex MrCashews
You have to use #SPSHOW+#SPADD
1そうだね
プレイ済み
返信[4]
親投稿
Alex MrCashews
Because DIRECT mode is essentially just interactive-mode SmileBASIC, they have to run all the updates and processes or DIRECT inputs might not work. The BASIC env is frozen when you're in the menus though. Launching a program from the viewers might totally reset the environment, but I have no idea.
0そうだね
プレイ済み
返信[2]
親投稿
Alex MrCashews
Keep in mind that this model is based on RGB channel colors. Trying to add white to anything or anything to white will just be white again. Adding red to red would just be a brighter red, or the same red. It depends. E.g. if the background is RGB 10,10,10 and the sprite is RGB 5,20,0 then the sprite will be RGB 15,30,10 with add enabled.
1そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
The #SPADD constant corresponds to a flag in the sprite attribute bits, which is the last argument to SPDEF or SPSET. By setting this flag, you set the sprite to add blending mode. What additive blending does is adds the color values of whatever draws under the sprite to the sprite itself. To give an example, if the sprite is red and is drawn over a blue background, it would look purple.
1そうだね
プレイ済み
返信[2]
親投稿
Alex MrCashews
You can use WAVSET and WAVSETA to load your own samples with PCM data, which can then be used in BEEP and MML instruments. It's a bit...bothersome, honestly.
2そうだね
プレイ済み
返信[12]
親投稿
Alex MrCashews
yeah why did that post get deleted
0そうだね
プレイ済み
返信[5]
親投稿
Alex MrCashews
Yes, Java and JavaScript are two completely unrelated technologies. Not confusing at all.
2そうだね
プレイ済み
返信[2]
親投稿
Alex MrCashews
JavaScript is really easy. The rest is learning the web APIs and how they don't work half the time.
0そうだね
プレイ済み
返信[7]
親投稿
Alex MrCashews
He actually is working on a port of the old PTC version. It's obviously not going to be anywhere near complete.
0そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
ACLS
0そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
The left-shift instruction on an ALU is a bitwise leftshift, done in SB with the << (e.g. 12 << 2), whereas the SHIFT function is like POP, but removes from the start and not the end.
0そうだね
プレイ済み
返信[6]
親投稿
Alex MrCashews
Ah yes, I've always wanted to do this! But I'm just terrible at the perspective math, so I never got to it. I'd love to know how the math really works.
0そうだね
プレイ済み
返信[3]
親投稿
Alex MrCashews
your topic suggests the former.
0そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
it's on the keyboard already, otherwise no
0そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
probably not
0そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
I could probably do it, but idk how effective it would feel to play. Challenge accepted, anyway.
0そうだね
プレイ済み
返信[3]
親投稿
Alex MrCashews
Thank you. Do you know the format of the text data, or other sorts of instructions for using the library?
1そうだね
未プレイ