Notgames Forum
March 29, 2024, 03:54:34 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  Home Help Search Calendar Login Register  
  Show Posts
Pages: [1] 2 3 ... 8
1  Creation / Technology / Re: "field of view" on: September 12, 2015, 03:45:05 PM
No, the distortion is a well documented problem and it is very extreme distortion. It happens because if you draw a circle around the head in your graphic and expand it until the top and bottom of the display touch at two points on the edge of the circle, the display isn't curved so it causes distortion.

Ah, that. You could counter that using warped fragment sampling ( just like VR ). But you'd still need head tracking to determine the curvature accurately.
2  Creation / Technology / Re: "field of view" on: September 12, 2015, 02:45:40 PM
The area that your monitor occupies in your physical view usually doesn't correspond with the virtual projection. For instance, if you have a screen that is 45cm high ( comparable to a 27 inch iMac ) and your eyes are 62cm away from the screen, the virtual field of view should be 40 degrees ( vertically ).



In order to ensure a matching field of view you could use head tracking, as demonstrated in this video. Unfortunately this technology never caught on ( VR to the rescue? ).

Fortunately humans are pretty good at reinterpreting ( moving ) pictures that don't correspond with their natural field of view. We've been conditioned by looking at print & TV ( shot using various lenses & zoom-levels ) from various angles & distances, so our brains ( usually ) deal with it sans problème.

Maybe you've been sitting in front of your monitor for too long? Wink
3  Creation / Notgames design / Re: Depiction of humans? on: August 02, 2015, 03:08:30 PM
This is exactly why i feel that the Myst approach still has merit.

http://www.youtube.com/watch?v=I5TpftFDIWY
4  Creation / Notgames design / Re: No drama on: August 02, 2015, 03:07:54 PM
Preach!
5  Creation / Notgames design / Re: Lose control on: July 22, 2015, 03:25:01 PM
Any other ideas?

- Automate / limit navigation.
- Disconnect navigation from the character.
- Cut out navigation ( sequences ) entirely.
6  General / Check this out! / Structure Sensor on: September 19, 2013, 03:56:19 PM
Relatively cheap mobile 3D scanner.

http://www.kickstarter.com/projects/occipital/structure-sensor-capture-the-world-in-3d

.. funny how this was only a good year ago Smiley
7  Creation / Technology / Re: I want to make something, instead of thinking about how to make it. on: October 13, 2012, 12:57:12 AM
Not necessarily. Perhaps the array is used in a general sorting algorithm that should be applicable in any context, for any purpose. Sometimes you're going to need abstraction.

That's why I mentioned how bits are interpreted. Even though a logic / memory block is used for various purposes, you want to visualize the data as a color when it's used as a color, and as a string when it's used as text. The same can be applied to whatever you're actually sorting using the algorithm.
8  Creation / Technology / Re: I want to make something, instead of thinking about how to make it. on: October 12, 2012, 08:16:50 PM
Just like the bits 1000001011011010110010101101110 can be the word "Amen", the value 14.84 or the following color depending on their context.



All of which you'd visualize in a completely different way ( even though it's the same data ).
9  Creation / Technology / Re: I want to make something, instead of thinking about how to make it. on: October 12, 2012, 06:57:09 PM
And sometimes the object is just an empty object (and thus invisible). Logic that is primarily calculations, arrays, loops and conditions. An A.I. system would be an extreme example, or any sort of Finite State Machine.

AI drives characters, and there's allot you can do to visualize the underlying system through that character.

An array could be a stack of cubes with physics properties!

Same thing, a array serves a purpose to something. It's all about the context.
10  Creation / Technology / Re: I want to make something, instead of thinking about how to make it. on: October 12, 2012, 03:43:34 PM
We might still need a more abstracted view, for logic that is not directly connected to 3D objects.

Could you give a example of a script that doesn't belong to any object? Smiley
11  Creation / Technology / Re: I want to make something, instead of thinking about how to make it. on: October 12, 2012, 12:29:28 PM
Nice & clean concept .. one that could easily translate into the viewport as well. I took the liberation to make the "Key" a child of the Player ( as boolean variable ) Wink



- Once you select object(s) in the viewport the child nodes are shown.
- When dragging nodes outside of their parent, their 3D position is calculated relative to the projection plane.
- When you roll-over the "Door.Open" animation node, you'd instantly see the animation being previewed in the scene
- Etc Smiley
12  Creation / Technology / Re: I want to make something, instead of thinking about how to make it. on: September 27, 2012, 07:09:42 PM
The solutions he proposes are still code-centric.

Making feedback instant & easier to "read" is great ( for programmers ), but you're still programming / writing syntax instead of working directly on the end-result.



Why type shape("rect",80,20,140,60); if you could draw a rectangle on the canvas instead.



People seem to have forgotten that "code" is ( binary ) data just like anything else.
13  General / Check this out! / Kinect@Home on: September 01, 2012, 04:29:59 PM
The simplest & cheapest 3D scanning solution to date?

http://www.kinectathome.com
14  Creation / Notgames design / Re: Additive design on: June 13, 2012, 06:59:22 PM
I still haven't played Ico, probably never will unless they release a PC version and that's will never happen.

If you've got a decent PC you could use a emulator Wink

http://www.youtube.com/watch?v=nka0VtKPdoI
15  General / Check this out! / Re: UDK 4 on: June 11, 2012, 09:16:40 PM
Looks like they've implemented some sort of visual editor for code.

Kismet has been available for a good number of years already ( since 2005 ) Wink
Pages: [1] 2 3 ... 8
Powered by MySQL Powered by PHP Powered by SMF 1.1.20 | SMF © 2006-2008, Simple Machines Valid XHTML 1.0! Valid CSS!