Drawing style presentations [closed] - presentation

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
What tools do you use to create drawing style presentations, (something like kid's drawings)
Ofcourse we can do things like draw it on paper/some ipad application
or do you use flash ?
for eg.
http://www.spotify.com/int/about-us/press/concept-video/
http://www.youtube.com/watch?feature=player_embedded&v=vbLazF5KxUc
I can see that these type of presentation can be done with camera and shooting on a white board.kind of like stop motion..
any other tips?

I would use a stack of A3 paper instead of a board for the stop motion. That way you can start by making the story board of your story and then you can create the in between frames.

Related

MapBox: How to render object buried underground in 3d? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 months ago.
Improve this question
When the camera is tilted very close to the ground, I want to make some ground parts transparent to show a buried object like a pipe.
libraries I am using: Mapbox Gl Js, Three.js
Have you tried to use the outline effect? It looks it could be what you need.

how to add text to the cube in unity [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 2 years ago.
Improve this question
How can i add this text to the cube :
The cube is
What exactly you're looking for? If it's the text being a part of the cube, without it following the camera when you move like the other UI components, then you just need to set the render mode of the canvas on which your text is to World Space and place it where you want in the world.

SceneKit - Xcode 9: removing the box's line border [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I am new to SceneKit, currently playing around with it.
I use 4 boxes as walls to create a sort of skybox.
Each box/wall has its own starfield texture. Currently this causes the borders of the walls to be visible. I want to remove these line borders, any idea?
That is a result of the texture you use, which is not seamless. Look into "seamless tileable" textures. A much better approach to do what you are trying to do however, is to use the scene’s background property as explained in the answer of this question: How to set contents of scenekit background to cube map

how to convert a visible image into infrared image with matlab? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I need some infrared image to do some experiment ,but I just have some color images...
while,is it possible to convert a color image into a infrared image?
just need for simulation...
By definition a visible color image shows only visible light. The camera does not (or is prevented from) capturing IR wavelengths.
Thus, what you are asking is not really possible if/when the IR wavelength are not captured.

Problems with UI Button Settings & Locations [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have custom buttons which I need to be placed in certain areas when I setup them up via a template i have on PS they look pixel perfect but the when I run it it looks like crap. I have the right sizes and the right x,y coordinates set up in the attributes section? is there any way to not have a status bar at all or some way to get pixel perfect measurements?
Try This
btnObje.frame = CGRectMake(x,y,image.frame.size.width,image.frame.size.height);