Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
SIr's 3d program
« previous
next »
Print
Pages:
1
2
[
3
]
Go Down
Author
Topic: SIr's 3d program (Read 8217 times)
0 Members and 1 Guest are viewing this topic.
SirCmpwn
Guest
Re: SIr's 3d program
«
Reply #30 on:
March 03, 2011, 01:14:13 am »
Not using matricies, using straight up lists. The equations are
here
, I use the non-matrix forms.
Logged
Builderboy
Physics Guru
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5673
Rating: +613/-9
Would you kindly?
Re: SIr's 3d program
«
Reply #31 on:
March 03, 2011, 01:16:41 am »
How is it not projection? It rotates and everything
Logged
SirCmpwn
Guest
Re: SIr's 3d program
«
Reply #32 on:
March 03, 2011, 01:20:26 am »
Perspective
projection is different. Notice how in the screenies in this thread, the back of the box is visually smaller than the front?
Logged
Builderboy
Physics Guru
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5673
Rating: +613/-9
Would you kindly?
Re: SIr's 3d program
«
Reply #33 on:
March 03, 2011, 01:28:40 am »
So you're telling me this isn't perspective projection?
Logged
SirCmpwn
Guest
Re: SIr's 3d program
«
Reply #34 on:
March 03, 2011, 01:29:27 am »
Wow, that looks right! Did he use some clever hacks? Because that stuff is CPU intensive.
Logged
Builderboy
Physics Guru
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5673
Rating: +613/-9
Would you kindly?
Re: SIr's 3d program
«
Reply #35 on:
March 03, 2011, 01:37:20 am »
No idea, but it should be in the demo programs so you should check it out!
Logged
SirCmpwn
Guest
Re: SIr's 3d program
«
Reply #36 on:
March 03, 2011, 01:38:49 am »
Will do
Logged
Quigibo
The Executioner
CoT Emeritus
LV11
Super Veteran (Next: 3000)
Posts: 2031
Rating: +1075/-24
I wish real life had a "Save" and "Load" button...
Re: SIr's 3d program
«
Reply #37 on:
March 03, 2011, 03:26:52 am »
Actually, if I remember correctly, the engine already works the way you want it to (other than clipping). It just reads a list of lines in the form of [x1y1z1x2y2z2]... and then draws them all each render. So just by editing this, you could get any shape.
Also, perspective 3d is not much more cpu intensive than ortho, it only requires one extra division per z-coordinate.
Logged
___Axe_Parser___
Today the calculator, tomorrow the world!
LincolnB
Check It Out Now
LV9
Veteran (Next: 1337)
Posts: 1115
Rating: +125/-4
By Hackers For Hackers
Re: SIr's 3d program
«
Reply #38 on:
October 31, 2011, 10:23:25 am »
Hey, kind of a necropost, but I was thinking, with Jacobly's new Floating Point math axiom, this might be able to convert to Axe.
Logged
Completed Projects:
>>
Spacky Emprise
>>
Spacky 2 - Beta
>>
Fantastic Sam
>>
An Exercise In Futility
>>
GeoCore
My Current Projects:
Projects in Development:
In Medias Res - Contest Entry
Talk to me if you need help with Axe coding.
Spoiler
For
Bragging Rights
:
Not much yet, hopefully this section will grow soon with time (and more contests)
aeTIos
Nonbinary computing specialist
LV12
Extreme Poster (Next: 5000)
Posts: 3915
Rating: +184/-32
Re: SIr's 3d program
«
Reply #39 on:
October 31, 2011, 10:26:23 am »
But same speed.
Logged
I'm not a nerd but I pretend:
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: SIr's 3d program
«
Reply #40 on:
October 31, 2011, 04:33:24 pm »
It could definitively be a good project, although since floating points are slow, I wonder if the speed increase from BASIC to Axe will be signifiant at all, if there's even a speed increase althogether?
Logged
ben_g
Hey cool I can set a custom title now :)
LV9
Veteran (Next: 1337)
Posts: 1002
Rating: +125/-4
Asm noob
Re: SIr's 3d program
«
Reply #41 on:
October 31, 2011, 05:18:14 pm »
with 8.8 fixed-point, it's possible to do perspective projection is possible, and doesn't axe supports that?
Fixed-point should be a lot faster than floating point, and might make it fast enough for use in games.
Logged
My projects
- The Lost Survivors (Unreal Engine)
ACTIVE
[GameCommandoSquad main project]
- Oxo, with single-calc multiplayer and AI (axe)
RELEASED
(
screenshot
) (
topic
)
- An android version of oxo (java)
ACTIVE
- A 3D collision detection library (axe)
RELEASED!
(
topic
)(
screenshot
)(
more recent screenshot
)(
screenshot of it being used in a tilemapper
)
Spoiler
For
inactive
:
- A first person shooter with a polygon-based 3d engine. (z80, will probably be recoded in axe using GLib)
ON HOLD
(
screenshot
)
- A java MORPG. (pc)
DEEP COMA
(
read more
)(
screenshot
)
- a minecraft game in axe
DEAD
(
source code available
)
- a 3D racing game (axe)
ON HOLD
(
outdated screenshot of asm version
)
This signature was last updated on 20/04/2015 and may be outdated
LincolnB
Check It Out Now
LV9
Veteran (Next: 1337)
Posts: 1115
Rating: +125/-4
By Hackers For Hackers
Re: SIr's 3d program
«
Reply #42 on:
October 31, 2011, 07:19:51 pm »
Right, you could use fixed point as well...
Logged
Completed Projects:
>>
Spacky Emprise
>>
Spacky 2 - Beta
>>
Fantastic Sam
>>
An Exercise In Futility
>>
GeoCore
My Current Projects:
Projects in Development:
In Medias Res - Contest Entry
Talk to me if you need help with Axe coding.
Spoiler
For
Bragging Rights
:
Not much yet, hopefully this section will grow soon with time (and more contests)
Print
Pages:
1
2
[
3
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
SIr's 3d program